diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-10-20 05:05:26 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-10-20 05:05:26 +0000 |
| commit | 3881fcbbe0e4ef3506d9dc55dbb696139f0e5d02 (patch) | |
| tree | 5c84086a8bba7ef8dfdd4cba46e18753e63066b4 /openwrt/package/Makefile | |
| parent | daec54c8466a775d1d944fd15551dbc5f3c8086d (diff) | |
| download | mtk-20170518-3881fcbbe0e4ef3506d9dc55dbb696139f0e5d02.zip mtk-20170518-3881fcbbe0e4ef3506d9dc55dbb696139f0e5d02.tar.gz mtk-20170518-3881fcbbe0e4ef3506d9dc55dbb696139f0e5d02.tar.bz2 | |
add xsupplicant package (thanks to Florian Fainelli)
SVN-Revision: 2188
Diffstat (limited to 'openwrt/package/Makefile')
| -rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 4aa9b3a..3e157f9 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -202,6 +202,7 @@ package-$(BR2_PACKAGE_WPA_SUPPLICANT) += wpa_supplicant package-$(BR2_PACKAGE_WPUT) += wput package-$(BR2_PACKAGE_WRT_RADAUTH) += wrt-radauth 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 lzo gmp fuse portmap libelf uclibc++ speex libpng libgd wireless-tools nvram linux-atm @@ -293,6 +294,7 @@ usbutils-compile: libusb-compile vtun-compile: zlib-compile openssl-compile lzo-compile wificonf-compile: wireless-tools-compile nvram-compile wpa_supplicant-compile: openssl-compile +xsupplicant-compile: openssl-compile asterisk-compile: bluez-libs-compile ncurses-compile openssl-compile ifneq ($(BR2_PACKAGE_ASTERISK_CODEC_SPEEX),) |
