Eliminate the last of the non-kernel PCMCIA stuff.

origin
pizza 15 years ago
parent 6c44b5e381
commit 99bd38f733

@ -343,19 +343,6 @@ $ECHO ""
fi
write_bool CONFIG_HOTPLUG
#=======================================================================
# If compiling for pcmcia-cs, find the PCMCIA source tree
if [ $PRISM2_PCMCIA = "y" ] ; then
# Should we build for Kernel based PCMCIA?
WLAN_KERN_PCMCIA=y
grep 'define CONFIG_PCMCIA' < $LINUX_SRC/include/linux/autoconf.h > /dev/null
if [ $? = 1 ] ; then
WLAN_KERN_PCMCIA=n
fi
write_bool WLAN_KERN_PCMCIA
fi
#=======================================================================
# Alternate target install root dir - the value of this variable
# will prefix other variables, such as modules and pcmcia directories

Loading…
Cancel
Save