[source] backlight-pwm: fix module description
LEDE Commits
lede-commits at lists.infradead.org
Thu May 25 07:52:22 PDT 2017
yousong pushed a commit to source.git, branch arch-module:
https://git.lede-project.org/e250acab26b7c5ff3ed37693bf40381962fca42c
commit e250acab26b7c5ff3ed37693bf40381962fca42c
Author: Yousong Zhou <yszhou4tech at gmail.com>
AuthorDate: Thu May 25 14:40:36 2017 +0800
backlight-pwm: fix module description
Signed-off-by: Yousong Zhou <yszhou4tech at gmail.com>
---
package/kernel/linux/modules/video.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/video.mk b/package/kernel/linux/modules/video.mk
index a93c0b8..ecea009 100644
--- a/package/kernel/linux/modules/video.mk
+++ b/package/kernel/linux/modules/video.mk
@@ -47,7 +47,7 @@ define KernelPackage/backlight-pwm
AUTOLOAD:=$(call AutoProbe,video pwm_bl)
endef
-define KernelPackage/backlight/backlight-pwm
+define KernelPackage/backlight-pwm/description
Kernel module for PWM based Backlight support.
endef
More information about the lede-commits
mailing list