diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-06 03:53:29 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-06 03:53:29 +0000 |
commit | 3f5c61219e3ea85f757cf1b8896a4ecd88507248 (patch) | |
tree | 274deffea4eff7519a6519e05cc459c11ce3b514 /openwrt/package/ppp/control | |
parent | 9d30652149fd745711342cec7ee8574e973ec241 (diff) |
bring up to date with nbd's br2_test20.tar.bz2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@308 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ppp/control')
-rw-r--r-- | openwrt/package/ppp/control/chat.control | 9 | ||||
-rw-r--r-- | openwrt/package/ppp/control/ppp-pppoe-plugin.control | 9 | ||||
-rw-r--r-- | openwrt/package/ppp/control/ppp-radius-plugin.control | 9 | ||||
-rw-r--r-- | openwrt/package/ppp/control/ppp.control | 8 | ||||
-rw-r--r-- | openwrt/package/ppp/control/pppdump.control | 9 | ||||
-rw-r--r-- | openwrt/package/ppp/control/pppstats.control | 9 |
6 files changed, 53 insertions, 0 deletions
diff --git a/openwrt/package/ppp/control/chat.control b/openwrt/package/ppp/control/chat.control new file mode 100644 index 000000000..7b422fc9f --- /dev/null +++ b/openwrt/package/ppp/control/chat.control @@ -0,0 +1,9 @@ +Package: chat +Priority: optional +Section: net +Version: 2.4.3-3 +Architecture: mipsel +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: Utility for establishing a connection with the ISP's PPP server (e.g. via Modem) +Depends: ppp diff --git a/openwrt/package/ppp/control/ppp-pppoe-plugin.control b/openwrt/package/ppp/control/ppp-pppoe-plugin.control new file mode 100644 index 000000000..33e6a3219 --- /dev/null +++ b/openwrt/package/ppp/control/ppp-pppoe-plugin.control @@ -0,0 +1,9 @@ +Package: ppp-pppoe-plugin +Priority: optional +Section: net +Version: 2.4.3-3 +Architecture: mipsel +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: a PPPoE (PPP over Ethernet) plugin for PPP +Depends: ppp diff --git a/openwrt/package/ppp/control/ppp-radius-plugin.control b/openwrt/package/ppp/control/ppp-radius-plugin.control new file mode 100644 index 000000000..609bf4210 --- /dev/null +++ b/openwrt/package/ppp/control/ppp-radius-plugin.control @@ -0,0 +1,9 @@ +Package: ppp-radius-plugin +Priority: optional +Section: net +Version: 2.4.3-3 +Architecture: mipsel +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: a RADIUS plugin for PPP +Depends: ppp diff --git a/openwrt/package/ppp/control/ppp.control b/openwrt/package/ppp/control/ppp.control new file mode 100644 index 000000000..68b2dffb7 --- /dev/null +++ b/openwrt/package/ppp/control/ppp.control @@ -0,0 +1,8 @@ +Package: ppp +Priority: optional +Section: net +Version: 2.4.3-3 +Architecture: mipsel +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: a PPP (Point-to-Point Protocol) daemon (with MPPE/MPPC support) diff --git a/openwrt/package/ppp/control/pppdump.control b/openwrt/package/ppp/control/pppdump.control new file mode 100644 index 000000000..fa5d0d967 --- /dev/null +++ b/openwrt/package/ppp/control/pppdump.control @@ -0,0 +1,9 @@ +Package: pppdump +Priority: optional +Section: net +Version: 2.4.3-3 +Architecture: mipsel +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: an utility to read PPP record file +Depends: ppp diff --git a/openwrt/package/ppp/control/pppstats.control b/openwrt/package/ppp/control/pppstats.control new file mode 100644 index 000000000..3f6c898d9 --- /dev/null +++ b/openwrt/package/ppp/control/pppstats.control @@ -0,0 +1,9 @@ +Package: pppstats +Priority: optional +Section: net +Version: 2.4.3-3 +Architecture: mipsel +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: an utility to report PPP statistics +Depends: ppp |