Hello everyone,
I`m trying to cross-compile a package to install it on my DIR-320 that is already running the Backfire-10.03.1-brcm47xx.
And now I`m stuck with the following problem:
fernando@fernando-1000H:~/OpenWrt-SDK-brcm47xx-for-Linux-i686-gcc-4.3.3+cs_uClibc-0.9.30.1$ make package/oml2/compile V=99make[3]: Entering directory `/home/fernando/OpenWrt-SDK-brcm47xx-for-Linux-i686-gcc-4.3.3+cs_uClibc-0.9.30.1/scripts/config'
make[3]: *** No rule to make target `mconf.o', needed by `mconf'. Stop.
make[3]: Leaving directory `/home/fernando/OpenWrt-SDK-brcm47xx-for-Linux-i686-gcc-4.3.3+cs_uClibc-0.9.30.1/scripts/config'
make[2]: *** [scripts/config/mconf] Error 2
make[1]: *** [.config] Error 2
make: *** [package/oml2/compile] Error 2
I have found a patch in this forum that suposily fix this. But it didint work with me. I don`t know if I`ve applied it correctly.
What I did is the following:
copied the patch to package/oml2/patches
patch -p1 < ./package/oml2/patches/100-mconf.patch
I got this -> patching file scripts/config/.gitignore
My .gitignore:
*.o
conf
mconf
mconf_check
lxdialog/lxdialog
*.*.c
What am I missing?
Thanks