<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi John,<br>
<br>
I've never done it, but you should change it easy in the menu
config:<br>
# make menuconfig<br>
[*] Image configuration <br>
-> [*] Preinit configuration options <br>
---> (10.0.0.1) IP Address for preinit network messages<br>
---> (10.0.0.255) Broadcast address for preinit network
messages<br>
<br>
An alternative way ist to writing it directly to your config-file<br>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
CONFIG_TARGET_PREINIT_IFNAME=""<br>
CONFIG_TARGET_PREINIT_IP="10.0.0.1"<br>
CONFIG_TARGET_PREINIT_NETMASK="255.255.255.0"<br>
CONFIG_TARGET_PREINIT_BROADCAST="10.0.0.255"<br>
<br>
As I said, I've never changed the IP, but this should be
(theoretically) the way.<br>
<br>
Best regards,<br>
Claudio<br>
<br>
<br>
On 25.06.2014 01:07, Jonas Liepuonius wrote:<br>
</div>
<blockquote
cite="mid:176B3483-0F4C-4E70-B3E8-C8FEACFAD521@gmail.com"
type="cite">
<pre wrap="">So I recently decided to compile my own OpenWRT images, and I have a few questions:
1. Is there a way to preset the default IP address? The default is 192.168.1.1 but I want to change it to something like 10.0.0.1, so that my compiled firmware’s IP address would be that.
2. Is there a way to pre-include files and folders?
Thanks in advance,
John
_______________________________________________
openwrt-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:openwrt-devel@lists.openwrt.org">openwrt-devel@lists.openwrt.org</a>
<a class="moz-txt-link-freetext" href="https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel">https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>