summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-02-28 00:08:58 +0100
committerDirk von Suchodoletz2008-02-28 00:08:58 +0100
commit6ca4b7999c3f75a4598db6c675934408d3aa3c2a (patch)
treedfd16dfe745199af4308b2c67ed3ea3743d02430 /tools
parent* fixed incorrect use of quotes (spotted by Dirk) (diff)
downloadcore-6ca4b7999c3f75a4598db6c675934408d3aa3c2a.tar.gz
core-6ca4b7999c3f75a4598db6c675934408d3aa3c2a.tar.xz
core-6ca4b7999c3f75a4598db6c675934408d3aa3c2a.zip
Some changes to cdboot init. The next busybox should contain the
ipcalc applet (to replace shell code in functions) and do not need the hostid applet. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1582 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'tools')
-rw-r--r--tools/busybox.config6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/busybox.config b/tools/busybox.config
index e76a8114..aca058db 100644
--- a/tools/busybox.config
+++ b/tools/busybox.config
@@ -172,7 +172,7 @@ CONFIG_FALSE=y
# CONFIG_FOLD is not set
CONFIG_HEAD=y
# CONFIG_FEATURE_FANCY_HEAD is not set
-CONFIG_HOSTID=y
+# CONFIG_HOSTID is not set
CONFIG_ID=y
# CONFIG_INSTALL is not set
# CONFIG_FEATURE_INSTALL_LONG_OPTIONS is not set
@@ -611,8 +611,8 @@ CONFIG_FEATURE_IP_TUNNEL=y
# CONFIG_IPROUTE is not set
# CONFIG_IPTUNNEL is not set
# CONFIG_IPRULE is not set
-# CONFIG_IPCALC is not set
-# CONFIG_FEATURE_IPCALC_FANCY is not set
+CONFIG_IPCALC=y
+CONFIG_FEATURE_IPCALC_FANCY=y
# CONFIG_FEATURE_IPCALC_LONG_OPTIONS is not set
# CONFIG_NAMEIF is not set
# CONFIG_FEATURE_NAMEIF_EXTENDED is not set