sunxi: fix typo in uci-defaults network config
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 40895
This commit is contained in:
parent
e9ff251ca6
commit
bf43c8e717
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ case "`cat /proc/device-tree/model`" in
|
||||||
"Olimex A20-Olinuxino Micro")
|
"Olimex A20-Olinuxino Micro")
|
||||||
ucidef_set_interface_lan 'eth0'
|
ucidef_set_interface_lan 'eth0'
|
||||||
;;
|
;;
|
||||||
"Olimex A13-Olinuxino" |\
|
"Olimex A13-Olinuxino")
|
||||||
ucidef_set_interface_lan 'wlan0'
|
ucidef_set_interface_lan 'wlan0'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue