lede-packages-rs

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

commit 43dac9065df3bb6d7d2210b303ac7fb9298cbca0
parent 15077bebbc9b73792f1cb9a8c805de09a2c5b83f
Author: Alberto Bursi <starshipeleven@outlook.com>
Date:   Sun, 23 Oct 2016 18:35:48 +0200

klish: move to Shells submenu

Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat:
Mutils/klish/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/utils/klish/Makefile b/utils/klish/Makefile @@ -26,6 +26,7 @@ include $(INCLUDE_DIR)/package.mk define Package/klish/default SECTION:=utils CATEGORY:=Utilities + SUBMENU:=Shells TITLE:=Kommand Line Interface SHell ($(1)) URL:=http://libcode.org/projects/klish/ endef