mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 03:06:35 +00:00
sunxi: use sunxi_board_name when generating default network settings
Signed-off-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 44213
This commit is contained in:
parent
7a5ef7b99f
commit
45e8630a4f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user