Last active
August 29, 2015 14:13
-
-
Save wwahammy/edbec365aba5670663d3 to your computer and use it in GitHub Desktop.
Setting IP address as part of our first boot script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
uci -q set network.lan.ipaddr=10.0.2.15 | |
uci -q commit network | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment