On 08/23/2015 12:56 PM, Dirk Neukirchen wrote: > - sort firmware > - add newer firmware for Intel chipsets > - newer Intel MVM require firmware > - ucode 13 requires Kernel 4.1+ > > only compile tested
Have you looked if this would close any open feature requests / issues in OpenWrt trac? > Signed-off-by: Dirk Neukirchen <[email protected]> > --- > package/kernel/mac80211/Makefile | 198 > ++++++++++++++++++++++++++------------- > 1 file changed, 133 insertions(+), 65 deletions(-) > > + > + config IWL3160_FW > + bool "Intel 3160 Firmware" > + default y > + help > + Download and install firmware for: > + Intel Wireless WiFi 3160 > + > + config IWL3160_13_FW > + bool "Intel 3160 Firmware ucode 13 (4.1+)" > + default y > + depends on LINUX_4_1 > + help > + Download and install firmware for: > + Intel Wireless WiFi 3160 Does this really depend on the kernel version and not on the iwl driver version? OpenWrt uses the driver from a very recent wireless tree, so it should be equivalent to something between 4.2 and 4.3 now. I would suggest just using the most recent firmware files for the Intel wifi devices. Hauke _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
