I am trying to add a new OpenWrt target by introducing a new set of files under target/linux/<target>/.
I would like to avoid applying any generic kernel patches for this target, however I'm unable to work out how to do this, other than to just remove all generic patches and files prior to the build: $ rm -Rf target/linux/generic-2.6/patches-2.6.27/* $ rm -Rf target/linux/generic-2.6/files-2.6.27/* $ rm -Rf target/linux/generic-2.6/files/* This is not ideal as I'd like to leave to OpenWrt files untouched. I don't care how much complexity I add to my own target makefile. I have tried redefining GENERIC_PLATFORM_DIR, GENERIC_PLATFORM_DIR, GENERIC_FILES_DIR to a dummy empty location after including target.mk, however nothing I do seems to work. Suggestions most welcome. thanks, Simon. _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel