diff options
author | olli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-24 00:02:25 +0000 |
---|---|---|
committer | olli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-24 00:02:25 +0000 |
commit | d9c71aa9811a0f0cadc2aa03a022c51aafe04449 (patch) | |
tree | b16d3226bd18eba52fde77d1e779d5b1f661ed11 /package | |
parent | 89b91bbbbdd582a76c923da2b8bdd90e4365c65e (diff) |
fix description field
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3269 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/glib/ipkg/glib1.control | 2 | ||||
-rw-r--r-- | package/iperf/ipkg/iperf.control | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/package/glib/ipkg/glib1.control b/package/glib/ipkg/glib1.control index b76d799333..def028d493 100644 --- a/package/glib/ipkg/glib1.control +++ b/package/glib/ipkg/glib1.control @@ -2,6 +2,4 @@ Package: glib1 Priority: optional Section: libs Description: The GLib library of C routines - GLib is a library containing many useful C routines for things such - as trees, hashes, and lists. Depends: libpthread diff --git a/package/iperf/ipkg/iperf.control b/package/iperf/ipkg/iperf.control index 6988224a90..16a82217ba 100644 --- a/package/iperf/ipkg/iperf.control +++ b/package/iperf/ipkg/iperf.control @@ -3,6 +3,3 @@ Priority: optional Section: net Depends: uclibc++ Description: Internet Protocol bandwidth measuring tool. - Iperf is a modern alternative for measuring TCP and UDP bandwidth - performance, allowing the tuning of various parameters and - characteristics. |