From 4086512b6d29216b5357c50eecf041ade4aca56e Mon Sep 17 00:00:00 2001 From: "@RubenKelevra" Date: Thu, 16 Apr 2015 11:22:08 +0200 Subject: [PATCH] change network to 192.168.0.1/24 on tp-link hardware, this is the default-network, on a flash of factory the original-firmware expect the new firmware with the same ip, which works nicely here. --- .../gluon-setup-mode/files/lib/gluon/setup-mode/rc.d/S20network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon/gluon-setup-mode/files/lib/gluon/setup-mode/rc.d/S20network b/gluon/gluon-setup-mode/files/lib/gluon/setup-mode/rc.d/S20network index 8bc0ba4..129f1d2 100755 --- a/gluon/gluon-setup-mode/files/lib/gluon/setup-mode/rc.d/S20network +++ b/gluon/gluon-setup-mode/files/lib/gluon/setup-mode/rc.d/S20network @@ -1,6 +1,6 @@ #!/bin/sh /etc/rc.common -SETUP_MODE_ADDR=192.168.1.1 +SETUP_MODE_ADDR=192.168.0.1 SETUP_MODE_NETMASK=255.255.255.0 START=20