diff options
author | olli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-09 15:02:07 +0000 |
---|---|---|
committer | olli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-09 15:02:07 +0000 |
commit | bd82ddf487f8e405d021c83342fbe3fa92108c17 (patch) | |
tree | 3fc462c6b5c06de07c5b1aedf8b2dd58ffb86c64 /openwrt/package/Makefile | |
parent | d6e3704672e29316992983ead5b5debbb160d9ec (diff) |
add iftop packages, thanks to Benjamin Binier
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3206 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 93f233fe12..ebd7e3b147 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -64,6 +64,7 @@ package-$(BR2_COMPILE_HOWL) += howl package-$(BR2_PACKAGE_HTPDATE) += htpdate package-$(BR2_PACKAGE_ICECAST) += icecast package-$(BR2_PACKAGE_ID3LIB) += id3lib +package-$(BR2_PACKAGE_IFTOP) += iftop package-$(BR2_PACKAGE_IPCAD) += ipcad package-$(BR2_PACKAGE_IPERF) += iperf package-$(BR2_PACKAGE_IPKG) += ipkg @@ -287,6 +288,7 @@ gnutls-compile: libgcrypt-compile opencdk-compile libtasn1-compile gpsd-compile: uclibc++-compile icecast-compile: curl-compile libvorbisidec-compile libxml2-compile libxslt-compile id3lib-compile: uclibc++-compile zlib-compile +iftop-compile: libpcap-compile libpthread-compile ncurses-compile ipcad-compile: libpcap-compile irssi-compile: glib-compile ncurses-compile iperf-compile: uclibc++-compile |