diff options
author | Matt Kraai | 2001-07-23 14:52:08 +0000 |
---|---|---|
committer | Matt Kraai | 2001-07-23 14:52:08 +0000 |
commit | 439e3df65300100e4b63580141eaa238c30431d5 (patch) | |
tree | f74320f9994faf4d68826c95cb8d043e35d3a685 /Config.h | |
parent | 0139ca92ff4b960e904d18bc0254499e163e2545 (diff) | |
download | busybox-439e3df65300100e4b63580141eaa238c30431d5.zip busybox-439e3df65300100e4b63580141eaa238c30431d5.tar.gz |
Add support for devfs device names.
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -407,6 +407,9 @@ // Support for TELNET to pass TERM type to remote host. Adds 384 bytes. #define BB_FEATURE_TELNET_TTYPE // +// Support for devfs. +//#define BB_FEATURE_DEVFS +// // End of Features List // // |