diff options
author | Florian Fainelli <florian@openwrt.org> | 2005-12-17 17:19:53 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2005-12-17 17:19:53 +0000 |
commit | 239bd96c1e0da5cdcc47608ba8f87fa42ed7d9eb (patch) | |
tree | cc848405a4588ec26933972a5e4d426cd76979ea /openwrt/package/Makefile | |
parent | b4964202b2c766378e12f46c7212be8840707878 (diff) | |
download | mtk-20170518-239bd96c1e0da5cdcc47608ba8f87fa42ed7d9eb.zip mtk-20170518-239bd96c1e0da5cdcc47608ba8f87fa42ed7d9eb.tar.gz mtk-20170518-239bd96c1e0da5cdcc47608ba8f87fa42ed7d9eb.tar.bz2 |
Added ipcad
SVN-Revision: 2714
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 548f002..4c625dd 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -60,6 +60,7 @@ package-$(BR2_COMPILE_HOWL) += howl package-$(BR2_PACKAGE_HTPDATE) += htpdate package-$(BR2_PACKAGE_ICECAST) += icecast package-$(BR2_PACKAGE_ID3LIB) += id3lib +package-$(BR2_PACKAGE_IPCAD) += ipcad package-$(BR2_PACKAGE_IPERF) += iperf package-$(BR2_PACKAGE_IPKG) += ipkg package-$(BR2_COMPILE_IPROUTE2) += iproute2 @@ -267,6 +268,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 +ipcad-compile: libpcap-compile irssi-compile: glib-compile ncurses-compile iperf-compile: uclibc++-compile iptables-snmp-compile: net-snmp-compile |