ath79: alphabetical order image/generic.mk
Move the wzr-hp-g450h in image/generic.mk to keep alphabetical order. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
This commit is contained in:
parent
8288af1e18
commit
2d5fee248c
1 changed files with 9 additions and 9 deletions
|
@ -13,6 +13,15 @@ define Device/avm_fritz300e
|
|||
endef
|
||||
TARGET_DEVICES += avm_fritz300e
|
||||
|
||||
define Device/buffalo_wzr-hp-g450h
|
||||
ATH_SOC := ar7242
|
||||
DEVICE_TITLE := Buffalo WZR-HP-G450H
|
||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
||||
IMAGE_SIZE := 32256k
|
||||
SUPPORTED_DEVICES += wzr-hp-g450h
|
||||
endef
|
||||
TARGET_DEVICES += buffalo_wzr-hp-g450h
|
||||
|
||||
define Device/embeddedwireless_dorin
|
||||
ATH_SOC := ar9331
|
||||
DEVICE_TITLE := Embedded Wireless Dorin
|
||||
|
@ -111,15 +120,6 @@ define Device/netgear_wndr3800
|
|||
endef
|
||||
TARGET_DEVICES += netgear_wndr3800
|
||||
|
||||
define Device/buffalo_wzr-hp-g450h
|
||||
ATH_SOC := ar7242
|
||||
DEVICE_TITLE := Buffalo WZR-HP-G450H
|
||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
|
||||
IMAGE_SIZE := 32256k
|
||||
SUPPORTED_DEVICES += wzr-hp-g450h
|
||||
endef
|
||||
TARGET_DEVICES += buffalo_wzr-hp-g450h
|
||||
|
||||
define Device/phicomm_k2t
|
||||
ATH_SOC := qca9563
|
||||
DEVICE_TITLE := Phicomm K2T
|
||||
|
|
Loading…
Reference in a new issue