add wireless-tools to the list of libraries (for sdk)
authorFelix Fietkau <nbd@openwrt.org>
Mon, 30 May 2005 20:47:53 +0000 (20:47 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 30 May 2005 20:47:53 +0000 (20:47 +0000)
SVN-Revision: 1115

openwrt/package/Makefile

index 4c1c7086580e9cf75286a3903b10da45b381eb92..c3432bdeb9ef546470d232442d4e5ec0b98ae1a8 100644 (file)
@@ -108,7 +108,7 @@ package-$(BR2_PACKAGE_WPUT) += wput
 package-$(BR2_PACKAGE_XINETD) += xinetd
 package-$(BR2_PACKAGE_ZLIB) += zlib
 
-DEV_LIBS:=tcp_wrappers glib ncurses openssl pcre popt zlib libnet libpcap mysql postgresql iptables matrixssl lzo gmp fuse portmap libelf uclibc++ speex libpng libgd
+DEV_LIBS:=tcp_wrappers glib ncurses openssl pcre popt zlib libnet libpcap mysql postgresql iptables matrixssl lzo gmp fuse portmap libelf uclibc++ speex libpng libgd wireless-tools
 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))