Hello.
After I was unable to use 15.05 (whit wifi) on my WRT54GL, I decided that I will give it a try with barrier breaker.
This is (by my information) last known version of OpenWrt that works good with WiFi.
However I have troubles with image builder - to be more specific with make command.
First thing I spotted is that builder is made for 32bit system and I'm running 64bit debian system. Can this be the problem? I really think it can't be, but there is always a chance it is
I was searching web for solution and come across some fix tip which suggested adding space in line 19 after shell.sh word. but this fix did not help me, all it does is I don't have errors showing anymore and nothing is really happening.
Well, time to show an error I got:
$ make info
--: /.../OpenWrt-ImageBuilder-brcm-2.4-for-Linux-i686/include/shell.sh;: No such file or directory
--: /.../OpenWrt-ImageBuilder-brcm-2.4-for-Linux-i686/include/shell.sh;: No such file or directory
--: /.../OpenWrt-ImageBuilder-brcm-2.4-for-Linux-i686/include/shell.sh;: No such file or directory
Makefile:162: recipe for target 'info' failed
make: *** [info] Error 1
$ make help
--: /.../OpenWrt-ImageBuilder-brcm-2.4-for-Linux-i686/include/shell.sh;: No such file or directory
--: /.../OpenWrt-ImageBuilder-brcm-2.4-for-Linux-i686/include/shell.sh;: No such file or directory
--: /.../OpenWrt-ImageBuilder-brcm-2.4-for-Linux-i686/include/shell.sh;: No such file or directory
Makefile:51: recipe for target 'help' failed
make: *** [help] Error 1
---
Now I have another question which is a little off topic but I don't want to open a new thread for every question...
So, how is support for 802.1x with 2.4 kernel and brcm47xx chipset? Is it possible to achieve this?
Any help is really appreciated.