From: Arne Fitzenreiter Date: Sun, 17 Aug 2008 16:21:53 +0000 (+0200) Subject: marked build as beta3 X-Git-Tag: v2.3-beta3~19 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=cd2b10d63e3c1984920c0626243d5e6f8c831758 marked build as beta3 add some hostapd files --- diff --git a/config/menu/EX-wlanap.menu b/config/menu/EX-wlanap.menu new file mode 100644 index 0000000000..2859cfb6da --- /dev/null +++ b/config/menu/EX-wlanap.menu @@ -0,0 +1,5 @@ + $subipfire->{'54.wlanap'} = {'caption' => wlanap, + 'uri' => '/cgi-bin/wlanap.cgi', + 'title' => wlanap, + 'enabled' => 1, + }; diff --git a/config/rootfiles/packages/hostapd b/config/rootfiles/packages/hostapd index f0acfa89db..7e23820574 100644 --- a/config/rootfiles/packages/hostapd +++ b/config/rootfiles/packages/hostapd @@ -1,3 +1,6 @@ +srv/web/ipfire/cgi-bin/wlanap.cgi +var/ipfire/menu.d/EX-wlanap.menu +var/ipfire/wlanap/settings etc/hostapd.conf etc/init.d/hostapd usr/bin/hostapd diff --git a/doc/packages-list.txt b/doc/packages-list.txt index 1a1f753628..404809a4dd 100644 --- a/doc/packages-list.txt +++ b/doc/packages-list.txt @@ -1,4 +1,4 @@ -== List of softwares used to build IPFire Version: 2.3-test == +== List of softwares used to build IPFire Version: 2.3-beta3 == * Archive-Tar-1.29 * Archive-Zip-1.16 * BerkeleyDB-0.27 @@ -132,6 +132,8 @@ * inetutils-1.4.2 * ipaddr-1.2 * ipfireseeder-1.00 +* ipp2p-0.8.2 +* ipp2p-0.8.2-iptables * iproute2-2.6.16-060323 * iptables-1.3.8 * iptstate-2.1 diff --git a/lfs/hostapd b/lfs/hostapd index c0bf830ad3..0b3c14199f 100644 --- a/lfs/hostapd +++ b/lfs/hostapd @@ -82,5 +82,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make && make install cp -vrf $(DIR_SRC)/config/hostapd/hostapd.conf /etc/hostapd.conf install -v -m 644 $(DIR_SRC)/config/backup/includes/hostapd /var/ipfire/backup/addons/includes/hostapd + mkdir -p /var/ipfire/wlanap + touch /var/ipfire/wlanap/settings @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/make.sh b/make.sh index a6b1fde994..d5dc327228 100755 --- a/make.sh +++ b/make.sh @@ -24,7 +24,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name -VERSION="2.3-test" +VERSION="2.3-beta3" GIT_BRANCH=master:master # Version number SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir