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 | a91f2f12729416367dae72fc56450c81749d2d63 (patch) | |
tree | 05814b6e5209a23571ca591c47551a64080ba0c9 | |
parent | 037060d1dd09cd4e3f321d66eb679fc8424aee93 (diff) | |
download | upstream-a91f2f12729416367dae72fc56450c81749d2d63.tar.gz upstream-a91f2f12729416367dae72fc56450c81749d2d63.tar.bz2 upstream-a91f2f12729416367dae72fc56450c81749d2d63.zip |
mvebu: use pwmfan in the profile
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44131 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |