summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:59 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:59 +0200
commit5bffd205f6a0ee9d5d63da22224bbd140eacdafe (patch)
treec9eb5270200138bb3c580bb3d3c1133f6961ebb2
parent156c1f453137db22408a57a4c9e1ec8b92eab751 (diff)
downloadbarebox-5bffd205f6a0ee9d5d63da22224bbd140eacdafe.tar.gz
barebox-5bffd205f6a0ee9d5d63da22224bbd140eacdafe.tar.xz
svn_rev_500
-rw-r--r--common/Kconfig1
-rw-r--r--common/Makefile2
2 files changed, 1 insertions, 2 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 6845d9c2a6..dae6251e5e 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -95,7 +95,6 @@ config CMD_EXEC
config CMD_ENVIRONMENT
bool
- depends on FS
prompt "envsave / envload"
config CMD_CLEAR
diff --git a/common/Makefile b/common/Makefile
index 5d843141c7..6978253a4d 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -18,7 +18,7 @@ obj-$(CONFIG_HUSH_PARSER) += hush.o
obj-$(CONFIG_SIMPLE_PARSER) += parser.o
obj-$(CONFIG_CMDLINE_EDITING) += readline.o
obj-$(CONFIG_SIMPLE_READLINE) += readline_simple.o
-obj-$(CONFIG_FS) += cmd_fs.o
+obj-y += cmd_fs.o
obj-y += exports.o
obj-y += main.o