diff options
Diffstat (limited to 'target/linux/bcm4908')
-rw-r--r-- | target/linux/bcm4908/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |