commit dc55a94cde4c85a9f9495b96853db61a2f2c3413
parent 397bcb9a1cb753093462900b880ed239371dcb1c
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date: Sun, 23 Oct 2016 19:55:45 +0300
Merge pull request #3381 from bobafetthotmail/patch-7
serialconsole: move to Terminal submenu
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/utils/serialconsole/Makefile b/utils/serialconsole/Makefile
@@ -23,6 +23,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/serialconsole
SECTION:=utils
CATEGORY:=Utilities
+ SUBMENU:=Terminal
TITLE:=Serial Console - minimal terminal program
URL:=http://sourceforge.net/projects/serialconsole/
endef