I could make it work and built an image, which is good.
Unfortunately, this image lacks the wireless-tools package for some reason, so there is no iwconfig command. How do I choose to build the image with that package included?
make menuconfig does not work ("ERROR: Specified Target Does Not Exist") and make custom does not show the menu anymore (it did the first time I used it, now it does not anymore, it jumps straight to recompiling Gargoyle).
It's probably reading your config and going straight in.
Could do a make clean or make distclean first.
If iwconfig is part of wireless tools then either find it in the make menu or add
CONFIG_PACKAGE_wireless-tools=y
What are you trying to achieve by the way?
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
I managed to do it, but as I said, there is no wireless-tools. Which is weird since it should come by default, right? In fact, the connected wireless hosts list in the web manager breaks without iwconfig, so I imagined it would be mandatory to have.
To make the firmware fit on the router it was removed. An attempt was made to make sure the rest of the firmware worked fine.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
I guess you'll have to update that part of the web manager to make it use iw instead of iwconfig. It uses iw already to get the list of connected users, but you rely on iwconfig to enumerate the interfaces.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.