diff options
| author | Nicolas Thill <nico@openwrt.org> | 2006-04-01 20:30:35 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2006-04-01 20:30:35 +0000 |
| commit | 0bef5f4779eb3194add4ba30931b602b20e65f07 (patch) | |
| tree | 2fe91bf8a684694711ccd962af830e16ee98f957 /openwrt/package/Makefile | |
| parent | 6c2594b414e0e899fa0e9cddf1bb50669b686961 (diff) | |
| download | mtk-20170518-0bef5f4779eb3194add4ba30931b602b20e65f07.zip mtk-20170518-0bef5f4779eb3194add4ba30931b602b20e65f07.tar.gz mtk-20170518-0bef5f4779eb3194add4ba30931b602b20e65f07.tar.bz2 | |
fix hostapd (add missed changes from [3564])
SVN-Revision: 3575
Diffstat (limited to 'openwrt/package/Makefile')
| -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 09df4fe..cae4609 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -69,7 +69,7 @@ package-$(BR2_COMPILE_GSM) += gsm package-$(BR2_PACKAGE_HASERL) += haserl package-$(BR2_PACKAGE_HEYU) += heyu package-$(BR2_PACKAGE_HOSTAP_UTILS) += hostap-utils -package-$(BR2_PACKAGE_HOSTAPD) += hostapd +package-$(BR2_COMPILE_HOSTAPD) += hostapd package-$(BR2_COMPILE_HOWL) += howl package-$(BR2_PACKAGE_HTPDATE) += htpdate package-$(BR2_PACKAGE_HTTPING) += httping |
