Author: blogic Date: 2016-02-12 09:29:38 +0100 (Fri, 12 Feb 2016) New Revision: 48699
Modified: trunk/package/kernel/linux/modules/video.mk Log: video: kmod-pwm does not exist anymore it was removed in r43947 Signed-off-by: Dirk Neukirchen <[email protected]> Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/kernel/linux/modules/video.mk =================================================================== --- trunk/package/kernel/linux/modules/video.mk 2016-02-12 08:29:33 UTC (rev 48698) +++ trunk/package/kernel/linux/modules/video.mk 2016-02-12 08:29:38 UTC (rev 48699) @@ -40,7 +40,7 @@ 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) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
