ramips: move adslr_g7 in image/mt7621.mk to keep sorting
Move this device to the top to maintain alphabetic sorting in the file. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
7de08be913
commit
9e6257c26c
@ -110,6 +110,14 @@ define Build/ubnt-erx-factory-image
|
||||
fi
|
||||
endef
|
||||
|
||||
define Device/adslr_g7
|
||||
IMAGE_SIZE := 16064k
|
||||
DEVICE_VENDOR := ADSLR
|
||||
DEVICE_MODEL := G7
|
||||
DEVICE_PACKAGES := kmod-mt7615e kmod-mt7615-firmware wpad-basic
|
||||
endef
|
||||
TARGET_DEVICES += adslr_g7
|
||||
|
||||
define Device/afoundry_ew1200
|
||||
IMAGE_SIZE := 16064k
|
||||
DEVICE_VENDOR := AFOUNDRY
|
||||
@ -846,14 +854,6 @@ define Device/totolink_a7000r
|
||||
endef
|
||||
TARGET_DEVICES += totolink_a7000r
|
||||
|
||||
define Device/adslr_g7
|
||||
IMAGE_SIZE := 16064k
|
||||
DEVICE_VENDOR := ADSLR
|
||||
DEVICE_MODEL := G7
|
||||
DEVICE_PACKAGES := kmod-mt7615e kmod-mt7615-firmware wpad-basic
|
||||
endef
|
||||
TARGET_DEVICES += adslr_g7
|
||||
|
||||
define Device/tplink_re350-v1
|
||||
$(Device/tplink-safeloader)
|
||||
DEVICE_MODEL := RE350
|
||||
|
Loading…
Reference in New Issue
Block a user