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:
parent
3bcb308b22
commit
5e47b57e57
2 changed files with 4 additions and 1 deletions
|
@ -20,6 +20,9 @@ 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" |\
|
||||||
|
ucidef_set_interface_lan 'wlan0'
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
uci commit network
|
uci commit network
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
define Profile/A13_OLinuXino
|
define Profile/A13_OLinuXino
|
||||||
NAME:=A13 OLinuXino
|
NAME:=A13 OLinuXino
|
||||||
PACKAGES:=\
|
PACKAGES:=\
|
||||||
uboot-sunxi-A13-OLinuXino
|
uboot-sunxi-A13-OLinuXino kmod-rtl8192cu
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/A13_OLinuXino/Description
|
define Profile/A13_OLinuXino/Description
|
||||||
|
|
Loading…
Reference in a new issue