2
0
forked from Ivasoft/openwrt

add support for the archer c5

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>

SVN-Revision: 41814
This commit is contained in:
Imre Kaloz
2014-07-23 12:47:25 +00:00
parent 039fe23f8e
commit dc628f2e08
11 changed files with 44 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ set_preinit_iface() {
ap135-020 |\
ap136-020 |\
ap83 |\
archer-c5 |\
archer-c7 |\
dir-505-a1 |\
gl-inet |\

View File

@@ -11,6 +11,7 @@ do_load_ath10k_board_bin() {
bs=1 skip=20480 count=2116 \
of=/tmp/ath10k-board.bin
;;
archer-c5 | \
archer-c7)
local mac
mac=$(macaddr_add $(cat /sys/class/net/eth1/address) -2)