[For next PATCH 1/1] defaultenv: fix typo in dhco bootp oftree

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Mon Sep 24 16:16:02 EDT 2012


it's global.dhcp.oftree

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
 defaultenv/bin/boot |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/defaultenv/bin/boot b/defaultenv/bin/boot
index 4e2056e..c17ccdb 100644
--- a/defaultenv/bin/boot
+++ b/defaultenv/bin/boot
@@ -51,7 +51,7 @@ if [ x$ip = xdhcp -o x$ip = "xdhcp-barebox" ]; then
 			kernelimage=${global.dhcp.bootfile}
 		fi
 		if [ x$global.dhcp.oftree_file} != x ]; then
-			oftreeimage=${global.dhcp_oftree_file}
+			oftreeimage=${global.dhcp.oftree_file}
 		fi
 	fi
 fi
-- 
1.7.10.4




More information about the barebox mailing list