summaryrefslogtreecommitdiff
path: root/openwrt/kamikaze/uanytun-nocrypt/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-02-04 19:29:13 +0000
committerChristian Pointner <equinox@anytun.org>2009-02-04 19:29:13 +0000
commita6b8dfe2e7bfb3a13cdfe5c946787ccedaa9740d (patch)
tree4f1f215e2b31e387f9889ea755292591ff14bce7 /openwrt/kamikaze/uanytun-nocrypt/Makefile
parentfixed gcrypt/ssl issue (diff)
added sslcrypt kamikaze package
Diffstat (limited to 'openwrt/kamikaze/uanytun-nocrypt/Makefile')
-rw-r--r--openwrt/kamikaze/uanytun-nocrypt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/kamikaze/uanytun-nocrypt/Makefile b/openwrt/kamikaze/uanytun-nocrypt/Makefile
index 6ec0b12..eae008b 100644
--- a/openwrt/kamikaze/uanytun-nocrypt/Makefile
+++ b/openwrt/kamikaze/uanytun-nocrypt/Makefile
@@ -18,7 +18,7 @@ PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.anytun.org/~equinox/
-PKG_MD5SUM:=9b97bb0cd0e2679248b100b4e3b131e4
+PKG_MD5SUM:=4a9edcc089fa4c659b487b29759e1b87
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
@@ -31,6 +31,7 @@ define Package/uanytun
TITLE:=micro anycast tunneling daemon
URL:=http://www.anytun.org/
MAINTAINER:=Christian Pointner <equinox@anytun.org>
+ SUBMENU:=VPN
endef
define Build/Configure