librecmc: Remove targets with < 16M of flash
authorRISCi_ATOM <bob@bobcall.me>
Mon, 1 Jul 2024 05:12:46 +0000 (01:12 -0400)
committerRISCi_ATOM <bob@bobcall.me>
Mon, 1 Jul 2024 05:12:46 +0000 (01:12 -0400)
The intent is to add these targets back in the future.. but time
will tell.

target/linux/ath79/image/generic-tp-link.mk
target/linux/ath79/image/generic.mk

index dabe660a3bfae4d63e6e51c5483dacf90e4040bb..8bafd7180c146c6bbab24a6729b626e74377f52f 100644 (file)
@@ -45,6 +45,7 @@ define Device/tplink_cpe210-v1
   DEVICE_PACKAGES := rssileds
   TPLINK_BOARD_ID := CPE210
   SUPPORTED_DEVICES += cpe210
+  DEFAULT := n
 endef
 TARGET_DEVICES += tplink_cpe210-v1
 
@@ -58,6 +59,7 @@ define Device/tplink_cpe210-v2
   DEVICE_PACKAGES := rssileds
   LOADER_TYPE := elf
   SUPPORTED_DEVICES += cpe210-v2
+  DEFAULT := n
 endef
 TARGET_DEVICES += tplink_cpe210-v2
 
@@ -71,6 +73,7 @@ define Device/tplink_cpe210-v3
   TPLINK_BOARD_ID := CPE210V3
   LOADER_TYPE := elf
   SUPPORTED_DEVICES += cpe210-v3
+  DEFAULT := n
 endef
 TARGET_DEVICES += tplink_cpe210-v3
 
@@ -82,6 +85,7 @@ define Device/tplink_cpe220-v2
   DEVICE_VARIANT := v2
   DEVICE_PACKAGES := rssileds
   TPLINK_BOARD_ID := CPE220V2
+  DEFAULT := n
 endef
 TARGET_DEVICES += tplink_cpe220-v2
 
@@ -94,6 +98,7 @@ define Device/tplink_cpe220-v3
   DEVICE_PACKAGES := rssileds
   TPLINK_BOARD_ID := CPE220V3
   LOADER_TYPE := elf
+  DEFAULT := n
 endef
 TARGET_DEVICES += tplink_cpe220-v3
 
@@ -106,6 +111,7 @@ define Device/tplink_cpe510-v1
   DEVICE_PACKAGES := rssileds
   TPLINK_BOARD_ID := CPE510
   SUPPORTED_DEVICES += cpe510
+  DEFAULT := n
 endef
 TARGET_DEVICES += tplink_cpe510-v1
 
@@ -118,6 +124,7 @@ define Device/tplink_cpe510-v2
   DEVICE_PACKAGES := rssileds
   TPLINK_BOARD_ID := CPE510V2
   SUPPORTED_DEVICES += cpe510-v2
+  DEFAULT := n
 endef
 TARGET_DEVICES += tplink_cpe510-v2
 
@@ -129,6 +136,7 @@ define Device/tplink_cpe510-v3
   DEVICE_VARIANT := v3
   DEVICE_PACKAGES := rssileds
   TPLINK_BOARD_ID := CPE510V3
+  DEFAULT := n
 endef
 TARGET_DEVICES += tplink_cpe510-v3
 
@@ -139,6 +147,7 @@ define Device/tplink_cpe605-v1
   DEVICE_MODEL := CPE605
   DEVICE_VARIANT := v1
   TPLINK_BOARD_ID := CPE605V1
+  DEFAULT := n
 endef
 TARGET_DEVICES += tplink_cpe605-v1
 
@@ -149,6 +158,7 @@ define Device/tplink_cpe610-v1
   DEVICE_MODEL := CPE610
   DEVICE_VARIANT := v1
   TPLINK_BOARD_ID := CPE610V1
+  DEFAULT := n
 endef
 TARGET_DEVICES += tplink_cpe610-v1
 
@@ -159,6 +169,7 @@ define Device/tplink_cpe610-v2
   DEVICE_MODEL := CPE610
   DEVICE_VARIANT := v2
   TPLINK_BOARD_ID := CPE610V2
+  DEFAULT := n
 endef
 TARGET_DEVICES += tplink_cpe610-v2
 
@@ -329,6 +340,7 @@ define Device/tplink_tl-wr2543-v1
        check-size | append-metadata
   IMAGE/factory.bin := tplink-v1-image factory -v 3.13.99
   SUPPORTED_DEVICES += tl-wr2543n
+  DEFAULT := n
 endef
 TARGET_DEVICES += tplink_tl-wr2543-v1
 
@@ -440,6 +452,7 @@ define Device/tplink_tl-wr941hp-v1
   DEVICE_VARIANT := v1
   TPLINK_BOARD_ID := TL-WR941HP-V1
   IMAGE_SIZE := 7360k
+  DEFAULT := n
 endef
 TARGET_DEVICES += tplink_tl-wr941hp-v1
 
@@ -452,6 +465,7 @@ define Device/tplink_wbs210-v1
   DEVICE_PACKAGES := rssileds
   TPLINK_BOARD_ID := WBS210
   SUPPORTED_DEVICES += wbs210
+  DEFAULT := n
 endef
 TARGET_DEVICES += tplink_wbs210-v1
 
@@ -463,6 +477,7 @@ define Device/tplink_wbs210-v2
   DEVICE_VARIANT := v2
   DEVICE_PACKAGES := rssileds
   TPLINK_BOARD_ID := WBS210V2
+  DEFAULT := n
 endef
 TARGET_DEVICES += tplink_wbs210-v2
 
@@ -475,6 +490,7 @@ define Device/tplink_wbs510-v1
   DEVICE_PACKAGES := rssileds
   TPLINK_BOARD_ID := WBS510
   SUPPORTED_DEVICES += wbs510
+  DEFAULT := n
 endef
 TARGET_DEVICES += tplink_wbs510-v1
 
@@ -486,5 +502,6 @@ define Device/tplink_wbs510-v2
   DEVICE_VARIANT := v2
   DEVICE_PACKAGES := rssileds
   TPLINK_BOARD_ID := WBS510V2
+  DEFAULT := n
 endef
 TARGET_DEVICES += tplink_wbs510-v2
index e57ae6891a4fc708395d6488bf90316d6171d615..b1c085c403d65a5f4c538723d73e2247af78e50b 100644 (file)
@@ -414,6 +414,7 @@ define Device/atheros_db120
   IMAGE/factory.bin := append-kernel | pad-to $$$$(BLOCKSIZE) | \
        append-rootfs | pad-rootfs | check-size | pad-to 6336k | \
        append-loader-okli-uimage $(1) | pad-to 64k
+  DEFAULT := n
 endef
 TARGET_DEVICES += atheros_db120
 
@@ -562,6 +563,7 @@ define Device/comfast_cf-e120a-v3
   DEVICE_VARIANT := v3
   DEVICE_PACKAGES := rssileds -uboot-envtools
   IMAGE_SIZE := 8000k
+  DEFAULT := n
 endef
 TARGET_DEVICES += comfast_cf-e120a-v3
 
@@ -572,6 +574,7 @@ define Device/comfast_cf-e130n-v2
   DEVICE_VARIANT := v2
   DEVICE_PACKAGES := rssileds -swconfig -uboot-envtools
   IMAGE_SIZE := 7936k
+  DEFAULT := n
 endef
 TARGET_DEVICES += comfast_cf-e130n-v2
 
@@ -583,6 +586,7 @@ define Device/comfast_cf-e314n-v2
   DEVICE_VARIANT := v2
   DEVICE_PACKAGES := rssileds
   IMAGE_SIZE := 7936k
+  DEFAULT := n
 endef
 TARGET_DEVICES += comfast_cf-e314n-v2
 
@@ -701,6 +705,7 @@ define Device/dlink_dir-505
   IMAGE_SIZE := 7680k
   DEVICE_PACKAGES := kmod-usb-chipidea2
   SUPPORTED_DEVICES += dir-505-a1
+  DEFAULT := n
 endef
 TARGET_DEVICES += dlink_dir-505
 
@@ -714,6 +719,7 @@ define Device/dlink_dir-629-a1
   DEVICE_PACKAGES := -uboot-envtools
   SEAMA_MTDBLOCK := 6
   SEAMA_SIGNATURE := wrgn83_dlob.hans_dir629
+  DEFAULT := n
 endef
 TARGET_DEVICES += dlink_dir-629-a1
 
@@ -763,6 +769,7 @@ ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),)
        pad-to 2 | edimax-header -b -s CSYS -m RN51 -f 0x70000 -S 0x01100000 | \
        elecom-product-header WRC-300GHBK2-I | check-size
 endif
+  DEFAULT := n
 endef
 TARGET_DEVICES += elecom_wrc-300ghbk2-i
 
@@ -1022,6 +1029,7 @@ define Device/iodata_etg3-r
   DEVICE_MODEL := ETG3-R
   IMAGE_SIZE := 7680k
   DEVICE_PACKAGES := -iwinfo -kmod-ath9k -wpad-basic-mbedtls
+  DEFAULT := n
 endef
 TARGET_DEVICES += iodata_etg3-r
 
@@ -1112,6 +1120,7 @@ define Device/librerouter_librerouter-v1
   DEVICE_VARIANT := v1
   IMAGE_SIZE := 7936k
   DEVICE_PACKAGES := kmod-usb2
+  DEFAULT := n
 endef
 TARGET_DEVICES += librerouter_librerouter-v1
 
@@ -1172,6 +1181,7 @@ define Device/netgear_wndap360
   IMAGES := sysupgrade.bin
   IMAGE/sysupgrade.bin := append-kernel | pad-to 64k | append-rootfs | pad-rootfs | \
        check-size | append-metadata
+  DEFAULT := n
 endef
 TARGET_DEVICES += netgear_wndap360
 
@@ -1193,6 +1203,7 @@ define Device/netgear_wndr3700
   IMAGE/factory-NA.img := $$(IMAGE/default) | netgear-dni NA | \
        check-size
   SUPPORTED_DEVICES += wndr3700
+  DEFAULT := n
 endef
 TARGET_DEVICES += netgear_wndr3700
 
@@ -1272,6 +1283,7 @@ define Device/netgear_wnr2200-8m
   IMAGE/factory-NA.img := $$(IMAGE/default) | netgear-dni NA | \
        check-size
   SUPPORTED_DEVICES += wnr2200
+  DEFAULT := n
 endef
 TARGET_DEVICES += netgear_wnr2200-8m
 
@@ -1482,6 +1494,7 @@ define Device/pcs_cr3000
   DEVICE_MODEL := CR3000
   IMAGE_SIZE := 7808k
   SUPPORTED_DEVICES += cr3000
+  DEFAULT := n
 endef
 TARGET_DEVICES += pcs_cr3000
 
@@ -1492,6 +1505,7 @@ define Device/pcs_cr5000
   DEVICE_PACKAGES := kmod-usb2
   IMAGE_SIZE := 7808k
   SUPPORTED_DEVICES += cr5000
+  DEFAULT := n
 endef
 TARGET_DEVICES += pcs_cr5000
 
@@ -1571,6 +1585,7 @@ define Device/qca_ap143-8m
   IMAGE/factory.bin := append-kernel | pad-to $$$$(BLOCKSIZE) | \
        append-rootfs | pad-rootfs | check-size | pad-to 6336k | \
        append-loader-okli-uimage $(1) | pad-to 64k
+  DEFAULT := n
 endef
 TARGET_DEVICES += qca_ap143-8m
 
@@ -1591,6 +1606,7 @@ define Device/qxwlan_e558-v2
   DEVICE_MODEL := E558
   DEVICE_PACKAGES := kmod-usb2
   SUPPORTED_DEVICES += e558-v2
+  DEFAULT := n
 endef
 
 define Device/qxwlan_e558-v2-16m
@@ -1613,6 +1629,7 @@ define Device/qxwlan_e600g-v2
   DEVICE_MODEL := E600G
   DEVICE_PACKAGES := kmod-usb2
   SUPPORTED_DEVICES += e600g-v2
+  DEFAULT := n
 endef
 
 define Device/qxwlan_e600g-v2-16m
@@ -1635,6 +1652,7 @@ define Device/qxwlan_e750a-v4
   DEVICE_MODEL := E750A
   DEVICE_PACKAGES := kmod-usb2
   SUPPORTED_DEVICES += e750a-v4
+  DEFAULT := n
 endef
 
 define Device/qxwlan_e750a-v4-16m
@@ -1657,6 +1675,7 @@ define Device/qxwlan_e750g-v8
   DEVICE_MODEL := E750G
   DEVICE_PACKAGES := kmod-usb2
   SUPPORTED_DEVICES += e750g-v8
+  DEFAULT := n
 endef
 
 define Device/qxwlan_e750g-v8-16m
@@ -1887,6 +1906,7 @@ define Device/wallys_dr531
   DEVICE_PACKAGES := kmod-usb2 rssileds
   IMAGE_SIZE := 7808k
   SUPPORTED_DEVICES += dr531
+  DEFAULT := n
 endef
 TARGET_DEVICES += wallys_dr531
 
@@ -2025,6 +2045,7 @@ define Device/zyxel_nwa1100-nh
   DEVICE_MODEL := NWA1100
   DEVICE_VARIANT := NH
   ZYXEL_MODEL_STRING := AASI
+  DEFAULT := n
 endef
 TARGET_DEVICES += zyxel_nwa1100-nh
 
@@ -2033,6 +2054,7 @@ define Device/zyxel_nwa1121-ni
   DEVICE_MODEL := NWA1121
   DEVICE_VARIANT := NI
   ZYXEL_MODEL_STRING := AABJ
+  DEFAULT := n
 endef
 TARGET_DEVICES += zyxel_nwa1121-ni
 
@@ -2041,5 +2063,6 @@ define Device/zyxel_nwa1123-ni
   DEVICE_MODEL := NWA1123
   DEVICE_VARIANT := NI
   ZYXEL_MODEL_STRING := AAEO
+  DEFAULT := n
 endef
 TARGET_DEVICES += zyxel_nwa1123-ni