Skip to content
Snippets Groups Projects
Commit 45e8630a authored by Zoltan Herpai's avatar Zoltan Herpai
Browse files

sunxi: use sunxi_board_name when generating default network settings


Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
Signed-off-by: default avatarZoltan HERPAI <wigyori@uid0.hu>

SVN-Revision: 44213
parent 7a5ef7b9
No related branches found
No related tags found
No related merge requests found
......@@ -7,27 +7,18 @@
touch /etc/config/network
. /lib/sunxi.sh
. /lib/functions/uci-defaults.sh
ucidef_set_interface_loopback
case "`cat /proc/device-tree/model`" in
"Cubietech Cubieboard" |\
"Cubietech Cubieboard2" |\
"Lemaker bananaPi" |\
"LeMaker Banana Pi" |\
"LeMaker Banana Pro" |\
"LinkSprite pcDuino" |\
"LinkSprite pcDuino V3" |\
"LinkSprite pcDuino3" |\
"Olimex A10-OLinuXino-LIME" |\
"Olimex A20-OLinuXino-LIME" |\
"Olimex A20-Olinuxino Micro")
ucidef_set_interface_lan 'eth0'
;;
"Olimex A13-Olinuxino")
case "$( sunxi_board_name )" in
"olinuxino-micro"*)
ucidef_set_interface_lan 'wlan0'
;;
*)
ucidef_set_interface_lan 'eth0'
;;
esac
uci commit network
......
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