diff options
Diffstat (limited to 'package/picocom')
| -rw-r--r-- | package/picocom/Config.in | 15 | ||||
| -rw-r--r-- | package/picocom/Makefile | 4 |
2 files changed, 3 insertions, 16 deletions
diff --git a/package/picocom/Config.in b/package/picocom/Config.in deleted file mode 100644 index be5400182..000000000 --- a/package/picocom/Config.in +++ /dev/null @@ -1,15 +0,0 @@ -config ADK_PACKAGE_PICOCOM - prompt "picocom........................... minimal dumb-terminal emulation program" - tristate - default n - help - As its name suggests, picocom is a minimal dumb-terminal emulation - program. It is, in principle, very much like minicom, only it's pico - instead of mini! It was designed to serve as a simple, manual, modem - configuration, testing, and debugging tool. It has also served (quite - well) as a low-tech "terminal-window" to allow operator intervention - in PPP connection scripts. It could also prove useful in many other - similar tasks. - - http://efault.net/npat/hacks/picocom/ - diff --git a/package/picocom/Makefile b/package/picocom/Makefile index 2b7fe906f..8fc72b85c 100644 --- a/package/picocom/Makefile +++ b/package/picocom/Makefile @@ -16,7 +16,9 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,PICOCOM,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -BUILD_STYLE:= auto +CONFIG_STYLE:= manual +INSTALL_STYLE:= manual + ALL_TARGET:= picocom do-install: |
