From 32ceed0eb8e09a4e6f47d17df2905daad87c4734 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Sun, 2 Nov 2014 17:11:31 +0100 Subject: [PATCH] RTEMS: use DHCP network configuartion for shell example. Signed-off-by: Pavel Pisa --- orte/examples/rtems-shell/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/examples/rtems-shell/init.c b/orte/examples/rtems-shell/init.c index e19c0e6..37293b4 100644 --- a/orte/examples/rtems-shell/init.c +++ b/orte/examples/rtems-shell/init.c @@ -64,7 +64,7 @@ #endif #endif -#include "networkconfig-static.h" +#include "networkconfig.h" #if RTEMS_VER_CODE < VER_CODE(4,7,99) #define rtems_shell_add_cmd shell_add_cmd -- 2.39.2