diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-13 17:59:26 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-13 17:59:26 +0000 |
commit | 28305cf4cf4731566d0e966620ab00baf1058fdb (patch) | |
tree | f3653219285dc8833f5725b216a50d25298f154e /openwrt/package/Makefile | |
parent | a17b0c2a27f70b31f8e7427a318c61e5d3afb6ec (diff) |
add hostap-utils package (closes: #50)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2473 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 5fcaa269d5..ca501c1072 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -52,6 +52,7 @@ package-$(BR2_COMPILE_GMP) += gmp package-$(BR2_COMPILE_GNUTLS) += gnutls package-$(BR2_PACKAGE_GPSD) += gpsd package-$(BR2_PACKAGE_HASERL) += haserl +package-$(BR2_PACKAGE_HOSTAP_UTILS) += hostap-utils package-$(BR2_PACKAGE_HOSTAPD) += hostapd package-$(BR2_COMPILE_HOWL) += howl package-$(BR2_PACKAGE_HTPDATE) += htpdate |