From: Pavel Pisa Date: Sun, 2 Nov 2014 16:11:31 +0000 (+0100) Subject: RTEMS: use DHCP network configuartion for shell example. X-Git-Url: https://rtime.felk.cvut.cz/gitweb/orte.git/commitdiff_plain/32ceed0eb8e09a4e6f47d17df2905daad87c4734 RTEMS: use DHCP network configuartion for shell example. Signed-off-by: Pavel Pisa --- 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