Quoting bifferos <[EMAIL PROTECTED]>: > I think he means ones like this: > https://dev.openwrt.org/browser/trunk/target/linux/generic-2.6/config-2.6.27 > > I'd really love this to be fixed, because it makes building custom > kernels a nuisance. Presumably it's done this way because it makes > things simpler in terms of supporting newly released kernels > for all the various target profiles? > > I get around this by piping a file full of carriage returns into the > build process - not exactly elegant.
actually, the normal way to handle that is: $ yes '' | make oldconfig the "yes" command simply churns out its argument as long as it's read. rday _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel