From: blogic Date: Fri, 12 Feb 2016 08:29:38 +0000 (+0000) Subject: video: kmod-pwm does not exist anymore X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=e7937c7a44eb1781a8da37560247ffb337cb27d1 video: kmod-pwm does not exist anymore it was removed in r43947 Signed-off-by: Dirk Neukirchen Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48699 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)