treewide: Disable building 32M RAM devices
Following deprecation notice[1] in 21.02, disable targets with 32M of RAM [1] https://openwrt.org/supported_devices/864_warning Signed-off-by: Felix Baumann <felix.bau@gmx.de>
This commit is contained in:
@@ -707,6 +707,7 @@ define Device/tplink_tl-wr1043nd-v1
|
||||
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport kmod-switch-rtl8366rb
|
||||
TPLINK_HWID := 0x10430001
|
||||
SUPPORTED_DEVICES += tl-wr1043nd
|
||||
DEFAULT := n
|
||||
endef
|
||||
TARGET_DEVICES += tplink_tl-wr1043nd-v1
|
||||
|
||||
@@ -789,6 +790,7 @@ define Device/tplink_tl-wr710n-v1
|
||||
DEVICE_PACKAGES := kmod-usb-chipidea2 kmod-usb-ledtrig-usbport
|
||||
TPLINK_HWID := 0x07100001
|
||||
SUPPORTED_DEVICES += tl-wr710n
|
||||
DEFAULT := n
|
||||
endef
|
||||
TARGET_DEVICES += tplink_tl-wr710n-v1
|
||||
|
||||
@@ -801,6 +803,7 @@ define Device/tplink_tl-wr710n-v2.1
|
||||
TPLINK_HWID := 0x07100002
|
||||
TPLINK_HWREV := 0x2
|
||||
SUPPORTED_DEVICES += tl-wr710n
|
||||
DEFAULT := n
|
||||
endef
|
||||
TARGET_DEVICES += tplink_tl-wr710n-v2.1
|
||||
|
||||
@@ -822,6 +825,7 @@ define Device/tplink_tl-wr810n-v2
|
||||
DEVICE_VARIANT := v2
|
||||
TPLINK_HWID := 0x8100002
|
||||
SUPPORTED_DEVICES += tl-wr810n-v2
|
||||
DEFAULT := n
|
||||
endef
|
||||
TARGET_DEVICES += tplink_tl-wr810n-v2
|
||||
|
||||
@@ -851,6 +855,7 @@ define Device/tplink_tl-wr842n-v1
|
||||
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport
|
||||
TPLINK_HWID := 0x8420001
|
||||
SUPPORTED_DEVICES += tl-mr3420
|
||||
DEFAULT := n
|
||||
endef
|
||||
TARGET_DEVICES += tplink_tl-wr842n-v1
|
||||
|
||||
@@ -862,6 +867,7 @@ define Device/tplink_tl-wr842n-v2
|
||||
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport
|
||||
TPLINK_HWID := 0x8420002
|
||||
SUPPORTED_DEVICES += tl-wr842n-v2
|
||||
DEFAULT := n
|
||||
endef
|
||||
TARGET_DEVICES += tplink_tl-wr842n-v2
|
||||
|
||||
|
||||
@@ -2924,6 +2924,7 @@ define Device/wd_mynet-wifi-rangeextender
|
||||
IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | cybertan-trx | \
|
||||
addpattern | append-metadata
|
||||
SUPPORTED_DEVICES += mynet-rext
|
||||
DEFAULT := n
|
||||
endef
|
||||
TARGET_DEVICES += wd_mynet-wifi-rangeextender
|
||||
|
||||
@@ -3014,6 +3015,7 @@ define Device/ziking_cpe46b
|
||||
DEVICE_MODEL := CPE46B
|
||||
IMAGE_SIZE := 8000k
|
||||
DEVICE_PACKAGES := kmod-i2c-gpio
|
||||
DEFAULT := n
|
||||
endef
|
||||
TARGET_DEVICES += ziking_cpe46b
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@ define Device/ubnt_airrouter
|
||||
SOC := ar7241
|
||||
DEVICE_MODEL := AirRouter
|
||||
SUPPORTED_DEVICES += airrouter
|
||||
DEFAULT := n
|
||||
endef
|
||||
TARGET_DEVICES += ubnt_airrouter
|
||||
|
||||
@@ -14,6 +15,7 @@ define Device/ubnt_nanobridge-m
|
||||
DEVICE_MODEL := NanoBridge M
|
||||
DEVICE_PACKAGES += rssileds
|
||||
SUPPORTED_DEVICES += bullet-m
|
||||
DEFAULT := n
|
||||
endef
|
||||
TARGET_DEVICES += ubnt_nanobridge-m
|
||||
|
||||
@@ -24,6 +26,7 @@ define Device/ubnt_bullet-m-ar7240
|
||||
DEVICE_VARIANT := XM (AR7240)
|
||||
DEVICE_PACKAGES += rssileds
|
||||
SUPPORTED_DEVICES += bullet-m
|
||||
DEFAULT := n
|
||||
endef
|
||||
TARGET_DEVICES += ubnt_bullet-m-ar7240
|
||||
|
||||
@@ -34,6 +37,7 @@ define Device/ubnt_bullet-m-ar7241
|
||||
DEVICE_VARIANT := XM (AR7241)
|
||||
DEVICE_PACKAGES += rssileds
|
||||
SUPPORTED_DEVICES += bullet-m ubnt,bullet-m
|
||||
DEFAULT := n
|
||||
endef
|
||||
TARGET_DEVICES += ubnt_bullet-m-ar7241
|
||||
|
||||
@@ -43,6 +47,7 @@ define Device/ubnt_picostation-m
|
||||
DEVICE_MODEL := Picostation M
|
||||
DEVICE_PACKAGES += rssileds
|
||||
SUPPORTED_DEVICES += bullet-m
|
||||
DEFAULT := n
|
||||
endef
|
||||
TARGET_DEVICES += ubnt_picostation-m
|
||||
|
||||
@@ -52,6 +57,7 @@ define Device/ubnt_nanostation-m
|
||||
DEVICE_MODEL := Nanostation M
|
||||
DEVICE_PACKAGES += rssileds
|
||||
SUPPORTED_DEVICES += nanostation-m
|
||||
DEFAULT := n
|
||||
endef
|
||||
TARGET_DEVICES += ubnt_nanostation-m
|
||||
|
||||
@@ -61,6 +67,7 @@ define Device/ubnt_nanostation-loco-m
|
||||
DEVICE_MODEL := Nanostation Loco M
|
||||
DEVICE_PACKAGES += rssileds
|
||||
SUPPORTED_DEVICES += bullet-m
|
||||
DEFAULT := n
|
||||
endef
|
||||
TARGET_DEVICES += ubnt_nanostation-loco-m
|
||||
|
||||
|
||||
@@ -76,5 +76,6 @@ define Device/pqi_air-pen
|
||||
DEVICE_PACKAGES := kmod-usb-chipidea2
|
||||
IMAGE_SIZE := 7680k
|
||||
SUPPORTED_DEVICES += pqi-air-pen
|
||||
DEFAULT := n
|
||||
endef
|
||||
TARGET_DEVICES += pqi_air-pen
|
||||
|
||||
Reference in New Issue
Block a user