[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r19172: {torvm} Add UPnP library and tools for NAT port punching. (in torvm/trunk/build/kamikaze: patches scripts)
Author: coderman
Date: 2009-03-28 05:28:34 -0400 (Sat, 28 Mar 2009)
New Revision: 19172
Modified:
torvm/trunk/build/kamikaze/patches/005-kamikaze-build-config.patch
torvm/trunk/build/kamikaze/scripts/genlicense.sh
Log:
Add UPnP library and tools for NAT port punching.
Modified: torvm/trunk/build/kamikaze/patches/005-kamikaze-build-config.patch
===================================================================
--- torvm/trunk/build/kamikaze/patches/005-kamikaze-build-config.patch 2009-03-28 09:21:55 UTC (rev 19171)
+++ torvm/trunk/build/kamikaze/patches/005-kamikaze-build-config.patch 2009-03-28 09:28:34 UTC (rev 19172)
@@ -1,7 +1,7 @@
diff -Naur a/.config b/.config
--- a/.config 1970-01-01 00:00:00.000000000 +0000
-+++ b/.config 2009-03-15 08:41:53.424475272 +0000
-@@ -0,0 +1,1291 @@
++++ b/.config 2009-03-28 08:56:09.096039064 +0000
+@@ -0,0 +1,1292 @@
+#
+# Automatically generated make config: don't edit
+# OpenWrt version: Kamikaze (unknown)
@@ -992,6 +992,7 @@
+# CONFIG_PACKAGE_libuuid is not set
+# CONFIG_PACKAGE_linux-atm is not set
+CONFIG_PACKAGE_zlib=y
++CONFIG_PACKAGE_upnptools=y
+
+#
+# Network
Modified: torvm/trunk/build/kamikaze/scripts/genlicense.sh
===================================================================
--- torvm/trunk/build/kamikaze/scripts/genlicense.sh 2009-03-28 09:21:55 UTC (rev 19171)
+++ torvm/trunk/build/kamikaze/scripts/genlicense.sh 2009-03-28 09:28:34 UTC (rev 19172)
@@ -8,6 +8,7 @@
lf="linux:linux:COPYING $lf"
lf="linux:iptables:COPYING $lf"
lf="linux:tor:LICENSE $lf"
+lf="target:upnptools:LICENSE $lf"
function usage () {
if (( $# )); then
echo "Error: $1" >&2