diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2011-04-13 13:36:48 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2011-04-13 13:36:48 +0000 |
commit | 9ec445154ebf2090915e58f2b0a036124aa44acd (patch) | |
tree | e845a2149a6105d3ee3afd9fa3b1787adc625cec /package | |
parent | 2702ba56f09c22fca8e7bb269af110d0959dc7f3 (diff) | |
download | upstream-9ec445154ebf2090915e58f2b0a036124aa44acd.tar.gz upstream-9ec445154ebf2090915e58f2b0a036124aa44acd.tar.bz2 upstream-9ec445154ebf2090915e58f2b0a036124aa44acd.zip |
package/hostapd: cosmetic fix
SVN-Revision: 26644
Diffstat (limited to 'package')
-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 492edd7109..6731ccb54c 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -14,7 +14,7 @@ PKG_REV:=4378fc14ebfb355705e7674bf347ea659bcd77bc PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=git://w1.fi/srv/git/hostap.git -PKG_SOURCE_SUBDIR:=hostapd-$(PKG_VERSION) +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) PKG_SOURCE_PROTO:=git PKG_MIRROR_MD5SUM:=fd5e29bbfcb89a4e60fef633bd4efa94 |