Tim Miller's misc patches to fix the MODULE_LICENSE and pcmcia script
installdir stuff.
This commit is contained in:
parent
1805a20fc8
commit
3d76c3cb47
1
CHANGES
1
CHANGES
|
@ -43,6 +43,7 @@
|
|||
* --------------------------------------------------------------------
|
||||
0.1.14
|
||||
-pre3
|
||||
- Tim Miller's pcmcia script install path patch
|
||||
- Applied Tim Fletcher's patch to allow compilation against
|
||||
the newest versions of the wireless extensions. (V13)
|
||||
- Added jwyatt's patch for the Compaq Evo N600C USB adapter thing.
|
||||
|
|
13
Configure
13
Configure
|
@ -384,18 +384,19 @@ if [ $PRISM2_PCMCIA = "y" ] ; then
|
|||
ask_bool "Build for Kernel PCMCIA?" WLAN_KERN_PCMCIA
|
||||
$ECHO ""
|
||||
|
||||
# PCMCIA script dir
|
||||
ask_str "PCMCIA script directory" PCMCIA_DIR
|
||||
TARGET_PCMCIA_DIR=$TARGET_ROOT_ON_HOST$PCMCIA_DIR
|
||||
write_str TARGET_PCMCIA_DIR
|
||||
$ECHO ""
|
||||
|
||||
fi
|
||||
#=======================================================================
|
||||
# Alternate target install root dir - the value of this variable
|
||||
# will prefix other variables, such as modules and pcmcia directories
|
||||
ask_str "Alternate target install root directory on host" TARGET_ROOT_ON_HOST
|
||||
|
||||
if [ $PRISM2_PCMCIA = "y" ] ; then
|
||||
# PCMCIA script dir
|
||||
ask_str "PCMCIA script directory" PCMCIA_DIR
|
||||
TARGET_PCMCIA_DIR=$TARGET_ROOT_ON_HOST$PCMCIA_DIR
|
||||
write_str TARGET_PCMCIA_DIR
|
||||
fi
|
||||
|
||||
# Start looking for the destination module dir
|
||||
#MODDIR=$MODULES_DIR
|
||||
#if [ ! "$MODDIR" ] ; then
|
||||
|
|
1
THANKS
1
THANKS
|
@ -81,6 +81,7 @@ Tony Seward <anthony.seward@ieee.org>
|
|||
Matthias Welk <welk@fokus.gmd.de>
|
||||
Josh Wyatt <Josh.Wyatt@hcssystems.com>
|
||||
Tim Fletcher <tim@parrswood.manchester.sch.uk>
|
||||
Tim Miller <tim.miller@vanderbilt.edu>
|
||||
|
||||
[Many, many more. If I've overlooked you and you want to be listed here,
|
||||
send me e-mail and I'll fix it. I _know_ a bunch of linux-wlan contributors
|
||||
|
|
|
@ -105,7 +105,7 @@ MODULE_PARM( wlan_isap, "i");
|
|||
int wlan_debug=0; /* Debug output level, */
|
||||
MODULE_PARM( wlan_debug, "i"); /* extern'd in wlan_compat.h */
|
||||
|
||||
#if (LINUX_VERSION_CODE >= WLAN_KVERSION(2,4,10))
|
||||
#ifdef MODULE_LICENSE
|
||||
MODULE_LICENSE("Dual MPL/GPL");
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue