Changeset 3723
- Timestamp:
- 04/07/08 08:42:10 (8 months ago)
- Files:
-
- trunk/freewrt/mk/modules.mk (modified) (2 diffs)
- trunk/freewrt/target/linux/config/Config.in.misc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/mk/modules.mk
r3695 r3723 1219 1219 ,20)) 1220 1220 endif 1221 1221 1222 # 1222 1223 # parallel port support … … 1234 1235 ,50)) 1235 1236 1236 # this module exists only with target asus WL500g 1237 $(eval $(call KMOD_template,PLIP,plip,\ 1238 $(MODULES_DIR)/kernel/drivers/net/plip \ 1239 ,51)) 1240 1237 1241 $(eval $(call KMOD_template,PARPORT_SPLINK,parport-splink,\ 1238 1242 $(MODULES_DIR)/kernel/drivers/parport/parport_splink \ trunk/freewrt/target/linux/config/Config.in.misc
r3722 r3723 57 57 Kernel module for parallel port on Asus WL500g 58 58 59 config FWRT_KPACKAGE_KMOD_PLIP 60 prompt "kmod-plip....................... PLIP (internet over parallel port)" 61 tristate 62 default n 63 depends on FWRT_KPACKAGE_KMOD_PARPORT 64 help 65 PLIP: IPv4 over parallel port, using a Turbo Laplink 66 (crossed null-printer) cable. Drivers exist for DOS 67 (from Crynwr), Linux 2.x (protocol changed and is no 68 longer compatible with Linux 1.x), FreeBSD and MirBSD. 69 This will enlarge your kernel by about 8 KiB. 70 59 71 config FWRT_KPACKAGE_KMOD_PRINTER 60 72 prompt "kmod-lp......................... line printer support"


