mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 19:33:44 +02:00
Always use -R flag with cp (to preserve symlinks)
Add missing md5sum git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1176 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f606c1f91a
commit
0dcecf3d89
@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
PKG_NAME:=wpa_supplicant
|
PKG_NAME:=wpa_supplicant
|
||||||
PKG_VERSION:=0.3.8
|
PKG_VERSION:=0.3.8
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_MD5SUM:=
|
PKG_MD5SUM:=c9ced104f0322f834a84336c293b4b57
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/
|
PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
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)))
|
$(eval $(call PKG_template,WPA_SUPPLICANT,wpa-supplicant,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
||||||
|
|
||||||
$(PKG_BUILD_DIR)/.configured:
|
$(PKG_BUILD_DIR)/.configured:
|
||||||
cp -fp ./files/config $(PKG_BUILD_DIR)/.config
|
cp -fpR ./files/config $(PKG_BUILD_DIR)/.config
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(PKG_BUILD_DIR)/.built:
|
$(PKG_BUILD_DIR)/.built:
|
||||||
|
Loading…
Reference in New Issue
Block a user