X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/42051ff74eb75f59ce19c3b1dd5eba01b1ea1fed..d46a9282385f4d1a1723a7b44b5fcd7fe2d47353:/openwrt/package/wpa_supplicant/Makefile diff --git a/openwrt/package/wpa_supplicant/Makefile b/openwrt/package/wpa_supplicant/Makefile index 3536508a7..cfb6e873d 100644 --- a/openwrt/package/wpa_supplicant/Makefile +++ b/openwrt/package/wpa_supplicant/Makefile @@ -4,8 +4,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wpa_supplicant PKG_VERSION:=0.3.8 -PKG_RELEASE:=1 -PKG_MD5SUM:= +PKG_RELEASE:=2 +PKG_MD5SUM:=c9ced104f0322f834a84336c293b4b57 PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -18,7 +18,7 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,WPA_SUPPLICANT,wpa-supplicant,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(PKG_BUILD_DIR)/.configured: - cp -fp ./files/config $(PKG_BUILD_DIR)/.config + cp -fpR ./files/config $(PKG_BUILD_DIR)/.config touch $@ $(PKG_BUILD_DIR)/.built: