diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-14 19:09:22 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-14 19:09:22 +0000 |
commit | 5426e3c70915b19de57117b3089dfeea8adceedc (patch) | |
tree | 7a444fb7bee581dc1fb8e281e4c5eeed2f803363 /package/l2tpns/ipkg | |
parent | 14d8d65d9831bb617d22889c9175d7506ecbdc0e (diff) | |
download | master-187ad058-5426e3c70915b19de57117b3089dfeea8adceedc.tar.gz master-187ad058-5426e3c70915b19de57117b3089dfeea8adceedc.tar.bz2 master-187ad058-5426e3c70915b19de57117b3089dfeea8adceedc.zip |
fix download url, add target optimization cflags, ipkg/conffiles,
add Id tag to the Makefile.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2671 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/l2tpns/ipkg')
-rw-r--r-- | package/l2tpns/ipkg/l2tpns.conffiles | 3 | ||||
-rw-r--r--[-rwxr-xr-x] | package/l2tpns/ipkg/l2tpns.control | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/package/l2tpns/ipkg/l2tpns.conffiles b/package/l2tpns/ipkg/l2tpns.conffiles new file mode 100644 index 0000000000..eaf3a50954 --- /dev/null +++ b/package/l2tpns/ipkg/l2tpns.conffiles @@ -0,0 +1,3 @@ +/etc/l2tpns/ip_pool +/etc/l2tpns/startup-config +/etc/l2tpns/users diff --git a/package/l2tpns/ipkg/l2tpns.control b/package/l2tpns/ipkg/l2tpns.control index 6928c2ee37..1946f88880 100755..100644 --- a/package/l2tpns/ipkg/l2tpns.control +++ b/package/l2tpns/ipkg/l2tpns.control @@ -1,5 +1,4 @@ Package: l2tpns Section: net -Architecture: mipsel Priority: optional -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 accounting, and more.
\ No newline at end of file +Description: A layer 2 tunneling protocol network server (LNS). |