X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=net%2Fl2tpns%2FMakefile;h=c64378de134f942faae1fc690380f80600370d8c;hb=58c5af2e70a2e962a6605e3edcdf490f68e4c8a7;hp=59db04978fd817e16bfacb0c05c7f1334616a10e;hpb=836510348fe840e0d6741ac01b7d57fc1c95aa9d;p=packages.git diff --git a/net/l2tpns/Makefile b/net/l2tpns/Makefile index 59db04978..c64378de1 100644 --- a/net/l2tpns/Makefile +++ b/net/l2tpns/Makefile @@ -4,20 +4,16 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk PKG_NAME:=l2tpns -PKG_VERSION:=2.1.14 +PKG_VERSION:=2.1.21 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/l2tpns -PKG_MD5SUM:=2a0ee2a3678160c335f1d68c17c4f871 - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install +PKG_MD5SUM:=385c58055723ebc6c38062acd2db9c2c include $(INCLUDE_DIR)/package.mk @@ -27,13 +23,13 @@ define Package/l2tpns DEPENDS:=+libcli TITLE:=An L2TP enhanced server URL:=http://sourceforge.net/projects/l2tpns - SUBMENU:=vpn + SUBMENU:=VPN endef define Package/l2tpns/description l2tpns is a layer 2 tunneling protocol network server (LNS). - it supports up to 65535 concurrent sessions per server/cluster - plus ISP features such as rate limiting, walled garden, usage + it supports up to 65535 concurrent sessions per server/cluster + plus ISP features such as rate limiting, walled garden, usage accounting, and more. endef @@ -59,7 +55,7 @@ define Package/l2tpns/install $(INSTALL_DIR) $(1)/usr/lib/l2tpns $(CP) $(PKG_INSTALL_DIR)/usr/lib/l2tpns/* $(1)/usr/lib/l2tpns/ $(INSTALL_DIR) $(1)/usr/sbin - $(CP) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin/ endef $(eval $(call BuildPackage,l2tpns))