parallel port support, found via google. tested by fenrir

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@412 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Waldemar Brodkorb
2005-03-21 17:29:30 +00:00
parent 51aca8acaa
commit 1eb86650fc
5 changed files with 349 additions and 79 deletions

View File

@@ -68,6 +68,7 @@ $(eval $(call KMOD_template,USB,usb,\
,CONFIG_USB))
$(eval $(call KMOD_template,LP,lp,\
$(MODULES_DIR)/kernel/drivers/parport/parport.o \
$(MODULES_DIR)/kernel/drivers/parport/parport_splink.o \
$(MODULES_DIR)/kernel/drivers/char/lp.o \
,CONFIG_PARPORT))
$(eval $(call KMOD_template,VFAT,vfat,\