X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/7af4d79491b826de778160c5f683521bf78195db..35563a7de83236154b9d8dee7060cea8472e1f0c:/package/hostapd/Makefile diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 9afea1c21..7ac6770fc 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_VERSION:=0.4.5 +PKG_VERSION:=0.4.7 PKG_RELEASE:=1 -PKG_MD5SUM:=3d775a19f8071d6f8a363ef0dad58655 +PKG_MD5SUM:=b299211691fe8a6840e7adafda351d2b PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -19,7 +19,7 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,HOSTAPD,hostapd,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(PKG_BUILD_DIR)/.configured: - cp ./files/config $(PKG_BUILD_DIR)/.config + $(CP) ./files/config $(PKG_BUILD_DIR)/.config touch $@ $(PKG_BUILD_DIR)/.built: