Bug#210359: kernel CONFIG_TR interferes with busybox CONFIG_TR

2003-09-15 Thread Erik Andersen
On Thu Sep 11, 2003 at 12:48:55AM +0100, Richard Hirst wrote: > package: busybox-cvs > version: 0.60.99.cvs20030819 > > On ia64 the kernel has CONFIG_TR undefined (token ring). The busybox > build pulls in /usr/include/linux/autoconf.h, which includes the line > > #undef CONFIG_TR > > That resu

Bug#210359: kernel CONFIG_TR interferes with busybox CONFIG_TR

2003-09-10 Thread Richard Hirst
package: busybox-cvs version: 0.60.99.cvs20030819 On ia64 the kernel has CONFIG_TR undefined (token ring). The busybox build pulls in /usr/include/linux/autoconf.h, which includes the line #undef CONFIG_TR That results in the 'tr' applet being disabled in the config-udeb build. The include seq