Commit 369038e3 authored by lynxis lazus's avatar lynxis lazus Committed by Holger Levsen
Browse files

reproducible_openwrt: fix type in kirkwood



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent 9cbb011e
......@@ -703,7 +703,7 @@ write_openwrt_page_header
write_page_intro OpenWrt
write_page " <p>"
write_page " <ul>"
for i in ar71xx brcm47xx kirkwoot lantiq mediatek omap ramips sunxi tegra x86 ; do
for i in ar71xx brcm47xx kirkwood lantiq mediatek omap ramips sunxi tegra x86 ; do
write_page " <li><a href="openwrt_$i.html">$i</a></li>"
done
write_page " </ul>"
......
......@@ -699,10 +699,10 @@
my_timed: '42 19 * * 2,4,6'
my_openwrt_config: 'CONFIG_TARGET_brcm47xx=y'
my_openwrt_target: 'brcm47xx'
- 'openwrt-target-kirkwoot':
- 'openwrt-target-kirkwood':
my_timed: '42 15 * * 1,3,5'
my_openwrt_config: 'CONFIG_TARGET_kirkwoot=y'
my_openwrt_target: 'kirkwoot'
my_openwrt_config: 'CONFIG_TARGET_kirkwood=y'
my_openwrt_target: 'kirkwood'
- 'openwrt-target-lantiq':
my_timed: '42 15 * * 2,4,6'
my_openwrt_config: 'CONFIG_TARGET_lantiq=y'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment