Author: kaloz
Date: 2015-01-12 12:58:41 +0100 (Mon, 12 Jan 2015)
New Revision: 43947

Modified:
   trunk/package/kernel/linux/modules/hwmon.mk
   trunk/package/kernel/linux/modules/other.mk
Log:
pwm support can't be compiled as a module

Signed-off-by: Imre Kaloz <[email protected]>


Modified: trunk/package/kernel/linux/modules/hwmon.mk
===================================================================
--- trunk/package/kernel/linux/modules/hwmon.mk 2015-01-12 10:56:54 UTC (rev 
43946)
+++ trunk/package/kernel/linux/modules/hwmon.mk 2015-01-12 11:58:41 UTC (rev 
43947)
@@ -295,7 +295,7 @@
   KCONFIG:=CONFIG_SENSORS_PWM_FAN
   FILES:=$(LINUX_DIR)/drivers/hwmon/pwm-fan.ko
   AUTOLOAD:=$(call AutoLoad,60,pwm-fan)
-  $(call AddDepends/hwmon,+kmod-pwm)
+  $(call AddDepends/hwmon,)
   DEPENDS+=@!LINUX_3_3 @!LINUX_3_8 @!LINUX_3_10 @!LINUX_3_14
 endef
 

Modified: trunk/package/kernel/linux/modules/other.mk
===================================================================
--- trunk/package/kernel/linux/modules/other.mk 2015-01-12 10:56:54 UTC (rev 
43946)
+++ trunk/package/kernel/linux/modules/other.mk 2015-01-12 11:58:41 UTC (rev 
43947)
@@ -495,20 +495,6 @@
 $(eval $(call KernelPackage,booke-wdt))
 
 
-define KernelPackage/pwm
-  SUBMENU:=$(OTHER_MENU)
-  TITLE:=PWM generic API
-  KCONFIG:=CONFIG_GENERIC_PWM
-  FILES:=$(LINUX_DIR)/drivers/pwm/pwm.ko
-endef
-
-define KernelPackage/pwm/description
- Kernel module that implement a generic PWM API
-endef
-
-$(eval $(call KernelPackage,pwm))
-
-
 define KernelPackage/rtc-ds1307
   SUBMENU:=$(OTHER_MENU)
   TITLE:=Dallas/Maxim DS1307 (and compatible) RTC support
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to