When compiling with jffs2, I run into this problem where the compilation becomes interactive...
---snip---
patching file include/asm-ppc/signal.h
patching file include/asm-s390/signal.h
patching file include/asm-s390x/signal.h
patching file include/asm-sh/signal.h
patching file include/asm-sparc/signal.h
patching file include/asm-sparc64/signal.h
Applying ./patches/generic/111-bridging_performance.patch using plaintext:
patching file net/core/dev.c
Applying ./patches/generic/111-netfilter_NETMAP.patch using plaintext:
patching file Documentation/Configure.help
patching file net/ipv4/netfilter/Config.in
Hunk #1 succeeded at 66 (offset -3 lines).
patching file net/ipv4/netfilter/ipt_NETMAP.c
patching file net/ipv4/netfilter/Makefile
Hunk #1 succeeded at 108 (offset -2 lines).
Applying ./patches/generic/112-bridging_performance.patch using plaintext:
patching file net/core/dev.c
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file net/core/dev.c.rej
Patch failed! Please fix ./patches/generic/112-bridging_performance.patch!
make[3]: *** [/usr/src/openwrt/build_mipsel/linux/.patched] Error 1
make[3]: Leaving directory `/usr/src/openwrt/target/linux/linux-2.4'
make[2]: *** [2.4/brcm-prepare] Error 2
make[2]: Leaving directory `/usr/src/openwrt/target/linux'
make[1]: *** [linux-prepare] Error 2
make[1]: Leaving directory `/usr/src/openwrt/target'
make: *** [target_compile] Error 2
---snip---
Note that:
1. Compilation completes cleanly where I select squashfs instead of jffs2.
2. I do have all required packages
Although I did experiment with answering the yes and no questions differently, in the end I was never successful. Can someone tell me where I need to look next, or if anyone has had the same problem?
Thankyou in advance, and I appoligise if this is a repeat, however I did a few searches hear with 0 results so I am assuming it is not.
Nima