diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-17 01:22:33 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-17 01:22:33 +0000 |
commit | 32a1e9c32c620cd5ba796e97606c1d9f5e0d9b0b (patch) | |
tree | b4eccb1cfe09ae1baae5e601d6405ad499b5f3f5 /openwrt/package | |
parent | 5fd87b0f82c00ad46ccbb26186af5a55ab47dea7 (diff) |
parport_pc is wrong, adn the other probably , too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@385 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/linux/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/package/linux/Makefile b/openwrt/package/linux/Makefile index 458ad1d15e..b5a240f998 100644 --- a/openwrt/package/linux/Makefile +++ b/openwrt/package/linux/Makefile @@ -52,7 +52,6 @@ $(eval $(call KMOD_template,USB,usb,\ )) $(eval $(call KMOD_template,LP,lp,\ $(MODULES_DIR)/kernel/drivers/parport/parport.o \ - $(MODULES_DIR)/kernel/drivers/parport/parport_pc.o \ $(MODULES_DIR)/kernel/drivers/char/lp.o \ )) $(eval $(call KMOD_template,VFAT,vfat,\ |