mirror of https://github.com/hak5/openwrt.git
ramips: fix port mapping and extract wmac eeprom on ZBT-WA05 board
Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 41634lede-17.01
parent
8c577d9fde
commit
76ba6846a2
|
@ -70,7 +70,11 @@
|
||||||
|
|
||||||
ethernet@10100000 {
|
ethernet@10100000 {
|
||||||
mtd-mac-address = <&factory 0x4>;
|
mtd-mac-address = <&factory 0x4>;
|
||||||
ralink,port-map = "llllw";
|
ralink,port-map = "wllll";
|
||||||
|
};
|
||||||
|
|
||||||
|
wmac@10180000 {
|
||||||
|
ralink,mtd-eeprom = <&factory 0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pinctrl {
|
pinctrl {
|
||||||
|
|
Loading…
Reference in New Issue