You mentioned later in the thread that you are building for wndr3800. That is the key info here.

Due to complex switch port LED defintions, WNDR3700/3800 has a dedicated network file template that will be used:
https://dev.openwrt.org/browser/trunk/target/linux/ar71xx/base-files/etc/defconfig/wndr3700/network

It has the section:
config interface lan
        option ifname   eth0.1
        option type     bridge
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0


On 29.11.2012 1:38, John Lauro wrote:
Is there a place to change the default IP for a firmware build?

I tried setting under Image configuration -> Preinit configuration options -> 
IP address for preinit network messages, but that  doesn't seem to work (not that I 
expected to, but it's the only config options I could find related to an IP address). 
 Doing a search of my build tree, 192.168.1.1 seems to be embedded in several spots.



_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to