mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Revert "Introduced access point feature."
This reverts commit a6090720da.
We need some additional work to an extra wlan kernel.
This commit is contained in:
17
make.sh
17
make.sh
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user