mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
sunxi: various a13 changes
- add rtl8192cu into A13 Olinuxino profile - make wlan0 the default interface Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40617 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user