9
0
Fork 0

defaultenv/bin/update: let /env/config set default values

this patch allows for example device_type to be fixed in /env/config
(useful for configurations with only one memory type).

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Eric Bénard 2011-01-07 17:35:29 +01:00 committed by Sascha Hauer
parent d15cfafeef
commit ec604a5448
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
#!/bin/sh
. /env/config
type=""
device_type=""
check=n
mode=tftp
. /env/config
while getopt "ht:d:f:m:c" Option
do
if [ ${Option} = t ]; then