diff options
author | Christian Pointner <equinox@anytun.org> | 2009-02-04 19:29:13 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-02-04 19:29:13 +0000 |
commit | a6b8dfe2e7bfb3a13cdfe5c946787ccedaa9740d (patch) | |
tree | 4f1f215e2b31e387f9889ea755292591ff14bce7 /openwrt/kamikaze/uanytun-nocrypt/Makefile | |
parent | fixed gcrypt/ssl issue (diff) |
added sslcrypt kamikaze package
Diffstat (limited to 'openwrt/kamikaze/uanytun-nocrypt/Makefile')
-rw-r--r-- | openwrt/kamikaze/uanytun-nocrypt/Makefile | 3 |
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 |