X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=include%2Fversion.mk;h=2bf709e56e69fc663af24ed5e939ca8611fe525c;hp=4687dcc2e0b495711c27aa6f5f563da0823b0f0f;hb=639abfa638b7d49bf87f6f97c3a4ce4ce98d5c83;hpb=537aa8de44f0cb50b223cad3a9e0bfe2404fad8d;ds=sidebyside diff --git a/include/version.mk b/include/version.mk index 4687dcc2e0..2bf709e56e 100644 --- a/include/version.mk +++ b/include/version.mk @@ -40,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' \