[LEDE-DEV] [PATCH] Mark targets using kernel 3.18 as broken

Rafał Miłecki zajec5 at gmail.com
Wed Feb 15 04:34:09 PST 2017


From: Rafał Miłecki <rafal at milecki.pl>

We're past v17.01.0-rc2 phase and these few targets are stuck at 3.18
kernel. We obviously don't want to have targets like this in the
release, especially with 3.18 being EOL.

It may be not too late for bringing these targets back for the next
minor release, so just mark them as broken instead of dropping
completely.

Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
 target/linux/adm5120/Makefile | 2 +-
 target/linux/adm8668/Makefile | 2 +-
 target/linux/ar7/Makefile     | 2 +-
 target/linux/au1000/Makefile  | 2 +-
 target/linux/mcs814x/Makefile | 2 +-
 target/linux/xburst/Makefile  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/target/linux/adm5120/Makefile b/target/linux/adm5120/Makefile
index 419c53434f..c1e00e8a5f 100644
--- a/target/linux/adm5120/Makefile
+++ b/target/linux/adm5120/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 BOARD:=adm5120
 BOARDNAME:=Infineon/ADMtek ADM5120
-FEATURES:=low_mem
+FEATURES:=low_mem broken
 SUBTARGETS:=router_le router_be rb1xx
 INITRAMFS_EXTRA_FILES:=
 
diff --git a/target/linux/adm8668/Makefile b/target/linux/adm8668/Makefile
index ddca8d4a27..b6a891b17b 100644
--- a/target/linux/adm8668/Makefile
+++ b/target/linux/adm8668/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=mipsel
 BOARD:=adm8668
 BOARDNAME:=Infineon WildPass ADM8668
-FEATURES:=squashfs usb pci
+FEATURES:=squashfs usb pci broken
 MAINTAINER:=Florian Fainelli <florian at openwrt.org>
 
 KERNEL_PATCHVER:=3.18
diff --git a/target/linux/ar7/Makefile b/target/linux/ar7/Makefile
index c5a6035b53..3b681c1253 100644
--- a/target/linux/ar7/Makefile
+++ b/target/linux/ar7/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=mipsel
 BOARD:=ar7
 BOARDNAME:=TI AR7
-FEATURES:=squashfs atm low_mem
+FEATURES:=squashfs atm low_mem broken
 MAINTAINER:=Florian Fainelli <florian at openwrt.org>
 SUBTARGETS:=generic ac49x
 
diff --git a/target/linux/au1000/Makefile b/target/linux/au1000/Makefile
index debc41e978..4acaa3097c 100644
--- a/target/linux/au1000/Makefile
+++ b/target/linux/au1000/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=mipsel
 BOARD:=au1000
 BOARDNAME:=RMI/AMD AU1x00
-FEATURES:=squashfs usb pci
+FEATURES:=squashfs usb pci broken
 SUBTARGETS:=au1500 au1550
 MAINTAINER:=Florian Fainelli <florian at openwrt.org>
 
diff --git a/target/linux/mcs814x/Makefile b/target/linux/mcs814x/Makefile
index 8ba58886e9..8b74eea735 100644
--- a/target/linux/mcs814x/Makefile
+++ b/target/linux/mcs814x/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=mcs814x
 BOARDNAME:=Moschip MCS814x
-FEATURES:=usb squashfs low_mem
+FEATURES:=usb squashfs low_mem broken
 CPU_TYPE:=arm926ej-s
 MAINTAINER:=Florian Fainelli <florian at openwrt.org>
 
diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile
index 2a64b7c46f..160147adfd 100644
--- a/target/linux/xburst/Makefile
+++ b/target/linux/xburst/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=mipsel
 BOARD:=xburst
 BOARDNAME:=Ingenic XBurst
-FEATURES:=targz nand ubifs audio
+FEATURES:=targz nand ubifs audio broken
 SUBTARGETS:=qi_lb60
 
 KERNEL_PATCHVER:=3.18
-- 
2.11.0




More information about the Lede-dev mailing list