diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-07-24 04:33:39 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-07-24 04:35:29 +0100 |
commit | 3c7da5dc7d188f090c3a7f864ba6451561d2219b (patch) | |
tree | c7007f17802d8ec3664ae5bbf324a1d6782941e3 | |
parent | 55fd042e330f53ba4767d348faee491953c73134 (diff) |
hs20: set PKG_SOURCE_SUBDIR
Building without the mirror-tarballs fails to PKG_SOURCE_SUBDIR not
matching the hostapd source subdir name. Fix that.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r-- | net/hs20/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/hs20/Makefile b/net/hs20/Makefile index 330fb335a..e244f50a1 100644 --- a/net/hs20/Makefile +++ b/net/hs20/Makefile @@ -12,6 +12,7 @@ PKG_SOURCE_NAME:=hostapd PKG_MIRROR_HASH:=1b2a4947034142587a3f81eac2ea27dd64650e77f8943d973623b47533be2393 PKG_MIRROR_VERSION:=$(PKG_SOURCE_DATE)-$(call version_abbrev,$(PKG_SOURCE_VERSION)) PKG_SOURCE:=$(PKG_SOURCE_NAME)-$(PKG_MIRROR_VERSION).tar.xz +PKG_SOURCE_SUBDIR:=$(PKG_SOURCE_NAME)-$(PKG_MIRROR_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_SOURCE_NAME)-$(PKG_MIRROR_VERSION) PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> |