[BusyBox-cvs] [BusyBox 0000316]: CONFIG_ symbol collision with linux 2.4 kernel autoconf.h

bugs at busybox.net bugs at busybox.net
Tue Jun 28 22:38:26 UTC 2005


The following issue has been SUBMITTED.
======================================================================
<http://busybox.net/bugs/view.php?id=316> 
======================================================================
Reported By:                mleslie
Assigned To:                BusyBox
======================================================================
Project:                    BusyBox
Issue ID:                   316
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
======================================================================
Date Submitted:             06-28-2005 15:38 PDT
Last Modified:              06-28-2005 15:38 PDT
======================================================================
Summary:                    CONFIG_ symbol collision with linux 2.4 kernel
autoconf.h
Description: 
The following config symbols collide with the uClinux 2.4.29-uc1 kernel
autoconf.h:

    CONFIG_SYSCTL
    CONFIG_TR
    CONFIG_WATCHDOG

For example, if you enable watchdog support in the kernel but not the
busybox applet, busybox applets.c will be made to include the call to
watchdog_main (CONFIG_WATCHDOG having been defined the kernel autoconf.h)
but the watchdog applet itself will not have been compiled. Compilation
fails.
======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-28-05 15:38 mleslie        New Issue                                    
======================================================================




More information about the busybox-cvs mailing list