diff options
author | Mathias Kresin <dev@kresin.me> | 2019-01-25 23:12:32 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2019-01-26 15:23:37 +0100 |
commit | 7055cb0acc8acf8f618d4ec57b319072cda642e0 (patch) | |
tree | 706fed275987bbe37374f0eb420a352beb599ada /target/linux/gemini/image | |
parent | 0013c9402513e5ef65eeaf0a2b3e84af0db19740 (diff) | |
download | upstream-7055cb0acc8acf8f618d4ec57b319072cda642e0.tar.gz upstream-7055cb0acc8acf8f618d4ec57b319072cda642e0.tar.bz2 upstream-7055cb0acc8acf8f618d4ec57b319072cda642e0.zip |
gemini: fix alphabetical order
Reorder the image recipes to keep the alphabetical order.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/gemini/image')
-rw-r--r-- | target/linux/gemini/image/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/target/linux/gemini/image/Makefile b/target/linux/gemini/image/Makefile index 3f4dc62677..24d97508c2 100644 --- a/target/linux/gemini/image/Makefile +++ b/target/linux/gemini/image/Makefile @@ -115,14 +115,22 @@ define Device/dlink_dns-313 endef TARGET_DEVICES += dlink_dns-313 -define Device/nas4220b-sq201 +define Device/itian-raidsonic IMAGES := factory.bin IMAGE/factory.bin := append-rootfs | pad-to 6144k | nas4220b-sq201-images $(1) DEVICE_PACKAGES := $(GEMINI_NAS_PACKAGES) endef +define Device/itian_sq201 + $(Device/itian-raidsonic) + DEVICE_TITLE := ITian Square One SQ201 + DEVICE_DTS := gemini-sq201 + DEVICE_PACKAGES += rt61-pci usb2-pci +endef +TARGET_DEVICES += itian_sq201 + define Device/raidsonic_ib-4220-b - $(Device/nas4220b-sq201) + $(Device/itian-raidsonic) DEVICE_TITLE := Raidsonic NAS IB-4220-B DEVICE_DTS := gemini-nas4220b endef @@ -135,14 +143,6 @@ define Device/teltonika_rut1xx endef TARGET_DEVICES += teltonika_rut1xx -define Device/itian_sq201 - $(Device/nas4220b-sq201) - DEVICE_TITLE := ITian Square One SQ201 - DEVICE_DTS := gemini-sq201 - DEVICE_PACKAGES += rt61-pci usb2-pci -endef -TARGET_DEVICES += itian_sq201 - define Device/wiliboard_wbd111 DEVICE_TITLE := Wiliboard WBD-111 DEVICE_DTS := gemini-wbd111 |