Ok, some short digs into that information show, that it will be somewhere in between hard work and almost impossible to install openwrt on that device.
With 512k built in Flash and 1MB external Flash there is no chance. In newer versions its hard to squeeze openwrt into 4MB flash.
128kB SRAM are also a show-stopper!
Given that, I expect, that this is really an different stack than most of the other chinese routers UART-to-Wifi bridges.
For the Atmel devices there are some closed source TCP/IP stacks avaliable, which have a very small footprint.
So I assume, that this device runs very specific protocol-to-protocol-converters rather than a full-blown operating system.
The best hackable device I found up to is the ALLNET5003 (
http://www.allnet.de/entwicklungsplatformen.html?&L=12&tx_mmallnetproductplugin_pi1[showUid]=832789), which is sold to hardware manufactures for machine-2-machine communication. They don't do anything up to now, to be visible in the makers-market.
The device has: Wifi, 1 eth, serial console, own UART for communication, USB, I2C, SPI, 7 GPIO-ports, 32M Flash, 32M SRAM, openwrt is already ported.
The drawbacks are, that the formfactor is not quiet usable with breadboards and arduinos, as it has 1.27mm spacing on two times 20pins.
However avrdude is already existing for openwrt and I am trying right now to get the digispark-bootloader-wrapper compiled to openwrt. I have enhanced it in a way, that I can control digispark power with one of that GPIOs and an darlington transistor. So I should be able to restart the digispark right in time for uploading a sketch.
With the information about the USR-WIFI232-G I think, I will continue my work with the RT5350 compatible devices for the digispark.
regards
.g