diff options
-rw-r--r-- | changelog | 2 | ||||
-rw-r--r-- | source.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -open-ath9k-htc-firmware (1.4~git20140911~caee5fe-1) trunk +open-ath9k-htc-firmware (1.4~git20140911.caee5fe-1) trunk * Initial release. @@ -1,5 +1,5 @@ upstream_commit = $$(printf '%s\n' '$(OPK_SOURCE_VERSION_UPSTREAM)' | \ - sed 's/^.*~git........~\([0-9a-f]*\).*$$/\1/') + sed 's/^.*~git........\.\([0-9a-f]*\).*$$/\1/') upstream_url_base = https://github.com/qca/open-ath9k-htc-firmware upstream_url = $(upstream_url_base)/archive/$(upstream_commit).tar.gz source_archive = ../$(OPK_SOURCE)-$(OPK_SOURCE_VERSION_UPSTREAM).orig.tar.gz |