Changeset 3723

Show
Ignore:
Timestamp:
04/07/08 08:42:10 (8 months ago)
Author:
tg
Message:

add PLIP module, which I missed for a while
- should work on 2.4 and 2.6
- parport only on brcm-2.4 asus-wl500g for now tho
- tested build, but not (yet) use

PLIP is useful if you want to connect a laptop
with no built-in ethernet (80486-class) to another
computing device, although, due to the use of the
polling method, both should have about the same
CPU speed (otherwise, the fast one will be slowed
down, ever seen a 2 GHz Athlon crawl like a 33 MHz
80486? it looks funny)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/mk/modules.mk

    r3695 r3723  
    12191219,20)) 
    12201220endif 
     1221 
    12211222# 
    12221223# parallel port support 
     
    12341235,50)) 
    12351236 
    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 
    12371241$(eval $(call KMOD_template,PARPORT_SPLINK,parport-splink,\ 
    12381242        $(MODULES_DIR)/kernel/drivers/parport/parport_splink \ 
  • trunk/freewrt/target/linux/config/Config.in.misc

    r3722 r3723  
    5757          Kernel module for parallel port on Asus WL500g 
    5858 
     59config 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 
    5971config FWRT_KPACKAGE_KMOD_PRINTER 
    6072        prompt "kmod-lp......................... line printer support"