From: Felix Fietkau Date: Wed, 1 Feb 2006 16:08:26 +0000 (+0000) Subject: add libusb to DEV_LIBS X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a8cf3d4b11222c3f51bcc15da55c7d26a481bce1;p=openwrt%2Fsvn-archive%2Farchive.git add libusb to DEV_LIBS SVN-Revision: 3110 --- diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 5c3d5ac48e..7934a59ad4 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -122,7 +122,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 wireless-tools nvram +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 nvram libusb 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))