mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 19:40:39 +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
|
touch /etc/config/network
|
||||||
|
|
||||||
|
. /lib/sunxi.sh
|
||||||
. /lib/functions/uci-defaults.sh
|
. /lib/functions/uci-defaults.sh
|
||||||
|
|
||||||
ucidef_set_interface_loopback
|
ucidef_set_interface_loopback
|
||||||
|
|
||||||
case "`cat /proc/device-tree/model`" in
|
case "$( sunxi_board_name )" in
|
||||||
"Cubietech Cubieboard" |\
|
"olinuxino-micro"*)
|
||||||
"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")
|
|
||||||
ucidef_set_interface_lan 'wlan0'
|
ucidef_set_interface_lan 'wlan0'
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
ucidef_set_interface_lan 'eth0'
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
uci commit network
|
uci commit network
|
||||||
|
Loading…
x
Reference in New Issue
Block a user