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>
This commit is contained in:
parent
447c62588a
commit
9952345a0a
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue