mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-17 06:23:00 +02:00
marked build as beta3
add some hostapd files
This commit is contained in:
5
config/menu/EX-wlanap.menu
Normal file
5
config/menu/EX-wlanap.menu
Normal file
@@ -0,0 +1,5 @@
|
||||
$subipfire->{'54.wlanap'} = {'caption' => wlanap,
|
||||
'uri' => '/cgi-bin/wlanap.cgi',
|
||||
'title' => wlanap,
|
||||
'enabled' => 1,
|
||||
};
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user