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

openwrt: replace target tegra with mpc85xx



tegra is just another arm target. mpc85xx is ppc which
increases the test coverage.

Signed-off-by: default avatarAlexander Couzens <lynxis@fe80.eu>
Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent 01ecc949
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -744,7 +744,7 @@ write_openwrt_page_header
write_page_intro OpenWrt
write_page "     <p>"
write_page "     <ul>"
for i in ath79 bcm47xx kirkwood lantiq mediatek omap ramips sunxi tegra x86 ; do
for i in ath79 bcm47xx kirkwood lantiq mediatek omap ramips sunxi mpc85xx 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
@@ -723,10 +723,10 @@
                    my_timed: '42 20 * * 2,4,6'
                    my_openwrt_config: 'CONFIG_TARGET_sunxi=y'
                    my_openwrt_target: 'sunxi'
                - 'openwrt-target-tegra':
                - 'openwrt-target-mpc85xx':
                    my_timed: '42 23 * * 3,5,7'
                    my_openwrt_config: 'CONFIG_TARGET_tegra=y'
                    my_openwrt_target: 'tegra'
                    my_openwrt_config: 'CONFIG_TARGET_mpc85xx=y'
                    my_openwrt_target: 'mpc85xx'
            my_description: 'Rebuild OpenWrt (one target, some packages) twice (with variations) and investigate regarding reproducibility.'
            my_shell: '/srv/jenkins/bin/reproducible_openwrt.sh master {my_openwrt_target} {my_openwrt_config}'
            my_trigger: ''