aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-02-24 12:00:22 +0000
committerJohn Crispin <blogic@openwrt.org>2015-02-24 12:00:22 +0000
commit23193222d4c9d692bf4c73d7e4347f19637cb002 (patch)
tree73686483401b63bf1858bd4dbe06aeaa2b9f9882
parent0491f6fe76d573a5ecd2b705f0739ba6ab6c23d4 (diff)
downloadmaster-187ad058-23193222d4c9d692bf4c73d7e4347f19637cb002.tar.gz
master-187ad058-23193222d4c9d692bf4c73d7e4347f19637cb002.tar.bz2
master-187ad058-23193222d4c9d692bf4c73d7e4347f19637cb002.zip
ipq806x: add ahci to default packages
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44525 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ipq806x/Makefile3
1 files changed, 2 insertions, 1 deletions
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))