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 | d9d05baf0b2c5fc3700cf20c6eddbd2aa6d5e829 (patch) | |
| tree | 620554a005c3c6886d29575f70e4c6569db702d7 /openwrt/package/Makefile | |
| parent | d4c410f59584dbc77165e83bdfc382a0c5dea217 (diff) | |
| download | mtk-20170518-d9d05baf0b2c5fc3700cf20c6eddbd2aa6d5e829.zip mtk-20170518-d9d05baf0b2c5fc3700cf20c6eddbd2aa6d5e829.tar.gz mtk-20170518-d9d05baf0b2c5fc3700cf20c6eddbd2aa6d5e829.tar.bz2 | |
Add wpa_supplicant package
SVN-Revision: 1023
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 c5a3c07..c2b12f6 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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),) |
