diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-15 18:26:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-15 18:26:49 +0000 |
commit | 74500c610589298dab070ca6892ad267b0fcebe4 (patch) | |
tree | 97dd2d55f0c924ec2cf9fde12b3a52076af127d8 /package/hostapd | |
parent | d2e4791bbe0d1c7c61a94033e3980bf8876480e2 (diff) | |
download | upstream-74500c610589298dab070ca6892ad267b0fcebe4.tar.gz upstream-74500c610589298dab070ca6892ad267b0fcebe4.tar.bz2 upstream-74500c610589298dab070ca6892ad267b0fcebe4.zip |
remove global hostapd builddep on openssl
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3953 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd')
-rw-r--r-- | package/hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 1af252320c..f4a6145213 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -6,7 +6,7 @@ PKG_NAME:=hostapd PKG_VERSION:=0.5.3 PKG_RELEASE:=1 PKG_MD5SUM:=4e3134e8b0d86e831230f8c620fd81bb -PKG_BUILDDEP:=madwifi openssl +PKG_BUILDDEP:=madwifi PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |