diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-10-30 09:53:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-30 09:53:47 +0200 |
commit | fba5959f4e7d77ab75d24f5517e71847f0fdccb9 (patch) | |
tree | 2eb39be7d2b402b30e4887f000f400322b2a684c /utils | |
parent | 0a66d54ae79113357c07efec3977a4485627a06f (diff) | |
parent | 4237b1e42ff93c343f3656dddec9e132a29fae0a (diff) |
Merge pull request #3394 from bobafetthotmail/patch-20
stoken: move to Encryption submenu
Diffstat (limited to 'utils')
-rw-r--r-- | utils/stoken/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/stoken/Makefile b/utils/stoken/Makefile index fb5464d54..1dc828c10 100644 --- a/utils/stoken/Makefile +++ b/utils/stoken/Makefile @@ -38,6 +38,7 @@ define Package/stoken $(call Package/stoken/Default) SECTION:=utils CATEGORY:=Utilities + SUBMENU:=Encryption DEPENDS:=+libstoken MENU:=1 endef |