projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50d91d8
)
set proper version number for menuconfig
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 28 Sep 2008 22:17:34 +0000
(22:17 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 28 Sep 2008 22:17:34 +0000
(22:17 +0000)
SVN-Revision: 12781
include/toplevel.mk
patch
|
blob
|
history
diff --git
a/include/toplevel.mk
b/include/toplevel.mk
index 9d0eb2593356c80d1cd45a455fef2cb96bda4325..d5681c2b86917701b711f5962f4b9a904a278646 100644
(file)
--- a/
include/toplevel.mk
+++ b/
include/toplevel.mk
@@
-7,6
+7,7
@@
#
RELEASE:=Kamikaze
+REVISION:=8.09
SHELL:=/usr/bin/env bash
PREP_MK= OPENWRT_BUILD= QUIET=0
@@
-15,7
+16,7
@@
include $(TOPDIR)/include/verbose.mk
ifeq ($(SDK),1)
include $(TOPDIR)/include/version.mk
else
- REVISION
:
=$(shell $(TOPDIR)/scripts/getver.sh)
+ REVISION
?
=$(shell $(TOPDIR)/scripts/getver.sh)
endif
OPENWRTVERSION:=$(RELEASE)$(if $(REVISION), ($(REVISION)))