mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 03:55:06 +00:00
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
@ -13,6 +13,15 @@ define Device/avm_fritz300e
|
|||||||
endef
|
endef
|
||||||
TARGET_DEVICES += avm_fritz300e
|
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
|
define Device/embeddedwireless_dorin
|
||||||
ATH_SOC := ar9331
|
ATH_SOC := ar9331
|
||||||
DEVICE_TITLE := Embedded Wireless Dorin
|
DEVICE_TITLE := Embedded Wireless Dorin
|
||||||
@ -111,15 +120,6 @@ define Device/netgear_wndr3800
|
|||||||
endef
|
endef
|
||||||
TARGET_DEVICES += netgear_wndr3800
|
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
|
define Device/phicomm_k2t
|
||||||
ATH_SOC := qca9563
|
ATH_SOC := qca9563
|
||||||
DEVICE_TITLE := Phicomm K2T
|
DEVICE_TITLE := Phicomm K2T
|
||||||
|
Loading…
Reference in New Issue
Block a user