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 | 7ef86da12bd426968e26dc449e8a9a7587eb8428 (patch) | |
tree | 7feb266828c94ec105a3b748330a6f4a635e627c /openwrt/package | |
parent | a9589b5e4142ee0f5581a3b625a3c25e11dbba6f (diff) | |
download | mtk-20170518-7ef86da12bd426968e26dc449e8a9a7587eb8428.zip mtk-20170518-7ef86da12bd426968e26dc449e8a9a7587eb8428.tar.gz mtk-20170518-7ef86da12bd426968e26dc449e8a9a7587eb8428.tar.bz2 |
add wireless-tools to the list of libraries (for sdk)
SVN-Revision: 1115
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 4c1c708..c3432bd 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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)) |