diff options
| author | Shiji Yang | 2025-05-08 11:22:33 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-09 09:31:20 +0000 |
| commit | 9952345a0ab8eaa98e7730e82e7fb424559e5089 (patch) | |
| tree | 0e47da7c0bdcaacd99a94121c6d45fe10ae73cf3 | |
| parent | 447c62588a395ddcd6a944003309e0224be32706 (diff) | |
| download | openwrt-9952345a0ab8eaa98e7730e82e7fb424559e5089.tar.gz | |
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@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18745
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/lantiq/image/amazonse.mk | 2 |
1 files changed, 0 insertions, 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 |