diff options
author | John Crispin <john@openwrt.org> | 2015-02-24 12:00:22 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-24 12:00:22 +0000 |
commit | 7c24d8627f61f0649d5497f6bce1801b7fc255ff (patch) | |
tree | 250063dade665ab3d82a1050ec8d02b32038f664 /target/linux | |
parent | 3f22244009818d37da721472b4ee6ff80d0ad3af (diff) | |
download | upstream-7c24d8627f61f0649d5497f6bce1801b7fc255ff.tar.gz upstream-7c24d8627f61f0649d5497f6bce1801b7fc255ff.tar.bz2 upstream-7c24d8627f61f0649d5497f6bce1801b7fc255ff.zip |
ipq806x: add ahci to default packages
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44525
Diffstat (limited to 'target/linux')
-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)) |