summaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/video.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-02-12 08:29:38 +0000
committerJohn Crispin <john@openwrt.org>2016-02-12 08:29:38 +0000
commit79deb0290acb10285977fbefdbc590917806138a (patch)
treed9de512cc37ffac17b4cb7c402f0892db7186017 /package/kernel/linux/modules/video.mk
parent9f9682a79b2f813ae140cc4866d1449412efb3d9 (diff)
downloadmaster-31e0f0ae-79deb0290acb10285977fbefdbc590917806138a.tar.gz
master-31e0f0ae-79deb0290acb10285977fbefdbc590917806138a.tar.bz2
master-31e0f0ae-79deb0290acb10285977fbefdbc590917806138a.zip
video: kmod-pwm does not exist anymore
it was removed in r43947 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 48699
Diffstat (limited to 'package/kernel/linux/modules/video.mk')
-rw-r--r--package/kernel/linux/modules/video.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/video.mk b/package/kernel/linux/modules/video.mk
index e14699288e..856b70af24 100644
--- a/package/kernel/linux/modules/video.mk
+++ b/package/kernel/linux/modules/video.mk
@@ -40,7 +40,7 @@ $(eval $(call KernelPackage,backlight))
define KernelPackage/backlight-pwm
SUBMENU:=$(VIDEO_MENU)
TITLE:=PWM Backlight support
- DEPENDS:=+kmod-pwm +kmod-backlight
+ DEPENDS:=+kmod-backlight
KCONFIG:=CONFIG_BACKLIGHT_PWM
FILES:=$(LINUX_DIR)/drivers/video/backlight/pwm_bl.ko
AUTOLOAD:=$(call AutoProbe,video pwm_bl)