aboutsummaryrefslogtreecommitdiff
path: root/utils/klish
Commit message (Collapse)AuthorAge
* klish: Remove unused libstdcpp dependencyRosen Penev2019-10-17
| | | | | | | | | | This is not a C++ project. Added PKG_BUILD_PARALLEL for faster compilation. Cleaned up Makefile to modern standards. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* klish: CONFIGURE_ARGS += --with-libxml2Takashi Umeno2018-05-08
| | | | Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
* klish: update to latest version (2.1.4)Takashi Umeno2018-05-07
| | | | Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* klish: Fix build errors with external toolchainsFlorian Fainelli2017-06-05
| | | | | | | | | | | | | | | | | We would first not be able to properly detect libxml2 because it's not automatically found, fix that by explicitly linking against it (and zlib a dependency). Then if we don't don't define X_OPEN_SOURCE=500, we would run into the following build error: clish/shell/shell_execute.c: In function 'clish_shell_exec_action': clish/shell/shell_execute.c:309:18: error: 'sigignore' undeclared (first use in this function) sa.sa_handler = sigignore; /* Empty signal handler */ ^ clish/shell/shell_execute.c:309:18: note: each undeclared identifier is reported only once for each function it appears in Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* klish: move to Shells submenuAlberto Bursi2016-10-23
| | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* klish: update to latest version (2.1.3)Takashi Umeno2016-08-11
| | | | Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
* klish: update to latest version (2.1.2)Takashi Umeno2016-08-09
| | | | Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
* klish: add new package (2.1.1)Takashi Umeno2016-07-02
The klish is a framework for implementing a CISCO-like CLI on a UNIX systems. It is configurable by XML files. The KLISH stands for Kommand Line Interface Shell. klish is an active fork of the clish program created by Graeme McKerrell. Makefile from https://dev.openwrt.org/browser/packages/utils/klish/Makefile?rev=31310 add SOB. add Maintainer. change URL http://libcode.org/projects/klish/files update to 2.1.1 (newest version). merge klish and konf package. [squash commits] Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com> Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>