From: John Crispin Date: Tue, 24 Feb 2015 12:00:22 +0000 (+0000) Subject: ipq806x: add ahci to default packages X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=2b2a92d45971f04ff53204c02cd6467d7a32e1a0 ipq806x: add ahci to default packages Signed-off-by: John Crispin SVN-Revision: 44525 --- diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index 36b32053bd..1512b30c03 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -15,7 +15,8 @@ KERNELNAME:=Image dtbs include $(INCLUDE_DIR)/target.mk 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))