diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-02-18 23:08:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-02-18 23:08:52 +0000 |
commit | 3090ba9bf95f726c81e70e19f3c45903e1ed5d22 (patch) | |
tree | 9b57c18a634d75d7c25ff822b3e32a6b982411f1 /package/Makefile | |
parent | 7261a5ebef2e878d8d010f721d66cdfa1c7d3bfc (diff) | |
download | master-187ad058-3090ba9bf95f726c81e70e19f3c45903e1ed5d22.tar.gz master-187ad058-3090ba9bf95f726c81e70e19f3c45903e1ed5d22.tar.bz2 master-187ad058-3090ba9bf95f726c81e70e19f3c45903e1ed5d22.zip |
add net-snmp to DEV_LIBS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3251 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile index d05117ba1e..39648ead17 100644 --- a/package/Makefile +++ b/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)) |