NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_initaliaze. Modify all configurations: Make sure that CONFIG_LIB_BOARDCTL=y appears wherever CONFIG_NSH_ARCHINIT=y appears. Remove support for CONFIG_NSH_ARCHMAC. It is not used and there are better ways to do that operation

This commit is contained in:
Gregory Nutt
2015-03-31 12:14:16 -06:00
parent fdad367566
commit 15b90de919
93 changed files with 87 additions and 16 deletions
+1
View File
@@ -764,6 +764,7 @@ CONFIG_NSH_CONSOLE=y
#
# CONFIG_NSH_ALTCONDEV is not set
CONFIG_NSH_ARCHINIT=y
CONFIG_LIB_BOARDCTL=y
CONFIG_NSH_TELNET=y
CONFIG_NSH_TELNETD_PORT=23
CONFIG_NSH_TELNETD_DAEMONPRIO=100