mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-25 13:35:21 +02:00
update openswan to 2.3.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@606 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
36fc5b246a
commit
4b8fc512a3
@ -3,9 +3,9 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=openswan
|
PKG_NAME:=openswan
|
||||||
PKG_VERSION:=2.3.1dr6
|
PKG_VERSION:=2.3.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_MD5SUM:=x
|
PKG_MD5SUM:=3dcf1cd7efcbe8db3148fc288d429db1
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://www.openswan.org/download
|
PKG_SOURCE_URL:=http://www.openswan.org/download
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
@ -82,7 +82,7 @@ diff -uNr openswan-2.3.0.orig/programs/showhostkey/showhostkey.in openswan-2.3.0
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
-host="`hostname --fqdn`"
|
-host="`hostname --fqdn`"
|
||||||
+host="`nvram get wan_hostname`"
|
+host="`cat /proc/sys/kernel/hostname`"
|
||||||
|
|
||||||
awk ' BEGIN {
|
awk ' BEGIN {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user