projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
156b296
)
bcm53xx: build R6250 firmware with "Other Regions" region
author
Rafał Miłecki
<zajec5@gmail.com>
Fri, 3 Oct 2014 10:40:12 +0000
(10:40 +0000)
committer
Rafał Miłecki
<zajec5@gmail.com>
Fri, 3 Oct 2014 10:40:12 +0000
(10:40 +0000)
This prevents vendor firmware from warning about incompatible region.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42754
target/linux/bcm53xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/bcm53xx/image/Makefile
b/target/linux/bcm53xx/image/Makefile
index 7d9be8172c1a2e391632790dc8b90ed60522ba4e..41104bffe637af767a7992c34d8163a38dca8f41 100644
(file)
--- a/
target/linux/bcm53xx/image/Makefile
+++ b/
target/linux/bcm53xx/image/Makefile
@@
-48,7
+48,7
@@
endef
# $(1): filesystem type (e.g. squashfs, initramfs).
define Image/Build
- $(call Image/Build/Chk,$(1),bcm4708-netgear-r6250,U12H245T00_NETGEAR,
2
)
+ $(call Image/Build/Chk,$(1),bcm4708-netgear-r6250,U12H245T00_NETGEAR,
1
)
$(call Image/Build/Chk,$(1),bcm4708-netgear-r6300-v2,U12H240T00_NETGEAR,1)
endef