From: Yousong Zhou <yszhou4tech@gmail.com>
Date: Thu, 25 May 2017 06:40:36 +0000 (+0800)
Subject: backlight-pwm: fix module description
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=e250acab26b7c5ff3ed37693bf40381962fca42c;p=openwrt%2Fstaging%2Fldir.git

backlight-pwm: fix module description

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
---

diff --git a/package/kernel/linux/modules/video.mk b/package/kernel/linux/modules/video.mk
index a93c0b89f2..ecea009bd6 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