diff options
author | Oliver Ertl <oliver@ertl-net.net> | 2006-02-09 15:02:07 +0000 |
---|---|---|
committer | Oliver Ertl <oliver@ertl-net.net> | 2006-02-09 15:02:07 +0000 |
commit | 5d6fbe03a858cdd6f7c018be556454ca9005afb3 (patch) | |
tree | 3f6ab2186e9478440efc51ce73c67f3062697a89 /openwrt/package/Makefile | |
parent | 15898cc4e066d1115b7b3546c750f5ad59aa909a (diff) | |
download | mtk-20170518-5d6fbe03a858cdd6f7c018be556454ca9005afb3.zip mtk-20170518-5d6fbe03a858cdd6f7c018be556454ca9005afb3.tar.gz mtk-20170518-5d6fbe03a858cdd6f7c018be556454ca9005afb3.tar.bz2 |
add iftop packages, thanks to Benjamin Binier
SVN-Revision: 3206
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 93f233f..ebd7e3b 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 |