Hi,

i'm trying to build the zaptel kernel module for ixp4xx, but having problems. Maybe someone can give me some hints.

the original zaptel Makefile tries to build the kernel module in this way (a bit patched already for getting correct path):

make -C  $(KSRC) SUBDIRS=$(PKG_BUILD_DIR) HOTPLUG_FIRMWARE=yes modules

which seems to work, but also seems to ignore the .config from the kernel directory:

CC [M]  ........../openwrt/build_armeb/zaptel-1.2.14/zaptel-base.o
cc1: error: unrecognized command line option "-maccumulate-outgoing-args"

looks for me, like it's building with x86 config but with cross-compiler.

any hints appreciated, even RTFM answers with links to specific ressources :)

Thanks,
--Roland