aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-06-08 19:56:02 +0000
committerNicolas Thill <nico@openwrt.org>2005-06-08 19:56:02 +0000
commit232a26113ece0bb2df492e61173c248838a9adfe (patch)
tree22e3915655c29ca80747c8db59dde7ed25f87b1b
parent45c6c3628579e4a00c1104413f3364108137f571 (diff)
downloadupstream-232a26113ece0bb2df492e61173c248838a9adfe.tar.gz
upstream-232a26113ece0bb2df492e61173c248838a9adfe.tar.bz2
upstream-232a26113ece0bb2df492e61173c248838a9adfe.zip
Always use -R flag with cp (to preserve symlinks) Add missing md5sum
SVN-Revision: 1176
-rw-r--r--openwrt/package/wpa_supplicant/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/wpa_supplicant/Makefile b/openwrt/package/wpa_supplicant/Makefile
index 3536508a70..b86034dcb5 100644
--- a/openwrt/package/wpa_supplicant/Makefile
+++ b/openwrt/package/wpa_supplicant/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=wpa_supplicant
PKG_VERSION:=0.3.8
PKG_RELEASE:=1
-PKG_MD5SUM:=
+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: