mirror of https://github.com/hak5/openwrt-owl.git
sunxi: add default network config for missing boards
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 40612owl
parent
e87a753a10
commit
c754682724
|
@ -14,6 +14,9 @@ ucidef_set_interface_loopback
|
|||
case "`cat /proc/device-tree/model`" in
|
||||
"Cubietech Cubieboard" |\
|
||||
"Cubietech Cubieboard2" |\
|
||||
"LinkSprite pcDuino" |\
|
||||
"LinkSprite pcDuino V3" |\
|
||||
"Olimex A10-OLinuXino-LIME" |\
|
||||
"Olimex A20-Olinuxino Micro")
|
||||
ucidef_set_interface_lan 'eth0'
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue