diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-04-12 15:03:25 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-04-12 15:03:25 +0000 |
commit | d1bedfbdf56fd4a9abe2edcd16d432b85981c0b9 (patch) | |
tree | f8e644747c41fea0e6ecd9e9f16d70e975fec40a /target/linux | |
parent | 8de815c4e7f8221df43d43a423fc734c0e6cdbcc (diff) | |
download | upstream-d1bedfbdf56fd4a9abe2edcd16d432b85981c0b9.tar.gz upstream-d1bedfbdf56fd4a9abe2edcd16d432b85981c0b9.tar.bz2 upstream-d1bedfbdf56fd4a9abe2edcd16d432b85981c0b9.zip |
mvebu: include the ahci driver in the default profile
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45395
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/mvebu/profiles/000-Default.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/mvebu/profiles/000-Default.mk b/target/linux/mvebu/profiles/000-Default.mk index 8b3af27e9e..56608368ee 100644 --- a/target/linux/mvebu/profiles/000-Default.mk +++ b/target/linux/mvebu/profiles/000-Default.mk @@ -15,7 +15,8 @@ define Profile/Default kmod-rtc-marvell kmod-thermal-armada \ kmod-gpio-button-hotplug kmod-hwmon-tmp421 \ kmod-hwmon-pwmfan kmod-leds-tlc59116 \ - kmod-ledtrig-usbdev kmod-mwlwifi wpad-mini + kmod-ledtrig-usbdev kmod-mwlwifi wpad-mini \ + kmod-ata-mvebu-ahci endef define Profile/Default/Description |