[openwrt/openwrt] mvebu: enable WRT1900AC v1 and WRT32X for buildbots

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 19 14:54:20 GMT 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b4f76d9f0d61779b5e04228d1eb3f2ba412ffd26

commit b4f76d9f0d61779b5e04228d1eb3f2ba412ffd26
Author: Tad Davanzo <tad at spotco.us>
AuthorDate: Tue Feb 9 17:42:54 2021 -0500

    mvebu: enable WRT1900AC v1 and WRT32X for buildbots
    
    Kernel size limits have been dealt with.
    Effective revert of a1eb2c46 and ac9730c4.
    
    Signed-off-by: Tad Davanzo <tad at spotco.us>
---
 target/linux/mvebu/image/cortexa9.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/target/linux/mvebu/image/cortexa9.mk b/target/linux/mvebu/image/cortexa9.mk
index 203a04d6bc..3f227259ee 100644
--- a/target/linux/mvebu/image/cortexa9.mk
+++ b/target/linux/mvebu/image/cortexa9.mk
@@ -123,7 +123,6 @@ define Device/linksys_wrt1900ac-v1
   DEVICE_PACKAGES += mwlwifi-firmware-88w8864
   KERNEL_SIZE := 4096k
   SUPPORTED_DEVICES += armada-xp-linksys-mamba linksys,mamba
-  DEFAULT := n
 endef
 TARGET_DEVICES += linksys_wrt1900ac-v1
 
@@ -163,7 +162,6 @@ define Device/linksys_wrt32x
   KERNEL_SIZE := 6144k
   KERNEL := kernel-bin | append-dtb
   SUPPORTED_DEVICES += armada-385-linksys-venom linksys,venom
-  DEFAULT := n
 endef
 TARGET_DEVICES += linksys_wrt32x
 



More information about the lede-commits mailing list