|
@@ -301,7 +301,6 @@ $(eval $(call KernelPackage,iio-dht11))
|
|
|
define KernelPackage/lp
|
|
define KernelPackage/lp
|
|
|
SUBMENU:=$(OTHER_MENU)
|
|
SUBMENU:=$(OTHER_MENU)
|
|
|
TITLE:=Parallel port and line printer support
|
|
TITLE:=Parallel port and line printer support
|
|
|
- DEPENDS:=@BROKEN
|
|
|
|
|
KCONFIG:= \
|
|
KCONFIG:= \
|
|
|
CONFIG_PARPORT \
|
|
CONFIG_PARPORT \
|
|
|
CONFIG_PRINTER \
|
|
CONFIG_PRINTER \
|
|
@@ -310,7 +309,7 @@ define KernelPackage/lp
|
|
|
$(LINUX_DIR)/drivers/parport/parport.ko \
|
|
$(LINUX_DIR)/drivers/parport/parport.ko \
|
|
|
$(LINUX_DIR)/drivers/char/lp.ko \
|
|
$(LINUX_DIR)/drivers/char/lp.ko \
|
|
|
$(LINUX_DIR)/drivers/char/ppdev.ko
|
|
$(LINUX_DIR)/drivers/char/ppdev.ko
|
|
|
- AUTOLOAD:=$(call AutoLoad,50,parport lp)
|
|
|
|
|
|
|
+ AUTOLOAD:=$(call AutoLoad,50,parport lp ppdev)
|
|
|
endef
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call KernelPackage,lp))
|
|
$(eval $(call KernelPackage,lp))
|