diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-01-25 15:52:28 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-01-25 15:52:28 +0000 |
commit | 9a8a348f14d72e60bba97b3afe4e548b6a8ac168 (patch) | |
tree | 7b0d95a9a3f0b03b1d1150e1510f0cca99c4f00b /target | |
parent | 18012a41981270d25a4628846470b127467ae028 (diff) | |
download | upstream-9a8a348f14d72e60bba97b3afe4e548b6a8ac168.tar.gz upstream-9a8a348f14d72e60bba97b3afe4e548b6a8ac168.tar.bz2 upstream-9a8a348f14d72e60bba97b3afe4e548b6a8ac168.zip |
mvebu: use pwmfan in the profile
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44131
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mvebu/profiles/100-Generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/profiles/100-Generic.mk b/target/linux/mvebu/profiles/100-Generic.mk index 976604dc6a..99d2d305d1 100644 --- a/target/linux/mvebu/profiles/100-Generic.mk +++ b/target/linux/mvebu/profiles/100-Generic.mk @@ -13,7 +13,7 @@ define Profile/Generic kmod-ata-core kmod-ata-marvell-sata \ kmod-rtc-marvell kmod-thermal-armada \ kmod-gpio-button-hotplug kmod-hwmon-tmp421 \ - kmod-hwmon-gpiofan kmod-leds-tlc59116 \ + kmod-hwmon-pwmfan kmod-leds-tlc59116 \ kmod-ledtrig-usbdev kmod-mwlwifi wpad-mini \ swconfig endef |