Hy,
i have managed to get openwrt working on my Asus wl-hdd!
One problem i had to solve is that the value of the reset button in /proc/sys/reset seems to be inverted. When the button is pressed the value of sys/reset is 0, when the button isn't pressed the value is 1. Because of this my installationen booted into failsave by default, to start normal i had needed to press the reset button.
I have attached an modified preinit script to the post which try's to read an reset value from the reset_val variable in nvram. Setting this to 0 allows booting the wl-hdd in normal mode and in failsave when reset is pressed.
Maybe it would be nice to integrate this into openwrt, or even some sort of autodetection of an wl-hdd. (I only have an wl-hdd, so i can't find out how to distinct between an wl-hdd and an Linksys Router. If someone want's some extra info's about the device, i could post them)
Next i will try to get the ide Interface working. Has anyone allready got this working?
Cheers,
Sascha