mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-11 07:02:10 -05:00
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
@ -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 New Issue
Block a user