iching808 0 Newbie Poster

I what to flash a router (linksys WRT54G V7) with whiterussian firmware I downloaded for it, but when I run make from the whiterussian dir first it wouldn't work because it was not on a case sensitive fs. So I created a disk image with case sensitive mac fs, copied the folder there, but then when I try make in *that* dir it is not working.

this is from the terminal:

bash-3.2$ make
cp .config .config.test
scripts/configtest.pl
make -C toolchain install
cc -I./include -o /Volumes/OpenWRTbuild/whiterussian-0.9/toolchain_build_mipsel/utils/sstrip src/sstrip.c
src/sstrip.c:373:2: error: #error unkown endianness
make[2]: *** [/Volumes/OpenWRTbuild/whiterussian-0.9/toolchain_build_mipsel/utils/sstrip] Error 1
make[1]: *** [utils-compile] Error 2
make: *** [toolchain/install] Error 2
bash-3.2$

I suppose I'm really out of my depth here but I thought it would work :) Any advice where to go to read up / start ?