mirror of https://github.com/hak5/openwrt.git
ramips: update BR-6475ND dts
Update firmware location for 2.4GHz radio on the Edimax BR-6475nD. Signed-off-by: Christopher Lais <chris+openwrt@zenthought.org> SVN-Revision: 43881lede-17.01
parent
f9dcd95919
commit
2ea64717e2
|
@ -42,7 +42,7 @@ case "$FIRMWARE" in
|
||||||
cy-swr1100)
|
cy-swr1100)
|
||||||
rt2x00_eeprom_extract "factory" 8192 512
|
rt2x00_eeprom_extract "factory" 8192 512
|
||||||
;;
|
;;
|
||||||
rt-n56u | whr-600d | whr-1166d)
|
br-6475nd | rt-n56u | whr-600d | whr-1166d)
|
||||||
rt2x00_eeprom_extract "factory" 32768 512
|
rt2x00_eeprom_extract "factory" 32768 512
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -39,6 +39,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
wmac@10180000 {
|
wmac@10180000 {
|
||||||
|
status = "okay";
|
||||||
ralink,mtd-eeprom = <&factory 0>;
|
ralink,mtd-eeprom = <&factory 0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -58,9 +59,10 @@
|
||||||
pci-bridge@1 {
|
pci-bridge@1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
wmac@0,0 {
|
wmac@0,0 {
|
||||||
|
ralink,5ghz = <0>;
|
||||||
compatible = "ralink,rt2880-pci", "pciclass060400", "pciclass0604";
|
compatible = "ralink,rt2880-pci", "pciclass060400", "pciclass0604";
|
||||||
reg = < 0x10000 0 0 0 0 >;
|
reg = < 0x10000 0 0 0 0 >;
|
||||||
ralink,eeprom = "soc_wmac.eeprom";
|
ralink,eeprom = "rt2x00pci_1_0.eeprom";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue