diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-29 10:08:39 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-29 10:08:39 +0000 |
commit | 574f5d250596e93a2b6154a0a2e08e3f0ad593f0 (patch) | |
tree | bb4018998c06d1a14a46efa39f0f36141c58d455 /package | |
parent | 6b9256a13848cb902c0e8ce105839283ae6d4640 (diff) | |
download | buildroot-novena-574f5d250596e93a2b6154a0a2e08e3f0ad593f0.tar.gz buildroot-novena-574f5d250596e93a2b6154a0a2e08e3f0ad593f0.zip |
- update defconfig to current versions and a minimal package selection
Diffstat (limited to 'package')
-rw-r--r-- | package/hdparm/Config.in | 2 | ||||
-rw-r--r-- | package/sudo/Config.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/hdparm/Config.in b/package/hdparm/Config.in index 0b65fe389..61d06fe0f 100644 --- a/package/hdparm/Config.in +++ b/package/hdparm/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_HDPARM bool "hdparm" - default y + default n help hdparm - get/set hard disk parameters for Linux IDE drives. diff --git a/package/sudo/Config.in b/package/sudo/Config.in index 7d21852ff..065f9ab1f 100644 --- a/package/sudo/Config.in +++ b/package/sudo/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_SUDO bool "sudo" - default y + default n help Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give |