ar71xx: hiwifi-hc6361: move packages selection to generic.mk
Remove kmod-crypto-deflate and kmod-ledtrig-gpio as the device works the same by default without them Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
parent
9597675d8e
commit
11cbe29833
2 changed files with 9 additions and 14 deletions
|
@ -421,6 +421,9 @@ define Build/uImageHiWiFi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/hiwifi-hc6361
|
define Device/hiwifi-hc6361
|
||||||
|
DEVICE_TITLE := HiWiFi HC6361
|
||||||
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-storage \
|
||||||
|
kmod-fs-ext4 kmod-nls-iso8859-1 e2fsprogs
|
||||||
BOARDNAME := HiWiFi-HC6361
|
BOARDNAME := HiWiFi-HC6361
|
||||||
DEVICE_PROFILE := HIWIFI_HC6361
|
DEVICE_PROFILE := HIWIFI_HC6361
|
||||||
IMAGE_SIZE := 16128k
|
IMAGE_SIZE := 16128k
|
||||||
|
|
|
@ -401,14 +401,6 @@ define LegacyDevice/EWDORIN
|
||||||
endef
|
endef
|
||||||
LEGACY_DEVICES += EWDORIN
|
LEGACY_DEVICES += EWDORIN
|
||||||
|
|
||||||
define LegacyDevice/HIWIFI_HC6361
|
|
||||||
DEVICE_TITLE := HiWiFi HC6361
|
|
||||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-storage \
|
|
||||||
kmod-crypto-deflate kmod-fs-ext4 kmod-ledtrig-gpio \
|
|
||||||
kmod-nls-iso8859-1 e2fsprogs
|
|
||||||
endef
|
|
||||||
LEGACY_DEVICES += HIWIFI_HC6361
|
|
||||||
|
|
||||||
define LegacyDevice/JA76PF
|
define LegacyDevice/JA76PF
|
||||||
DEVICE_TITLE := jjPlus JA76PF
|
DEVICE_TITLE := jjPlus JA76PF
|
||||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-hwmon-core kmod-i2c-core kmod-hwmon-lm75
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-hwmon-core kmod-i2c-core kmod-hwmon-lm75
|
||||||
|
|
Loading…
Reference in a new issue