Browse Source

added resources/img/superglueLogo.png

Danja Vasiliev 10 years ago
parent
commit
8955f8a3a8

+ 1 - 1
openwrt/DIR505A1/etc/config/system

@@ -1,5 +1,5 @@
 config system
-  option hostname 'sg'
+  option hostname 'superglue'
   ## Made in Berlin
   option timezone 'CET-1CEST'
 

+ 3 - 4
openwrt/TLWR710/etc/config/system

@@ -1,8 +1,7 @@
-
 config system
-  option hostname 'sg'
-  ## Made in Berlin
-	option timezone 'CET-1CEST'
+  option hostname 'superglue'
+  ## Made in Berlin 
+  option timezone 'CET-1CEST'
 
 config timeserver 'ntp'
 	list server '0.openwrt.pool.ntp.org'

+ 1 - 1
openwrt/common/www/htdocs/default.html

@@ -15,7 +15,7 @@
 	<body style="background-color: rgb(153, 151, 161); background-repeat: repeat;">
 		<div id="sg-page" class="sg-page-centered" style="width: 1156px;" data-superglue-grid="off/7px">
 			<div class="sg-element" data-superglue-type="ImageElement" style="left: 193px; top: 93px; width: 105px; height: 225px;">
-	<div style="width: 100%; height: 100%; background-image: url(/resources/default/img/placeholder.png); background-repeat: repeat-y;"></div>
+	<div style="width: 100%; height: 100%; background-image: url(/resources/default/img/superglueLogo.png); background-repeat: repeat-y;"></div>
 			</div>
 			<div class="sg-element" data-superglue-type="TextElement" style="left: 313px; top: 193px; width: 270px; height: 55px;">
 <p style="font-size: 40px; font-family: Sans;"><span style="font-family: Montserrat;"><b><span style="font-size: 40px;">SUPERGLUE</span></b></span></p>

BIN
openwrt/common/www/lib/resources/img/superglueLogo.png


+ 2 - 0
openwrt/make_fw.sh

@@ -41,6 +41,8 @@ for _TARGET in $_TARGETS; do
   cp -Ra $_COMMON $_TARGET.tmp
   cp -Ra $_TARGET/* $_TARGET.tmp/
 
+  sed -e "s/%REVISION%/$_OPENWRT/g" -e "s/%VERSION%/$_VERSION/g" $_COMMON/etc/banner > $_TARGET.tmp/etc/banner
+
   echo $_VERSION > $_TARGET.tmp/etc/superglue_version
   cd $_IMAGEBUILDER && make clean