diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2016-06-30 09:54:18 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-30 22:48:39 +0200 |
commit | 11cbe29833db3a7ec41ac1c4c675fb0b31338f39 (patch) | |
tree | 44b03b20d703a309073fbab1fd39efe4abe98513 /target/linux/ar71xx/image/legacy-devices.mk | |
parent | 9597675d8e0eb7f0d3cd738b8dade1ce45adda0d (diff) | |
download | mtk-20170518-11cbe29833db3a7ec41ac1c4c675fb0b31338f39.zip mtk-20170518-11cbe29833db3a7ec41ac1c4c675fb0b31338f39.tar.gz mtk-20170518-11cbe29833db3a7ec41ac1c4c675fb0b31338f39.tar.bz2 |
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>
Diffstat (limited to 'target/linux/ar71xx/image/legacy-devices.mk')
-rw-r--r-- | target/linux/ar71xx/image/legacy-devices.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/ar71xx/image/legacy-devices.mk b/target/linux/ar71xx/image/legacy-devices.mk index 0e51fef..c8e1476 100644 --- a/target/linux/ar71xx/image/legacy-devices.mk +++ b/target/linux/ar71xx/image/legacy-devices.mk @@ -401,14 +401,6 @@ define LegacyDevice/EWDORIN endef 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 DEVICE_TITLE := jjPlus JA76PF DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-hwmon-core kmod-i2c-core kmod-hwmon-lm75 |