diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-01 20:30:35 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-01 20:30:35 +0000 |
commit | 201d498defaea490f4368c21625dadd5c789bfec (patch) | |
tree | 593859b68d0814adb28f0df12a18807b0ed0047f /package/Makefile | |
parent | fda46acab967f01269eac5a501c72b10d48d2bc4 (diff) |
fix hostapd (add missed changes from [3564])
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3575 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile index 09df4fe2b..cae460933 100644 --- a/package/Makefile +++ b/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 |