aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/video.mk
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-02-12 08:29:38 +0000
committerJohn Crispin <blogic@openwrt.org>2016-02-12 08:29:38 +0000
commit93b9f86a54e17797e7bd7607836a3d299f49730f (patch)
tree4512b556048ca95eddb87a9ed1b4f3e32373905e /package/kernel/linux/modules/video.mk
parent4ba599daa6be5b85eeb9909fcd7090fdd2cec841 (diff)
downloadmaster-187ad058-93b9f86a54e17797e7bd7607836a3d299f49730f.tar.gz
master-187ad058-93b9f86a54e17797e7bd7607836a3d299f49730f.tar.bz2
master-187ad058-93b9f86a54e17797e7bd7607836a3d299f49730f.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48699 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)