diff options
author | Mathias Kresin <dev@kresin.me> | 2016-12-23 09:46:48 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-12-24 10:03:38 +0100 |
commit | a75ce960ac1b9d67af280e17e1e653b3b39def20 (patch) | |
tree | 25f7314479a3165ac565378783eba1a303645da9 /target/linux/ramips/image/rt305x.mk | |
parent | 29f5e643ad130c138507dc767187744ad710208a (diff) | |
download | upstream-a75ce960ac1b9d67af280e17e1e653b3b39def20.tar.gz upstream-a75ce960ac1b9d67af280e17e1e653b3b39def20.tar.bz2 upstream-a75ce960ac1b9d67af280e17e1e653b3b39def20.zip |
ramips: use different board names for variants
Use different names for flash size related board variants, to make sure
that only images for the actual flash size are considered as valid by
the image validation code.
Remove the flash size suffix from the string returned by
ramips_board_detect() to ensure that existing scripts relying on the
former used boardname are still working.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/image/rt305x.mk')
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index ac31cfa9ac..06aaf43e8e 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -40,7 +40,6 @@ TARGET_DEVICES += all5003 define Device/asl26555-8M DTS := ASL26555-8M IMAGE_SIZE := 7744k - SUPPORTED_DEVICES := asl26555 DEVICE_TITLE := Alpha ASL26555 DEVICE_PACKAGES := kmod-usb-core kmod-usb-dwc2 kmod-usb-ledtrig-usbport endef @@ -49,7 +48,6 @@ TARGET_DEVICES += asl26555-8M define Device/asl26555-16M DTS := ASL26555-16M IMAGE_SIZE := 15872k - SUPPORTED_DEVICES := asl26555 DEVICE_TITLE := Alpha ASL26555 16M DEVICE_PACKAGES := endef @@ -270,20 +268,18 @@ define Device/ncs601w endef TARGET_DEVICES += ncs601w -define Device/nixcore-8M +define Device/nixcore-x1-8M DTS := NIXCORE-8M IMAGE_SIZE := 7872k - SUPPORTED_DEVICES := nixcore-x1 - DEVICE_TITLE := NixcoreX1 8M + DEVICE_TITLE := NixcoreX1 (8M) DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-i2c-core kmod-i2c-ralink kmod-spi-dev endef TARGET_DEVICES += nixcore-8M -define Device/nixcore-16M +define Device/nixcore-x1-16M DTS := NIXCORE-16M IMAGE_SIZE := 16064k - SUPPORTED_DEVICES := nixcore-x1 - DEVICE_TITLE := NixcoreX1 16M + DEVICE_TITLE := NixcoreX1 (16M) DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-i2c-core kmod-i2c-ralink kmod-spi-dev endef TARGET_DEVICES += nixcore-16M @@ -391,8 +387,7 @@ TARGET_DEVICES += v22rw-2x2 define Device/vocore-8M DTS := VOCORE-8M IMAGE_SIZE := 7872k - SUPPORTED_DEVICES := vocore - DEVICE_TITLE := VoCore 8M + DEVICE_TITLE := VoCore (8M) DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 \ kmod-i2c-core kmod-i2c-ralink \ kmod-spi-dev @@ -402,8 +397,7 @@ TARGET_DEVICES += vocore-8M define Device/vocore-16M DTS := VOCORE-16M IMAGE_SIZE := 16064k - SUPPORTED_DEVICES := vocore - DEVICE_TITLE := VoCore 16M + DEVICE_TITLE := VoCore (16M) DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 \ kmod-i2c-core kmod-i2c-ralink \ kmod-spi-dev |