marked build as beta3

add some hostapd files
This commit is contained in:
Arne Fitzenreiter
2008-08-17 18:21:53 +02:00
parent 66424c6ace
commit cd2b10d63e
5 changed files with 14 additions and 2 deletions

View File

@@ -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)