openswan: Update Openswan to upstream 2.6.34

OpenWRT's bulid process currently uses Openswan v2.6.33, which does not build against the 2.6.39 kernel.
This patch updates the OpenWRT build process to build Openswan v2.6.34, released 2011-06-08.

hauke:
 * use Openswan v2.6.35

Signed-off-by: Stephen Oberholtzer <oliverklozoff@gmail.com>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@27922 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke
2011-08-06 12:17:56 +00:00
parent b7e0c76645
commit 39c9ee10d8
4 changed files with 338 additions and 543 deletions

View File

@ -12,25 +12,3 @@
+# pref. log to nfs mount
+echo "$*" >> /dev/null
+exit 0
--- a/programs/_plutorun/_plutorun.in
+++ b/programs/_plutorun/_plutorun.in
@@ -157,7 +157,7 @@ then
exit 1
fi
else
- if test ! -w "`dirname $stderrlog`"
+ if test ! -w "${stderrlog%/*}"
then
echo Cannot write to directory to create \"$stderrlog\".
exit 1
--- a/programs/_realsetup/_realsetup.in
+++ b/programs/_realsetup/_realsetup.in
@@ -291,7 +291,7 @@ case "$1" in
# misc pre-Pluto setup
- perform test -d $subsysdir "&&" touch $subsyslock
+ perform test -d "${subsyslock%/*}" "&&" touch $subsyslock "&&" rm -f $subsyslock
manualconns