summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-02-18 23:08:52 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-02-18 23:08:52 +0000
commitd680d1abcb9da04c97dd93d0da100ee0ec823388 (patch)
tree9d916f1a60ef2746753d91ce4df20c2c0876b437
parentd80611283e0a6927ab49c35a71fc93d830bb4c53 (diff)
downloadmtk-20170518-d680d1abcb9da04c97dd93d0da100ee0ec823388.zip
mtk-20170518-d680d1abcb9da04c97dd93d0da100ee0ec823388.tar.gz
mtk-20170518-d680d1abcb9da04c97dd93d0da100ee0ec823388.tar.bz2
add net-snmp to DEV_LIBS
SVN-Revision: 3251
-rw-r--r--openwrt/package/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile
index d05117b..39648ea 100644
--- a/openwrt/package/Makefile
+++ b/openwrt/package/Makefile
@@ -255,7 +255,7 @@ package-$(BR2_PACKAGE_XINETD) += xinetd
package-$(BR2_PACKAGE_XSUPPLICANT) += xsupplicant
package-$(BR2_PACKAGE_ZLIB) += zlib
-DEV_LIBS:=tcp_wrappers glib ncurses openssl pcre popt zlib libnet libpcap mysql postgresql iptables matrixssl liblzo gmp fuse portmap libelf uclibc++ speex libpng libgd wireless-tools nvram linux-atm libamsel libao libart libdaemon libdb libdnet libevent libffi-sable libgcrypt libgdbm libgpg-error libid3tag libmad libnet libnids libogg libosip2 libpcap libtasn1 libupnp libusb libvorbis libvorbisidec libxml2 libxslt id3lib
+DEV_LIBS:=tcp_wrappers glib ncurses openssl pcre popt zlib libnet libpcap mysql postgresql iptables matrixssl liblzo gmp fuse portmap libelf uclibc++ speex libpng libgd wireless-tools nvram linux-atm libamsel libao libart libdaemon libdb libdnet libevent libffi-sable libgcrypt libgdbm libgpg-error libid3tag libmad libnet libnids libogg libosip2 libpcap libtasn1 libupnp libusb libvorbis libvorbisidec libxml2 libxslt id3lib net-snmp
DEV_LIBS_COMPILE:=$(patsubst %,%-compile,$(DEV_LIBS))
SDK_DEFAULT_PACKAGES:=busybox dnsmasq iptables wireless-tools dropbear bridge ipkg ppp
SDK_DEFAULT_COMPILE:=$(patsubst %,%-compile,$(SDK_DEFAULT_PACKAGES))