Browse Source

ipq806x: add ahci to default packages

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 44525
John Crispin 10 years ago
parent
commit
7c24d8627f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      target/linux/ipq806x/Makefile

+ 2 - 1
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))