[openwrt/openwrt] lantig: xway_legacy: remove default build barriers

LEDE Commits lede-commits at lists.infradead.org
Fri May 9 02:31:27 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/551497f82392695ed72c799d610d1c2aa91df463

commit 551497f82392695ed72c799d610d1c2aa91df463
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Thu May 8 19:23:07 2025 +0800

    lantig: xway_legacy: remove default build barriers
    
    This sub-target is source only now. We don't need to disable build
    for specific devices.
    
    Signed-off-by: Shiji Yang <yangshiji66 at outlook.com>
    Link: https://github.com/openwrt/openwrt/pull/18745
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/lantiq/image/xway_legacy.mk | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/target/linux/lantiq/image/xway_legacy.mk b/target/linux/lantiq/image/xway_legacy.mk
index 47b52277f6..3dc8eefe54 100644
--- a/target/linux/lantiq/image/xway_legacy.mk
+++ b/target/linux/lantiq/image/xway_legacy.mk
@@ -8,7 +8,6 @@ define Device/arcadyan_arv4518pwr01
 	ltq-adsl-app ppp-mod-pppoa \
 	kmod-ath5k wpad-basic-mbedtls
   SUPPORTED_DEVICES += ARV4518PWR01
-  DEFAULT := n
 endef
 TARGET_DEVICES += arcadyan_arv4518pwr01
 
@@ -22,7 +21,6 @@ define Device/arcadyan_arv4518pwr01a
 	ltq-adsl-app ppp-mod-pppoa \
 	kmod-ath5k wpad-basic-mbedtls
   SUPPORTED_DEVICES += ARV4518PWR01A
-  DEFAULT := n
 endef
 TARGET_DEVICES += arcadyan_arv4518pwr01a
 
@@ -40,7 +38,6 @@ define Device/arcadyan_arv4520pw
 	ltq-adsl-app ppp-mod-pppoa \
 	kmod-rt61-pci wpad-basic-mbedtls
   SUPPORTED_DEVICES += ARV4520PW
-  DEFAULT := n
 endef
 TARGET_DEVICES += arcadyan_arv4520pw
 
@@ -56,7 +53,6 @@ define Device/arcadyan_arv4525pw
 	kmod-ltq-adsl-danube-fw-b kmod-ltq-atm-danube \
 	ltq-adsl-app ppp-mod-pppoa -swconfig
   SUPPORTED_DEVICES += ARV4525PW
-  DEFAULT := n
 endef
 TARGET_DEVICES += arcadyan_arv4525pw
 
@@ -72,6 +68,5 @@ define Device/arcadyan_arv452cqw
 	kmod-ltq-adsl-danube-fw-b kmod-ltq-atm-danube \
 	ltq-adsl-app ppp-mod-pppoa
   SUPPORTED_DEVICES += ARV452CQW
-  DEFAULT := n
 endef
 TARGET_DEVICES += arcadyan_arv452cqw




More information about the lede-commits mailing list