kernel: add kmod-lp again
This was deactivated in r21954 because it depended on kernel 2.4, but this module also compiles with kernel 3.18. This closes #20199. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46495
This commit is contained in:
parent
3dfacccf6f
commit
aa16daf3bb
1 changed files with 1 additions and 2 deletions
|
@ -301,7 +301,6 @@ $(eval $(call KernelPackage,iio-dht11))
|
|||
define KernelPackage/lp
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=Parallel port and line printer support
|
||||
DEPENDS:=@BROKEN
|
||||
KCONFIG:= \
|
||||
CONFIG_PARPORT \
|
||||
CONFIG_PRINTER \
|
||||
|
@ -310,7 +309,7 @@ define KernelPackage/lp
|
|||
$(LINUX_DIR)/drivers/parport/parport.ko \
|
||||
$(LINUX_DIR)/drivers/char/lp.ko \
|
||||
$(LINUX_DIR)/drivers/char/ppdev.ko
|
||||
AUTOLOAD:=$(call AutoLoad,50,parport lp)
|
||||
AUTOLOAD:=$(call AutoLoad,50,parport lp ppdev)
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,lp))
|
||||
|
|
Loading…
Reference in a new issue