From 504000d520ac8699137bd6b8dbd55f723f34bfbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0tetiar?= Date: Tue, 28 Jul 2020 20:47:33 +0200 Subject: treewide: use DEFAULT := n to disable non-broken devices MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This uses DEFAULT := n on a bunch of devices that previously were "disabled" by commenting out TARGET_DEVICES. This will allow to build them without having to modify the code, but they will not be selected for default build or buildbots. The change is applied to all devices that are not "broken", but suffer from image site limitations or similar, or have been added in the past but never confirmed to run on the device properly: at91: at91-q5xr5: kernel image too big 31aeae077482 ("at91: do not build image for at91-q5xr5") bcm47xx: asus-rt-ac66u: disabled since it was added in 2015 69aefc771fd8 ("brcm47xx: build images for Asus devices") bcm47xx: netgear-wndr3400-vcna, netgear-wnr3500u, netgear-wnr3500-v2-vc added disabled in 2012, but never confirmed to work on devices 5dec9dd3b200 ("brcm47xx: add code to generate images for some netgear devices") bcm53xx: netgear-r8500 added disabled: "start working on Netgear R8500" 3b76c7cf0bdd ("bcm53xx: start working on Netgear R8500") Signed-off-by: Petr Štetiar [limit to subset of devices, adjust commit message/title] Signed-off-by: Adrian Schmutzler --- target/linux/at91/image/sam9x.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/at91/image') diff --git a/target/linux/at91/image/sam9x.mk b/target/linux/at91/image/sam9x.mk index 8fd6b4506f..beff346725 100644 --- a/target/linux/at91/image/sam9x.mk +++ b/target/linux/at91/image/sam9x.mk @@ -173,8 +173,9 @@ define Device/at91-q5xr5 DEVICE_VENDOR := Exegin DEVICE_MODEL := Q5XR5 KERNEL_SIZE := 2048k + DEFAULT := n endef -#TARGET_DEVICES += at91-q5xr5 +TARGET_DEVICES += at91-q5xr5 define Device/wb45n $(Device/evaluation-fit) -- cgit v1.2.3