diff options
author | Felix Baumann <felix.bau@gmx.de> | 2023-05-20 08:37:45 +0200 |
---|---|---|
committer | Felix Baumann <felix.bau@gmx.de> | 2023-05-21 01:08:22 +0200 |
commit | f5cb556d4f70e7aac428857fe782b58ece0cf188 (patch) | |
tree | 5cb0a1675cfec759d97837e3e9fdad955879f21c /target/linux/lantiq/image/vr9.mk | |
parent | 3f297be1ed49351282f26462a7aa6e03036a1ffc (diff) | |
download | upstream-f5cb556d4f70e7aac428857fe782b58ece0cf188.tar.gz upstream-f5cb556d4f70e7aac428857fe782b58ece0cf188.tar.bz2 upstream-f5cb556d4f70e7aac428857fe782b58ece0cf188.zip |
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>
Diffstat (limited to 'target/linux/lantiq/image/vr9.mk')
-rw-r--r-- | target/linux/lantiq/image/vr9.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/lantiq/image/vr9.mk b/target/linux/lantiq/image/vr9.mk index f3149bf2c0..3c05636f56 100644 --- a/target/linux/lantiq/image/vr9.mk +++ b/target/linux/lantiq/image/vr9.mk @@ -12,6 +12,7 @@ define Device/alphanetworks_asl56026 DEVICE_ALT0_VENDOR := BT Openreach DEVICE_ALT0_MODEL := ECI VDSL Modem V-2FUb/I IMAGE_SIZE := 7488k + DEFAULT := n endef TARGET_DEVICES += alphanetworks_asl56026 @@ -38,6 +39,7 @@ define Device/arcadyan_vg3503j DEVICE_MODEL := ECI VDSL Modem V-2FUb/R IMAGE_SIZE := 8000k SUPPORTED_DEVICES += VG3503J + DEFAULT := n endef TARGET_DEVICES += arcadyan_vg3503j |