parent
0a7fc4c2fc
commit
c87d5c2fd0
3
CHANGES
3
CHANGES
|
@ -41,6 +41,9 @@
|
|||
* Intersil Corporation as part of PRISM(R) chipset product development.
|
||||
*
|
||||
* --------------------------------------------------------------------
|
||||
0.1.15
|
||||
- Fix an obscure PCMCIA build problem. (modversions disabled but
|
||||
header present, and using non-kernel pcmcia)
|
||||
-pre8
|
||||
- Added code to optionally truncate packets in monitor mode. (Clay Jones)
|
||||
- Fix a polarity problem with the stripfcs argument to monitor mode.
|
||||
|
|
|
@ -410,9 +410,11 @@ if [ $PRISM2_PCMCIA = "y" ] ; then
|
|||
grep CONFIG_MODVERSIONS=y < $PCMCIA_SRC/config.mk > /dev/null
|
||||
if [ $? = 0 ] ; then
|
||||
PCMCIA_MODFLAGS="-DMODULE -DMODVERSIONS -include $PCMCIA_SRC/include/linux/modversions.h"
|
||||
else
|
||||
PCMCIA_MODFLAGS="-DMODULE"
|
||||
fi
|
||||
|
||||
# new versions of pcmcia-cs don't generate their own modversions.
|
||||
|
||||
# new versions of pcmcia-cs don't generate their own modversion.h
|
||||
# if they don't have it, use the kernel module flags instead.
|
||||
if [ ! -f $PCMCIA_SRC/include/linux/modversions.h ] ; then
|
||||
PCMCIA_MODFLAGS="$KERNEL_MODFLAGS"
|
||||
|
|
Loading…
Reference in New Issue