lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit fba5959f4e7d77ab75d24f5517e71847f0fdccb9
parent 0a66d54ae79113357c07efec3977a4485627a06f
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Sun, 30 Oct 2016 09:53:47 +0200

Merge pull request #3394 from bobafetthotmail/patch-20

stoken: move to Encryption submenu
Diffstat:
Mutils/stoken/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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