Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mattia Rizzolo
jenkins.d.n
Commits
369038e3
Commit
369038e3
authored
Nov 02, 2019
by
lynxis lazus
Committed by
Holger Levsen
Nov 02, 2019
Browse files
reproducible_openwrt: fix type in kirkwood
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
9cbb011e
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_openwrt.sh
View file @
369038e3
...
...
@@ -703,7 +703,7 @@ write_openwrt_page_header
write_page_intro OpenWrt
write_page
" <p>"
write_page
" <ul>"
for
i
in
ar71xx brcm47xx kirkwoo
t
lantiq mediatek omap ramips sunxi tegra x86
;
do
for
i
in
ar71xx brcm47xx kirkwoo
d
lantiq mediatek omap ramips sunxi tegra x86
;
do
write_page
" <li><a href="
openwrt_
$i
.html
">
$i
</a></li>"
done
write_page
" </ul>"
...
...
job-cfg/reproducible.yaml
View file @
369038e3
...
...
@@ -699,10 +699,10 @@
my_timed
:
'
42
19
*
*
2,4,6'
my_openwrt_config
:
'
CONFIG_TARGET_brcm47xx=y'
my_openwrt_target
:
'
brcm47xx'
-
'
openwrt-target-kirkwoo
t
'
:
-
'
openwrt-target-kirkwoo
d
'
:
my_timed
:
'
42
15
*
*
1,3,5'
my_openwrt_config
:
'
CONFIG_TARGET_kirkwoo
t
=y'
my_openwrt_target
:
'
kirkwoo
t
'
my_openwrt_config
:
'
CONFIG_TARGET_kirkwoo
d
=y'
my_openwrt_target
:
'
kirkwoo
d
'
-
'
openwrt-target-lantiq'
:
my_timed
:
'
42
15
*
*
2,4,6'
my_openwrt_config
:
'
CONFIG_TARGET_lantiq=y'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment