projects
/
openwrt
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ath79: add support for Compex WPJ558 (16M)
[openwrt/openwrt.git]
/
target
/
linux
/
ath79
/
generic
/
base-files
/
etc
/
board.d
/
02_network
diff --git
a/target/linux/ath79/generic/base-files/etc/board.d/02_network
b/target/linux/ath79/generic/base-files/etc/board.d/02_network
index d37fa4ba2b32758e2f340f7c91e3fab19581f99d..e45d1aa73a3a167076b0e486ae825ad082858b80 100644
(file)
--- a/
target/linux/ath79/generic/base-files/etc/board.d/02_network
+++ b/
target/linux/ath79/generic/base-files/etc/board.d/02_network
@@
-221,6
+221,10
@@
ath79_setup_interfaces()
ucidef_add_switch "switch0" \
"0@eth0" "3:lan" "2:wan"
;;
ucidef_add_switch "switch0" \
"0@eth0" "3:lan" "2:wan"
;;
+ compex,wpj558-16m)
+ ucidef_add_switch "switch0" \
+ "1:wan" "5:lan" "6@eth0"
+ ;;
devolo,dlan-pro-1200plus-ac|\
devolo,magic-2-wifi)
ucidef_add_switch "switch0" \
devolo,dlan-pro-1200plus-ac|\
devolo,magic-2-wifi)
ucidef_add_switch "switch0" \
@@
-528,6
+532,7
@@
ath79_setup_macs()
wan_mac=$(macaddr_add $(mtd_get_mac_binary art 0x0) 1)
;;
compex,wpj344-16m|\
wan_mac=$(macaddr_add $(mtd_get_mac_binary art 0x0) 1)
;;
compex,wpj344-16m|\
+ compex,wpj558-16m|\
compex,wpj563)
wan_mac=$(mtd_get_mac_binary u-boot 0x2e018)
;;
compex,wpj563)
wan_mac=$(mtd_get_mac_binary u-boot 0x2e018)
;;