I'm trying out the interdiff by Eduard but get the below error when trying to install the new package. Do you guys know what's wrong?
Sat May 2 20:28:51 CEST 2015
/bin/sh: line 0: [: : integer expression expected
/bin/sh: line 0: [: : integer expression expected
Wireless Extension is the only possible API for this kernel version
Using Wireless Extension API
KBUILD_NOPEDANTIC=1 make -C /lib/modules/4.1.0-rc1/build M=`pwd`
make[1]: Entering directory '/home/anders/git/linux'
CFG80211 API is prefered for this kernel version
Using CFG80211 API
Kernel architecture is X86_64
Building modules, stage 2.
CFG80211 API is prefered for this kernel version
Using CFG80211 API
Kernel architecture is X86_64
MODPOST 1 modules
FATAL: modpost: GPL-incompatible module wl.ko uses GPL-only symbol 'cpu_tss'
scripts/Makefile.modpost:90: recipe for target '__modpost' failed
make[2]: *** [__modpost] Error 1
Makefile:1386: recipe for target 'modules' failed
make[1]: *** [modules] Error 2
make[1]: Leaving directory '/home/anders/git/linux'
Makefile:158: recipe for target 'all' failed
make: *** [all] Error 2