This works: [code]$ tce-load -i compiletc libnl-dev openssl-dev
$ cd hostapd-2.6
$ cd hostapd
[edit Makefile]
CFLAGS = -MMD -Wall
[edit defconfig]
CONFIG_LIBNL32=y
$ cp defconfig .config
$ make V=1 CC="gcc -flto -fuse-linker-plugin -march=i486 -mtune=i...
$ cd hostapd-2.6
$ cd hostapd
[edit Makefile]
CFLAGS = -MMD -Wall
[edit defconfig]
CONFIG_LIBNL32=y
$ cp defconfig .config
$ make V=1 CC="gcc -flto -fuse-linker-plugin -march=i486 -mtune=i...