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:
cd7c026
)
revert 12781, should make revision numbers in /etc/banner work
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 29 Sep 2008 13:51:55 +0000
(13:51 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 29 Sep 2008 13:51:55 +0000
(13:51 +0000)
SVN-Revision: 12799
include/toplevel.mk
patch
|
blob
|
history
diff --git
a/include/toplevel.mk
b/include/toplevel.mk
index d5681c2b86917701b711f5962f4b9a904a278646..9d0eb2593356c80d1cd45a455fef2cb96bda4325 100644
(file)
--- a/
include/toplevel.mk
+++ b/
include/toplevel.mk
@@
-7,7
+7,6
@@
#
RELEASE:=Kamikaze
-REVISION:=8.09
SHELL:=/usr/bin/env bash
PREP_MK= OPENWRT_BUILD= QUIET=0
@@
-16,7
+15,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)))