fix typo in S40network
[openwrt.git] / package / wpa_supplicant / Makefile
index 3536508..70792fe 100644 (file)
@@ -3,9 +3,9 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=wpa_supplicant
-PKG_VERSION:=0.3.8
+PKG_VERSION:=0.3.9
 PKG_RELEASE:=1
-PKG_MD5SUM:=
+PKG_MD5SUM:=113873aafc4fcaa0515841a6f0a17fd0
 
 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:
This page took 0.033173 seconds and 4 git commands to generate.