[openwrt/openwrt] ramips: rt288x: remove default build barriers
LEDE Commits
lede-commits at lists.infradead.org
Fri May 9 02:31:29 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/9daca559162b214927a37f76a1e02bf7868a1a8f
commit 9daca559162b214927a37f76a1e02bf7868a1a8f
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Thu May 8 19:23:30 2025 +0800
ramips: rt288x: 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/ramips/image/rt288x.mk | 8 --------
1 file changed, 8 deletions(-)
diff --git a/target/linux/ramips/image/rt288x.mk b/target/linux/ramips/image/rt288x.mk
index 0fdb35d963..0821903265 100644
--- a/target/linux/ramips/image/rt288x.mk
+++ b/target/linux/ramips/image/rt288x.mk
@@ -20,7 +20,6 @@ define Device/airlink101_ar670w
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | \
wrg-header wrgn16a_airlink_ar670w
SUPPORTED_DEVICES += ar670w
- DEFAULT := n
endef
TARGET_DEVICES += airlink101_ar670w
@@ -32,7 +31,6 @@ define Device/airlink101_ar725w
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size 3328k | \
gemtek-header ar725w
SUPPORTED_DEVICES += ar725w
- DEFAULT := n
endef
TARGET_DEVICES += airlink101_ar725w
@@ -42,7 +40,6 @@ define Device/asus_rt-n15
DEVICE_MODEL := RT-N15
DEVICE_PACKAGES := kmod-switch-rtl8366s
SUPPORTED_DEVICES += rt-n15
- DEFAULT := n
endef
TARGET_DEVICES += asus_rt-n15
@@ -54,7 +51,6 @@ define Device/belkin_f5d8235-v1
DEVICE_PACKAGES := kmod-switch-rtl8366s kmod-usb-ohci kmod-usb-ohci-pci \
kmod-usb2 kmod-usb2-pci kmod-usb-ledtrig-usbport
SUPPORTED_DEVICES += f5d8235-v1
- DEFAULT := n
endef
TARGET_DEVICES += belkin_f5d8235-v1
@@ -64,7 +60,6 @@ define Device/buffalo_wli-tx4-ag300n
DEVICE_MODEL := WLI-TX4-AG300N
DEVICE_PACKAGES := kmod-switch-ip17xx
SUPPORTED_DEVICES += wli-tx4-ag300n
- DEFAULT := n
endef
TARGET_DEVICES += buffalo_wli-tx4-ag300n
@@ -74,7 +69,6 @@ define Device/buffalo_wzr-agl300nh
DEVICE_MODEL := WZR-AGL300NH
DEVICE_PACKAGES := kmod-switch-rtl8366s
SUPPORTED_DEVICES += wzr-agl300nh
- DEFAULT := n
endef
TARGET_DEVICES += buffalo_wzr-agl300nh
@@ -89,7 +83,6 @@ define Device/dlink_dap-1522-a1
IMAGE/factory.bin := append-kernel | pad-offset $$$$(BLOCKSIZE) 96 | \
append-rootfs | pad-rootfs -x 96 | wrg-header wapnd01_dlink_dap1522 | \
check-size
- DEFAULT := n
endef
TARGET_DEVICES += dlink_dap-1522-a1
@@ -98,6 +91,5 @@ define Device/ralink_v11st-fe
DEVICE_VENDOR := Ralink
DEVICE_MODEL := V11ST-FE
SUPPORTED_DEVICES += v11st-fe
- DEFAULT := n
endef
TARGET_DEVICES += ralink_v11st-fe
More information about the lede-commits
mailing list