diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index 69e20b8f0ba2ac2b1163e69114c56ad396af2c44..974c0b55b66ff2369927baccef578e32982d62f0 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -703,7 +703,7 @@ write_openwrt_page_header
write_page_intro OpenWrt
write_page "
"
write_page "
"
-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 " - $i
"
done
write_page "
"
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index a52579d1b8d20279aa588910f9768390e54e18cb..534a99f4e7b0e66fd3eaa889870d4a0cc5bea0d6 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -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'