Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@damex
Created October 11, 2020 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save damex/93a25fc110a818fdf3d78b0e259e1ecf to your computer and use it in GitHub Desktop.
Save damex/93a25fc110a818fdf3d78b0e259e1ecf to your computer and use it in GitHub Desktop.
root@OpenWrt:/# cat /etc/board.json
{
"model": {
"id": "generic",
"name": "cavium,ubnt_e300 (CN7030p1.2-1000-AAP)"
},
"network": {
"lan": {
"ifname": "eth0",
"protocol": "static"
},
"wan": {
"ifname": "eth1",
"protocol": "dhcp"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment