From: Rafał Miłecki Date: Fri, 19 Nov 2021 13:48:20 +0000 (+0100) Subject: bcm4908: build chk image for Netgear RAXE500 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=commitdiff_plain;h=0e8a5acf6eb4c689b6deed2146010b5b2c54fa78 bcm4908: build chk image for Netgear RAXE500 Fixes: 63ba3eaccdde ("bcm4908: start working on Netgear RAXE500 image") Signed-off-by: Rafał Miłecki --- 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