diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-10-03 10:40:12 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2014-10-03 10:40:12 +0000 |
commit | 7436b1707581de23fda5d9ec16c0beecbe0a7056 (patch) | |
tree | 9dae13e25f3e0c4123496277ee8a00aee7f5cc10 /target/linux | |
parent | 156b296b20f64d2a03bda8c74ac1d243efe9c9a7 (diff) | |
download | upstream-7436b1707581de23fda5d9ec16c0beecbe0a7056.tar.gz upstream-7436b1707581de23fda5d9ec16c0beecbe0a7056.tar.bz2 upstream-7436b1707581de23fda5d9ec16c0beecbe0a7056.zip |
bcm53xx: build R6250 firmware with "Other Regions" region
This prevents vendor firmware from warning about incompatible region.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42754
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/bcm53xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 7d9be8172c..41104bffe6 100644 --- 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 |