X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Fversion.mk;h=2bf709e56e69fc663af24ed5e939ca8611fe525c;hb=785f7932982cb8e7f17094d6ffe4c6941dc4a1c1;hp=af25be02f755ac5c83444b85c18368294cf095c4;hpb=8faa8431db13084170e190da7a65fd2035505c90;p=openwrt.git diff --git a/include/version.mk b/include/version.mk index af25be02f7..2bf709e56e 100644 --- a/include/version.mk +++ b/include/version.mk @@ -5,6 +5,9 @@ # See /LICENSE for more information. # +# Substituted by SDK, do not remove +# REVISION:=x + PKG_CONFIG_DEPENDS += \ CONFIG_VERSION_NUMBER \ CONFIG_VERSION_NICK \ @@ -37,4 +40,4 @@ VERSION_SED:=$(SED) 's,%U,$(VERSION_REPO),g' \ -e 's,%d,\L$(subst $(space),_,$(VERSION_DIST)),g' \ -e 's,%R,$(REVISION),g' \ -e 's,%T,$(BOARD),g' \ - -e 's,%S,$(BOARD)$(if $(SUBTARGET),/$(SUBTARGET)),g' \ + -e 's,%S,$(BOARD)/$(if $(SUBTARGET),$(SUBTARGET),generic),g' \