Hi all,
as chef.altermundi.net is somewhat outdated I created a simplified
version called "Jefe" (Spanish for chef).
Currently it jefe.tk has the following features:
- Build latest stable 17.06 (dev tree could be added as well)
- Easy to find device, just type in the name
- Choose network profile
- Choose flavor
- Edit packages (if desired)
More features can be added, let me know what you need. This is a very
early version, let me know what you think!
Best,
Paul
Hi all,
While reading the openwrt wiki, I stumbled upon this paragraph:
https://wiki.openwrt.org/doc/uci/wireless#wifi_networks
A complete wireless configuration contains at least one wifi-iface
section per adapter to define a wireless network on top of the
hardware. Some drivers support multiple wireless networks per device:
broadcom if the core revision is greater or equal 9 (see dmesg | grep
corerev)
madwifi always supports multiple networks
mac80211 STA mode is supported. STA and AP at the same time is
supported as well.
So... we are using multiple-ap extensively and maybe some of the
devices that we can flash this on does not support them.
It might be interesting to add to our heuristics this check: if the
driver is not one of those, then use that radio only for one use.
What do you think?
Regards,