diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-30 19:29:51 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-30 19:29:51 +0000 |
commit | a889e237c4cc333b60a1ddfa7566dff340c50d09 (patch) | |
tree | 267e2e55f09f88a71e0678f2294182e6149107b6 /openwrt/package/ppp | |
parent | b34f124cf9a1b23a346d6e52254bebe3540ba3f8 (diff) |
remove version and architecture from control files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@481 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ppp')
-rw-r--r-- | openwrt/package/ppp/control/chat.control | 2 | ||||
-rw-r--r-- | openwrt/package/ppp/control/ppp-pppoe-plugin.control | 2 | ||||
-rw-r--r-- | openwrt/package/ppp/control/ppp-radius-plugin.control | 2 | ||||
-rw-r--r-- | openwrt/package/ppp/control/ppp.control | 2 | ||||
-rw-r--r-- | openwrt/package/ppp/control/pppdump.control | 2 | ||||
-rw-r--r-- | openwrt/package/ppp/control/pppstats.control | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/openwrt/package/ppp/control/chat.control b/openwrt/package/ppp/control/chat.control index 7b422fc9f..88b459f7d 100644 --- a/openwrt/package/ppp/control/chat.control +++ b/openwrt/package/ppp/control/chat.control @@ -1,8 +1,6 @@ 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) diff --git a/openwrt/package/ppp/control/ppp-pppoe-plugin.control b/openwrt/package/ppp/control/ppp-pppoe-plugin.control index 8bbd8610f..dd9edb8d1 100644 --- a/openwrt/package/ppp/control/ppp-pppoe-plugin.control +++ b/openwrt/package/ppp/control/ppp-pppoe-plugin.control @@ -1,8 +1,6 @@ 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 diff --git a/openwrt/package/ppp/control/ppp-radius-plugin.control b/openwrt/package/ppp/control/ppp-radius-plugin.control index 609bf4210..7374e06a0 100644 --- a/openwrt/package/ppp/control/ppp-radius-plugin.control +++ b/openwrt/package/ppp/control/ppp-radius-plugin.control @@ -1,8 +1,6 @@ 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 diff --git a/openwrt/package/ppp/control/ppp.control b/openwrt/package/ppp/control/ppp.control index 3f6163eca..f7442a696 100644 --- a/openwrt/package/ppp/control/ppp.control +++ b/openwrt/package/ppp/control/ppp.control @@ -1,8 +1,6 @@ Package: ppp Priority: optional Section: net -Version: 2.4.3-3 -Architecture: mipsel Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> Source: buildroot internal Depends: kmod-ppp diff --git a/openwrt/package/ppp/control/pppdump.control b/openwrt/package/ppp/control/pppdump.control index fa5d0d967..3078e7366 100644 --- a/openwrt/package/ppp/control/pppdump.control +++ b/openwrt/package/ppp/control/pppdump.control @@ -1,8 +1,6 @@ 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 diff --git a/openwrt/package/ppp/control/pppstats.control b/openwrt/package/ppp/control/pppstats.control index 3f6c898d9..2439a89de 100644 --- a/openwrt/package/ppp/control/pppstats.control +++ b/openwrt/package/ppp/control/pppstats.control @@ -1,8 +1,6 @@ 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 |