diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-08 04:25:52 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-08 04:25:52 +0000 |
commit | 302cd574d90a94e6878ae5e2850c65a226b5988f (patch) | |
tree | 7582426b1253557e83c13c0befbda0ce04f11ebb /openwrt/package | |
parent | 61d11947fefbc2327a1b6d3ccfc9e56c04b58f36 (diff) | |
download | mtk-20170518-302cd574d90a94e6878ae5e2850c65a226b5988f.zip mtk-20170518-302cd574d90a94e6878ae5e2850c65a226b5988f.tar.gz mtk-20170518-302cd574d90a94e6878ae5e2850c65a226b5988f.tar.bz2 |
fix iptables-snmp missing build dependency on net-snmp
SVN-Revision: 2391
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 3f53d73..9cc8db7 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -246,6 +246,7 @@ gpsd-compile: uclibc++-compile icecast-compile: curl-compile libvorbisidec-compile libxml2-compile libxslt-compile id3lib-compile: uclibc++-compile zlib-compile irssi-compile: glib-compile ncurses-compile +iptables-snmp-compile: net-snmp-compile iptraf-compile: ncurses-compile hostapd-compile: openssl-compile kismet-compile: uclibc++-compile libpcap-compile ncurses-compile |