ipq806x: add ahci to default packages

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 44525
lede-17.01
John Crispin 2015-02-24 12:00:22 +00:00
parent 3f22244009
commit 7c24d8627f
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ KERNELNAME:=Image dtbs
include $(INCLUDE_DIR)/target.mk include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \ DEFAULT_PACKAGES += \
kmod-leds-gpio kmod-gpio-button-hotplug kmod-qca-nss-gmac swconfig kmod-leds-gpio kmod-gpio-button-hotplug kmod-qca-nss-gmac swconfig \
kmod-ata-core kmod-ata-ahci kmod-ata-ahci-platform
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))