Changeset 3519

Show
Ignore:
Timestamp:
08/17/07 13:36:18 (1 year ago)
Author:
tg
Message:

tentatively add a ral(4) driver (but probably not ural(4), there's
a separate one for that I think), tested to compile on rb-2.6, but
not tested if it works

using the sourcefrog driver instead of the vendor driver, because
the former’s Makefile sucks (only very little tho) less

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/Makefile

    r3510 r3519  
    129129package-$(FWRT_COMPILE_JPEG) += jpeg 
    130130package-$(FWRT_COMPILE_KISMET) += kismet 
     131package-${FWRT_PACKAGE_KMOD_RAL} += kmod-ral 
    131132package-$(FWRT_COMPILE_KNOCK) += knock 
    132133package-$(FWRT_PACKAGE_L2TPD) += l2tpd 
  • trunk/freewrt/target/linux/config/Config.in.netdevice

    r3419 r3519  
    5252menu "Wireless card support" 
    5353 
    54 config FWRT_KERNEL_NET_RADIO 
    55         boolean 
    56         default n 
    57  
    5854config FWRT_KERNEL_WIRELESS_EXT 
    5955        boolean 
     
    6460source package/madwifi/Config.in 
    6561source package/hostap/Config.in 
     62source package/kmod-ral/Config.in 
    6663 
    6764config FWRT_KPACKAGE_KMOD_IEEE80211_CRYPT