Revert "Introduced access point feature."

This reverts commit a6090720da.

We need some additional work to an extra wlan kernel.
This commit is contained in:
Michael Tremer
2008-04-27 21:34:42 +02:00
parent 225c66959d
commit dd36ba849c
9 changed files with 11 additions and 657 deletions

17
make.sh
View File

@@ -22,13 +22,13 @@
############################################################################
#
NAME="IPFire" # Software name
SNAME="ipfire" # Short name
VERSION="2.1" # Version number
SLOGAN="www.ipfire.org" # Software slogan
CONFIG_ROOT=/var/ipfire # Configuration rootdir
NICE=10 # Nice level
MAX_RETRIES=1 # prefetch/check loop
NAME="IPFire" # Software name
SNAME="ipfire" # Short name
VERSION="2.1" # Version number
SLOGAN="www.ipfire.org" # Software slogan
CONFIG_ROOT=/var/ipfire # Configuration rootdir
NICE=10 # Nice level
MAX_RETRIES=1 # prefetch/check loop
KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'`
MACHINE=`uname -m`
@@ -351,7 +351,6 @@ buildipfire() {
ipfiremake dm9601
ipfiremake kqemu
ipfiremake sane KMOD=1
ipfiremake madwifi
ipfiremake pkg-config
ipfiremake linux-atm
ipfiremake cpio
@@ -572,8 +571,6 @@ buildipfire() {
ipfiremake git
ipfiremake squidclamav
ipfiremake bc
ipfiremake wpa_supplicant
ipfiremake hostapd
}
buildinstaller() {