X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/7e671d62c215dbf8fd3b3bd45d5190fa93cc6e31..a8b7ca268e49ec9ed9540c7cf9f026112594f8c2:/openwrt/package/hostapd/Makefile diff --git a/openwrt/package/hostapd/Makefile b/openwrt/package/hostapd/Makefile index 9afea1c21..7ac6770fc 100644 --- a/openwrt/package/hostapd/Makefile +++ b/openwrt/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: