Tim Miller's misc patches to fix the MODULE_LICENSE and pcmcia script

installdir stuff.
This commit is contained in:
solomon 2002-05-14 17:13:51 +00:00
parent 1805a20fc8
commit 3d76c3cb47
4 changed files with 10 additions and 7 deletions

View file

@ -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.

View file

@ -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
View file

@ -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

View file

@ -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