Merge "Set GFiberTV hostname property on android."
diff --git a/fs/skeleton/etc/init.d/S02nexus.platform_gfibertv b/fs/skeleton/etc/init.d/S02nexus.platform_gfibertv
index 1216bd6..e6f2fa3 100755
--- a/fs/skeleton/etc/init.d/S02nexus.platform_gfibertv
+++ b/fs/skeleton/etc/init.d/S02nexus.platform_gfibertv
@@ -84,6 +84,9 @@
     hostname GFiberStorage
   elif is-tv-box; then
     hostname GFiberTV
+    if is-android-box; then
+      setprop net.hostname GFiberTV
+    fi
   elif is-network-box; then
     hostname GFiberRouter
   elif is-ptp; then