diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-12-21 22:25:41 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-22 16:42:21 +0100 |
commit | c7c1cf5618b6ca983c20510814b762eeab4937e5 (patch) | |
tree | dc5f7a28f55a6a102dd0ab3a56c325cf54669a60 /package/kernel/acx-mac80211/Makefile | |
parent | 43c09f2885b413aa44a65ddf85778e40349f2199 (diff) | |
download | upstream-c7c1cf5618b6ca983c20510814b762eeab4937e5.tar.gz upstream-c7c1cf5618b6ca983c20510814b762eeab4937e5.tar.bz2 upstream-c7c1cf5618b6ca983c20510814b762eeab4937e5.zip |
treewide: clean up and unify PKG_VERSION for git based downloads
Also use default defintions for PKG_SOURCE_SUBDIR, PKG_SOURCE
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/kernel/acx-mac80211/Makefile')
-rw-r--r-- | package/kernel/acx-mac80211/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/package/kernel/acx-mac80211/Makefile b/package/kernel/acx-mac80211/Makefile index fb11188076..9f4895a927 100644 --- a/package/kernel/acx-mac80211/Makefile +++ b/package/kernel/acx-mac80211/Makefile @@ -9,16 +9,13 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=acx-mac80211 -PKG_REV:=b6fc31491020cb01d2cd1acc170cfa03ced7e726 -PKG_VERSION:=20140216 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_MIRROR_HASH:=2297d68dc3ff439b387bffba19d1469336bde910b3b3ff8b785df926e811156e PKG_SOURCE_URL:=http://git.code.sf.net/p/acx100/acx-mac80211 PKG_SOURCE_PROTO:=git -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=$(PKG_REV) +PKG_SOURCE_DATE:=2014-02-16 +PKG_SOURCE_VERSION:=b6fc31491020cb01d2cd1acc170cfa03ced7e726 +PKG_MIRROR_HASH:=58590245715f0e5fb4b57aab6d91071dfb6a97d3273f5aee0b97b1edee030ed0 PKG_BUILD_DEPENDS:=mac80211 PKG_CONFIG_DEPENDS:= \ |