diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-13 10:47:45 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-13 10:47:45 +0000 |
commit | 93b8648b153836157f63850adea87b32f4b5cea8 (patch) | |
tree | eba816bd000e0f98c8659f77fc106cc2d788f8a7 /include | |
parent | 4b230e19fc765c582555647945d4380c37cecc49 (diff) | |
download | upstream-93b8648b153836157f63850adea87b32f4b5cea8.tar.gz upstream-93b8648b153836157f63850adea87b32f4b5cea8.tar.bz2 upstream-93b8648b153836157f63850adea87b32f4b5cea8.zip |
don't overwrite version.mk, substitute REVISION instead
SVN-Revision: 31271
Diffstat (limited to 'include')
-rw-r--r-- | include/version.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/version.mk b/include/version.mk index af25be02f7..4687dcc2e0 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 \ |