Skip to content
Snippets Groups Projects
Commit 12c189ae authored by wigyori's avatar wigyori
Browse files

sunxi: init eth0 as lan instead of wan, add a couple boards


Signed-off-by: default avatarAlexander Couzens <lynxis@fe80.eu>
Signed-off-by: default avatarZoltan HERPAI <wigyori@uid0.hu>



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39973 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 0552ed53
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,10 @@ touch /etc/config/network
ucidef_set_interface_loopback
case "`cat /proc/device-tree/model`" in
"Cubietech Cubieboard")
ucidef_set_interface_wan 'eth0'
"Cubietech Cubieboard" |\
"Cubietech Cubieboard2" |\
"Olimex A20-Olinuxino Micro")
ucidef_set_interface_lan 'eth0'
;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment