I made mmc mod on my Buffalo WHR-G54s and now I'm trying to make sd-card partition to root partition. I followed instructions from http://oldwiki.openwrt.org/OpenWrtDocs% … HowTo.html I have created modified init script to /sbin/init and removed symlink to oldone. For some reason configurations are not read from /etc/config/bootfromexternalmedia although I have bootfromexternalmedia file that has configs as in the howto.
I tried to debug why the sript wont work. I made an echo line after configuration should be read. 'echo $gpiomask > /root/status.txt' and all that was in the file was empty line. So I quess that for some reason bootfromexternalmedia is not read.
Any way to fix this?