diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-24 12:00:22 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-24 12:00:22 +0000 |
commit | 23193222d4c9d692bf4c73d7e4347f19637cb002 (patch) | |
tree | 73686483401b63bf1858bd4dbe06aeaa2b9f9882 /target/linux/ipq806x | |
parent | 0491f6fe76d573a5ecd2b705f0739ba6ab6c23d4 (diff) | |
download | upstream-23193222d4c9d692bf4c73d7e4347f19637cb002.tar.gz upstream-23193222d4c9d692bf4c73d7e4347f19637cb002.tar.bz2 upstream-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
Diffstat (limited to 'target/linux/ipq806x')
-rw-r--r-- | target/linux/ipq806x/Makefile | 3 |
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)) |