[openwrt/openwrt] bcm4908: build chk image for Netgear RAXE500
LEDE Commits
lede-commits at lists.infradead.org
Fri Nov 19 05:55:38 PST 2021
rmilecki pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/0e8a5acf6eb4c689b6deed2146010b5b2c54fa78
commit 0e8a5acf6eb4c689b6deed2146010b5b2c54fa78
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Fri Nov 19 14:48:20 2021 +0100
bcm4908: build chk image for Netgear RAXE500
Fixes: 63ba3eaccdde ("bcm4908: start working on Netgear RAXE500 image")
Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
target/linux/bcm4908/image/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/bcm4908/image/Makefile b/target/linux/bcm4908/image/Makefile
index 9ec42d062d..17b5ba960d 100644
--- a/target/linux/bcm4908/image/Makefile
+++ b/target/linux/bcm4908/image/Makefile
@@ -111,7 +111,7 @@ define Device/netgear
DEVICE_VENDOR := NETGEAR
KERNEL := kernel-bin | bootfs
IMAGES := chk
- IMAGE/chk := append-rootfs | pkgtb
+ IMAGE/chk := append-rootfs | pkgtb | netgear-chk
NETGEAR_REGION := 1
endef
More information about the lede-commits
mailing list