aboutsummaryrefslogtreecommitdiff
path: root/utils/cmdpad
Commit message (Collapse)AuthorAge
* cmdpad: fix bad scanf formatRosen Penev2022-01-30
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* cmdpad: Fix compilation with muslRosen Penev2019-07-06
| | | | | | | | When passing -Wimplicit-function-declaration Also got rid of std=gnu89. It's easy to patch out. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* cmdpad: Fix compileRosen Penev2018-10-11
| | | | | | | Since the switch to GCC7, this has not compiled as it assumes gnu89 behavior. -fgnu89-inlining is not enough so use std=gnu89. Signed-off-by: Rosen Penev <rosenp@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>
* cmdpad, pcsc-lite, slide-switch, stoken: shorten titleHannu Nyman2017-04-27
| | | | | | | | | Longest package titles are not shown in the menuconfig, which decreases manuconfig usability. Shorten some of the longest titles. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* utils: Fix typos (found by codespell)Stefan Weil2016-03-26
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* Import cmdpad from oldpackages, add copyright, pkg infoTed Hess2014-07-18
Signed-off-by: Ted Hess <thess@kitschensync.net>