From 7436b1707581de23fda5d9ec16c0beecbe0a7056 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Fri, 3 Oct 2014 10:40:12 +0000 Subject: [PATCH 1/1] bcm53xx: build R6250 firmware with "Other Regions" region MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This prevents vendor firmware from warning about incompatible region. Signed-off-by: Rafał Miłecki SVN-Revision: 42754 --- target/linux/bcm53xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2