diff options
Diffstat (limited to 'openwrt/kamikaze/uanytun-nocrypt')
-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 |