diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-18 18:05:44 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-18 18:05:44 +0000 |
commit | 01e3a7a8b0ff683476f1efc4240660a713428183 (patch) | |
tree | 47826101c6d63eb279e9e5303fa8b15e33f9cd28 /openwrt/package/ppp/control | |
parent | e65f9fee8d8ff45191f472f2f7788e7812faa423 (diff) |
Convert ppp to new packaging style, rename ppp-*-plugin to ppp-mod-*, enable chat package, split ppp patch into multiple patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@940 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ppp/control')
-rw-r--r-- | openwrt/package/ppp/control/chat.control | 7 | ||||
-rw-r--r-- | openwrt/package/ppp/control/ppp-pppoe-plugin.control | 7 | ||||
-rw-r--r-- | openwrt/package/ppp/control/ppp-radius-plugin.control | 7 | ||||
-rw-r--r-- | openwrt/package/ppp/control/ppp.control | 7 | ||||
-rw-r--r-- | openwrt/package/ppp/control/pppdump.control | 7 | ||||
-rw-r--r-- | openwrt/package/ppp/control/pppstats.control | 7 |
6 files changed, 0 insertions, 42 deletions
diff --git a/openwrt/package/ppp/control/chat.control b/openwrt/package/ppp/control/chat.control deleted file mode 100644 index 88b459f7d..000000000 --- a/openwrt/package/ppp/control/chat.control +++ /dev/null @@ -1,7 +0,0 @@ -Package: chat -Priority: optional -Section: net -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 deleted file mode 100644 index dd9edb8d1..000000000 --- a/openwrt/package/ppp/control/ppp-pppoe-plugin.control +++ /dev/null @@ -1,7 +0,0 @@ -Package: ppp-pppoe-plugin -Priority: optional -Section: net -Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> -Source: buildroot internal -Description: a PPPoE (PPP over Ethernet) plugin for PPP -Depends: ppp, kmod-pppoe diff --git a/openwrt/package/ppp/control/ppp-radius-plugin.control b/openwrt/package/ppp/control/ppp-radius-plugin.control deleted file mode 100644 index 7374e06a0..000000000 --- a/openwrt/package/ppp/control/ppp-radius-plugin.control +++ /dev/null @@ -1,7 +0,0 @@ -Package: ppp-radius-plugin -Priority: optional -Section: net -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 deleted file mode 100644 index f7442a696..000000000 --- a/openwrt/package/ppp/control/ppp.control +++ /dev/null @@ -1,7 +0,0 @@ -Package: ppp -Priority: optional -Section: net -Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> -Source: buildroot internal -Depends: kmod-ppp -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 deleted file mode 100644 index 3078e7366..000000000 --- a/openwrt/package/ppp/control/pppdump.control +++ /dev/null @@ -1,7 +0,0 @@ -Package: pppdump -Priority: optional -Section: net -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 deleted file mode 100644 index 2439a89de..000000000 --- a/openwrt/package/ppp/control/pppstats.control +++ /dev/null @@ -1,7 +0,0 @@ -Package: pppstats -Priority: optional -Section: net -Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> -Source: buildroot internal -Description: an utility to report PPP statistics -Depends: ppp |