commit | 02bab6869e274ab643b8e370f4e3f14cdc5edbaf | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Tue Dec 06 22:48:29 2005 +0000 |
committer | Rob Landley <rob@landley.net> | Tue Dec 06 22:48:29 2005 +0000 |
tree | 236676a875a198de738ff9031a2df054069ebfb8 | |
parent | a62b0e7459b376d0c02c31ad250329e4da67618d [diff] |
Tito is using broken kernel headers that pollute the namespace with every CONFIG_ symbol in the kernel, and this clashes with busybox's CONFIG_TR and CONFIG_WATCHDOG, causing applets.h to barf if they're not switched on (since the broken headers don't affect kconfig or the makefiles). Since such broken kernel headers are common enough to crop up every few months, a simple work around is to move TR and WATCHDOG from CONFIG_ to ENABLE_ early.