On Wed, Jul 15, 2009 at 4:09 PM, Philip A. Prindeville<philipp_subx@xxxxxxxxxxxxxxxxxxxxx> wrote: > Also, a list of what CONFIG_xxx symbols I need to turn off to ensure > that there is no "residue" left over from the kernel build to interfere > with the compat-wireless build would be helpful (or alternatively, > what's the bare essential list of CONFIG_xxx symbols that need to be > enabled to "hook" compat-wireless into an existing kernel). At least CONFIG_{CFG80211,MAC80211}=m but you'll likely need to experiment. > Looking at the Makefiles, it doesn't seem that cross-compilation is > ready out-of-the-box: Perhaps it isn't for the installation stuff, but I've had no problems building the modules with a cross compiler. And you said you wanted to customize installation anyway (just copy the built modules under 'kernel' if that's what you want. It doesn't matter where they live as long as depmod finds them;'updates' is nice for rollback, however.) Here's my dumb cross compilation script, make-arm.sh: #!/bin/bash DIR=/home/bob/ext/linux-2.6 XGCC=/home/bob/projects/xgcc export PATH="$XGCC/arm-2008q3/bin/:$PATH" make ARCH=arm CROSS_COMPILE=arm-none-eabi- KLIB=$DIR KLIB_BUILD=$DIR "$@" > Please reply to me directly (or even on Cc). I tried to join the list a > couple of weeks ago, but my request hasn't yet been processed. Perhaps try again? majordomo can be slow but two weeks slow sounds off... -- Bob Copeland %% www.bobcopeland.com -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html