Browse Source

writeout superglue.revision before compiling

Danja Vasiliev 10 years ago
parent
commit
4c9cce3848
1 changed files with 1 additions and 0 deletions
  1. 1 0
      openwrt/tools/make_fw.sh

+ 1 - 0
openwrt/tools/make_fw.sh

@@ -43,6 +43,7 @@ else
   _MAJOR='0.1'
   _MAJOR='0.1'
   _MINOR='0'
   _MINOR='0'
   _SUFFIX='testing'
   _SUFFIX='testing'
+  echo -e "_MAJOR=$_MAJOR\n_MINOR=$_MINOR\n_SUFFIX=$_SUFFIX" > $_SG_REVISION
 fi
 fi
 
 
 let _MINOR++
 let _MINOR++