projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63ba3ea
)
bcm4908: build chk image for Netgear RAXE500
author
Rafał Miłecki
<rafal@milecki.pl>
Fri, 19 Nov 2021 13:48:20 +0000
(14:48 +0100)
committer
Rafał Miłecki
<rafal@milecki.pl>
Fri, 19 Nov 2021 13:49:18 +0000
(14:49 +0100)
Fixes: 63ba3eaccdde ("bcm4908: start working on Netgear RAXE500 image")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
target/linux/bcm4908/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/bcm4908/image/Makefile
b/target/linux/bcm4908/image/Makefile
index 9ec42d062db3c7f03b9577333109aa3845ea4b15..17b5ba960dc1a817a0a97bb319099f1e0e46d0a6 100644
(file)
--- 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