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 | 4040efacbb3b1f0061f7f1a6c0b1a066dec49993 (patch) | |
tree | 593859b68d0814adb28f0df12a18807b0ed0047f /package/Makefile | |
parent | 2edb537263bbc9e1a59c87787f8053418806a099 (diff) | |
download | master-187ad058-4040efacbb3b1f0061f7f1a6c0b1a066dec49993.tar.gz master-187ad058-4040efacbb3b1f0061f7f1a6c0b1a066dec49993.tar.bz2 master-187ad058-4040efacbb3b1f0061f7f1a6c0b1a066dec49993.zip |
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 09df4fe2b9..cae4609338 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 |