9
0
Fork 0

defaultenv: add support of oftree file pass via dhcp (option 224)

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2012-04-08 11:27:22 +02:00 committed by Sascha Hauer
parent b00be49bdb
commit 1ffc13cf3c
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ if [ x$ip = xdhcp -o x$ip = "xdhcp-barebox" ]; then
if [ x$bootfile != x ]; then
kernelimage=$bootfile
fi
if [ x$dhcp_oftree_file != x ]; then
oftreeimage=$dhcp_oftree_file
fi
fi
fi