Tito is using broken kernel headers that pollute the namespace with every
authorRob Landley <rob@landley.net>
Tue, 6 Dec 2005 22:48:29 +0000 (22:48 -0000)
committerRob Landley <rob@landley.net>
Tue, 6 Dec 2005 22:48:29 +0000 (22:48 -0000)
commit02bab6869e274ab643b8e370f4e3f14cdc5edbaf
tree236676a875a198de738ff9031a2df054069ebfb8
parenta62b0e7459b376d0c02c31ad250329e4da67618d
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.
include/applets.h