Good evening,

I'm finishing support for D-Link DIR-610 A1 but I have a few questions/issues:

1- Wireless LED is defined as rt2800pci-phy0::radio, but in this router it lights up when it detects phy0, when wireless is up it turns off, is there a way to change LED polarity? Maybe in dts file?!

2- My dts file doesn't have wmac@10180000 section, although wireless works regardless. I've talked to John Crispin on IRC and he said it is not mandatory, can someone explain when it is needed or what it does? I've seen it being used with "status = okay", but it seems to have another options.

Also I was worried about "rt2800_wmac 10180000.wmac: failed to load eeprom property", which I thought was caused by lack of "ralink,mtd-eeprom" definition in wmac@10180000 section, just for testing purposes, what's the correct why to define it? I can ignore it as John advised, but I'm curious :-)

Syntax seems to be "ralink,mtd-eeprom = <&<partition containing eeprom> <size>>;"

I'm using devdata in 10-rt2x00-eeprom for my device, I just don't know what to put in <size>, I've seen mostly 0, so "ralink,mtd-eeprom = <&devdata 0>;" should work, right?

3- I've seen not all Ralink routers are defined in 02_network, because I assume default configuration works for most of them. I've defined mine, but my question is: How do I know I have to define it? It seems to work regardless.

4- How do I discover "magic" of this router, to setup it properly in platform_check_image() in platform.sh?

Thanks in advance!

PS: Thanks John for your answers on IRC :-) _______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to