X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fhostapd;h=9e01b06cfb9c576625c887c46a3bbeba791b2358;hb=fd71513f75bfe0af6cb1e69ccb8df75957d131da;hp=cd0f1a3487b42bcfdf36fa09f89b554480fe7119;hpb=8aa49c1548d9661a86f3e9cced694f0ccbdf6d11;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/hostapd b/lfs/hostapd index cd0f1a348..9e01b06cf 100644 --- a/lfs/hostapd +++ b/lfs/hostapd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2008 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2013 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 0.5.11 +VER = 2.0 THISAPP = hostapd-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = hostapd -PAK_VER = 8 +PAK_VER = 26 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d99d3566d5f15dfd24df37fcb2ee80ee +$(DL_FILE)_MD5 = ba22e639bc57aa4035d2ea8ffa9bbbee install : $(TARGET) @@ -77,9 +77,10 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && cp $(DIR_SRC)/config/hostapd/config ./.config - cd $(DIR_APP) && sed -e "s@/usr/local@/usr@g" -i Makefile - cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) && make install + cd $(DIR_APP)/hostapd && cp $(DIR_SRC)/config/hostapd/config ./.config + cd $(DIR_APP)/hostapd && sed -e "s@/usr/local@/usr@g" -i Makefile + cd $(DIR_APP)/hostapd && make $(MAKETUNING) $(EXTRA_MAKE) + cd $(DIR_APP)/hostapd && make install 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