mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 11:16:32 +00:00
gemini: fix alphabetical order
Reorder the image recipes to keep the alphabetical order. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
0013c94025
commit
7055cb0acc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user