From 276817ca7d84839f5e55ceae1dcbdab47cd0ec78 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Wed, 19 Nov 2014 12:42:00 +0000 Subject: [PATCH] kernel: remove gpio-pwm kmod definition r37490 removed the actual driver but left the kmod definition intact, causing the build system hapily creating an empty package for it. Remove it also to not make it seem as if it still exists. Signed-off-by: Jonas Gorski SVN-Revision: 43316 --- package/kernel/linux/modules/other.mk | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index ce22819887a..5d1c2fb3486 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -509,22 +509,6 @@ endef $(eval $(call KernelPackage,pwm)) -define KernelPackage/pwm-gpio - SUBMENU:=$(OTHER_MENU) - TITLE:=PWM over GPIO - DEPENDS:=+kmod-pwm - KCONFIG:=CONFIG_GPIO_PWM - FILES:=$(LINUX_DIR)/drivers/pwm/gpio-pwm.ko - AUTOLOAD:=$(call AutoProbe,gpio-pwm) -endef - -define KernelPackage/pwm-gpio/description - Kernel module to models a single-channel PWM device using a timer and a GPIO pin -endef - -$(eval $(call KernelPackage,pwm-gpio)) - - define KernelPackage/rtc-ds1307 SUBMENU:=$(OTHER_MENU) TITLE:=Dallas/Maxim DS1307 (and compatible) RTC support -- 2.30.2