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 | c5d516084c8663eca5f98271efa839bb7d73dc26 (patch) | |
tree | fce7c418d91c5728817b8acbdaf07d4fbd25867f /package/hostapd | |
parent | 94920b0e8aa56942754b219c4efc7e04490a57af (diff) | |
download | upstream-c5d516084c8663eca5f98271efa839bb7d73dc26.tar.gz upstream-c5d516084c8663eca5f98271efa839bb7d73dc26.tar.bz2 upstream-c5d516084c8663eca5f98271efa839bb7d73dc26.zip |
package/hostapd: cosmetic fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26644 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 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 |