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

reproducible_openwrt: fix type in kirkwood

parent 9cbb011e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>"
+3 −3
Original line number Diff line number Diff line
@@ -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'