|
Has anybody suceeded in setting up backports compat-wireless, compat-drivers ?
http://drvbp1.linux-foundation.org/~mcgrof/rel-html/backports/
The concept is interesting to reuse old devices with the new boards. So far I haven't succeded:
root@OrangePI:/usr/src# cd backports-4.2.6-1
root@OrangePI:/usr/src/backports-4.2.6-1# make defconfig-wifi
cc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o conf.o conf.c
conf.c:6:20: fatal error: locale.h: No such file or directory
#include <locale.h>
^
compilation terminated.
<builtin>: recipe for target 'conf.o' failed
make[2]: *** [conf.o] Error 1
Makefile.real:41: recipe for target 'defconfig-wifi' failed
make[1]: *** [defconfig-wifi] Error 2
Makefile:40: recipe for target 'defconfig-wifi' failed
make: *** [defconfig-wifi] Error 2
I was trying alternatively to build the old driver for RTL-8187
http://www.aircrack-ng.org/doku.php?id=r8187
Errors :
root@OrangePI:/usr/src/rtl8187_linux_26.1010.0622.2006# make ARCH=arm CROSS_COMPILE= -C /lib/modules/$(uname -r)/build M=/usr/src/rtl8187_linux_26.1010.0622.2006/beta-8187 modules
make: Entering directory '/usr/src/trunk/linux-3.4'
CC [M] /usr/src/rtl8187_linux_26.1010.0622.2006/beta-8187/r8187_core.o
gcc: error: -mfloat-abi=soft and -mfloat-abi=hard may not be used together
scripts/Makefile.build:307: recipe for target '/usr/src/rtl8187_linux_26.1010.0622.2006/beta-8187/r8187_core.o' failed
make[1]: *** [/usr/src/rtl8187_linux_26.1010.0622.2006/beta-8187/r8187_core.o] Error 1
Makefile:1365: recipe for target '_module_/usr/src/rtl8187_linux_26.1010.0622.2006/beta-8187' failed
make: *** [_module_/usr/src/rtl8187_linux_26.1010.0622.2006/beta-8187] Error 2
make: Leaving directory '/usr/src/trunk/linux-3.4'
make[2]: Leaving directory '/usr/src/trunk/linux-3.4'
make[1]: Leaving directory '/usr/src/rtl8187_linux_26.1010.0622.2006/beta-8187'
|
|