add a printenv implementation

This commit is contained in:
Mike Frysinger
2005-04-21 23:23:13 +00:00
parent c0bc9652fd
commit 6d1d2e59bf
3 changed files with 59 additions and 0 deletions

View File

@@ -164,6 +164,12 @@ config CONFIG_ENV
a command; without options it displays the current
environment.
config CONFIG_PRINTENV
bool "printenv"
default n
help
printenv is used to print all or part of environment.
config CONFIG_EXPR
bool "expr"
default n