浏览代码

backlight-pwm: fix module description

Signed-off-by: Yousong Zhou <[email protected]>
Yousong Zhou 8 年之前
父节点
当前提交
e250acab26
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/kernel/linux/modules/video.mk

+ 1 - 1
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