sunxi: various a13 changes - add rtl8192cu into A13 Olinuxino profile - make wlan0 the default interface

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>

SVN-Revision: 40617
This commit is contained in:
Zoltan Herpai 2014-05-01 10:23:55 +00:00
parent 3bcb308b22
commit 5e47b57e57
2 changed files with 4 additions and 1 deletions

View File

@ -20,6 +20,9 @@ case "`cat /proc/device-tree/model`" in
"Olimex A20-Olinuxino Micro")
ucidef_set_interface_lan 'eth0'
;;
"Olimex A13-Olinuxino" |\
ucidef_set_interface_lan 'wlan0'
;;
esac
uci commit network

View File

@ -8,7 +8,7 @@
define Profile/A13_OLinuXino
NAME:=A13 OLinuXino
PACKAGES:=\
uboot-sunxi-A13-OLinuXino
uboot-sunxi-A13-OLinuXino kmod-rtl8192cu
endef
define Profile/A13_OLinuXino/Description