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

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


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/9952345a0ab8eaa98e7730e82e7fb424559e5089

commit 9952345a0ab8eaa98e7730e82e7fb424559e5089
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Thu May 8 19:22:33 2025 +0800

    lantig: ase: 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/amazonse.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/target/linux/lantiq/image/amazonse.mk b/target/linux/lantiq/image/amazonse.mk
index 1fd714dee4..7ea1173480 100644
--- a/target/linux/lantiq/image/amazonse.mk
+++ b/target/linux/lantiq/image/amazonse.mk
@@ -5,7 +5,6 @@ define Device/allnet_all0333cj
   DEVICE_PACKAGES := kmod-ltq-adsl-ase kmod-ltq-adsl-ase-mei \
 	kmod-ltq-adsl-ase-fw-b kmod-ltq-atm-ase \
 	ltq-adsl-app ppp-mod-pppoe
-  DEFAULT := n
 endef
 TARGET_DEVICES += allnet_all0333cj
 
@@ -17,6 +16,5 @@ define Device/netgear_dgn1000b
 	kmod-ltq-adsl-ase-fw-b kmod-ltq-atm-ase \
 	ltq-adsl-app ppp-mod-pppoe
   SUPPORTED_DEVICES += DGN1000B
-  DEFAULT := n
 endef
 TARGET_DEVICES += netgear_dgn1000b




More information about the lede-commits mailing list