diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-08-22 12:51:59 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-08-22 12:51:59 +0000 |
commit | 526a46c481015e7b69a21ff0dac12ba9f7bc18d6 (patch) | |
tree | 905cca29a65675004276612e3e3e60693b641dd1 | |
parent | 43a91ad55a12007735c620fd95c17c8c9eda38ce (diff) | |
download | buildroot-novena-526a46c481015e7b69a21ff0dac12ba9f7bc18d6.tar.gz buildroot-novena-526a46c481015e7b69a21ff0dac12ba9f7bc18d6.zip |
unset CONFIG_LAST
-rw-r--r-- | sources/busybox.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/busybox.config b/sources/busybox.config index c3fc03f3f..1477e3af8 100644 --- a/sources/busybox.config +++ b/sources/busybox.config @@ -252,6 +252,7 @@ CONFIG_REBOOT=y # CONFIG_CROND is not set # CONFIG_CRONTAB is not set CONFIG_DC=y +# CONFIG_LAST is not set # CONFIG_DUTMP is not set # CONFIG_HDPARM is not set # CONFIG_MAKEDEVS is not set |