summaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-02-24 12:00:22 +0000
committerJohn Crispin <john@openwrt.org>2015-02-24 12:00:22 +0000
commit7c24d8627f61f0649d5497f6bce1801b7fc255ff (patch)
tree250063dade665ab3d82a1050ec8d02b32038f664 /target/linux/ipq806x/Makefile
parent3f22244009818d37da721472b4ee6ff80d0ad3af (diff)
downloadmaster-31e0f0ae-7c24d8627f61f0649d5497f6bce1801b7fc255ff.tar.gz
master-31e0f0ae-7c24d8627f61f0649d5497f6bce1801b7fc255ff.tar.bz2
master-31e0f0ae-7c24d8627f61f0649d5497f6bce1801b7fc255ff.zip
ipq806x: add ahci to default packages
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44525
Diffstat (limited to 'target/linux/ipq806x/Makefile')
-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))