diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-23 06:43:34 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-23 06:43:34 +0000 |
commit | f5e2125a226494f7560c29c3353f0a8df00f8d4c (patch) | |
tree | f7cbced8dce3664bd18bde43c65897a353b82692 /package/Makefile | |
parent | 7aea4fc0fba830ccd6c8d01a2961dbb947e63928 (diff) | |
download | upstream-f5e2125a226494f7560c29c3353f0a8df00f8d4c.tar.gz upstream-f5e2125a226494f7560c29c3353f0a8df00f8d4c.tar.bz2 upstream-f5e2125a226494f7560c29c3353f0a8df00f8d4c.zip |
Add wpa_supplicant package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1023 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index c5a3c07096..c2b12f6a8b 100644 --- a/package/Makefile +++ b/package/Makefile @@ -94,6 +94,7 @@ package-$(BR2_PACKAGE_USBUTILS) += usbutils package-$(BR2_PACKAGE_VSFTPD) += vsftpd package-$(BR2_PACKAGE_WIRELESS_TOOLS) += wireless-tools package-$(BR2_PACKAGE_WOL) += wol +package-$(BR2_PACKAGE_WPA_SUPPLICANT) += wpa_supplicant package-$(BR2_PACKAGE_WPUT) += wput package-$(BR2_PACKAGE_XINETD) += xinetd package-$(BR2_PACKAGE_ZLIB) += zlib @@ -133,6 +134,7 @@ siproxd-compile: libosip2-compile sipsak-compile: openssl-compile tcpdump-compile: libpcap-compile tinc-compile: zlib-compile openssl-compile lzo-compile +wpa_supplicant-compile: openssl-compile asterisk-compile: openssl-compile ifneq ($(BR2_PACKAGE_ASTERISK_SPEEX),) |