diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-05-30 20:47:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-30 20:47:53 +0000 |
commit | 27e59dd23c974e1e963cad93b76c49d90e50fac8 (patch) | |
tree | 774f210e32803375962cfb72e425da0013c62803 /package/Makefile | |
parent | e96be354c139420a93b6b65e2a41e0f34925e6a5 (diff) | |
download | upstream-27e59dd23c974e1e963cad93b76c49d90e50fac8.tar.gz upstream-27e59dd23c974e1e963cad93b76c49d90e50fac8.tar.bz2 upstream-27e59dd23c974e1e963cad93b76c49d90e50fac8.zip |
add wireless-tools to the list of libraries (for sdk)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1115 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 4c1c708658..c3432bdeb9 100644 --- a/package/Makefile +++ b/package/Makefile @@ -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)) |