Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -1,11 +1,12 @@
config BR2_PACKAGE_NANOCOM
bool "nanocom"
help
Nanocom is based upon microcom (http://microcom.port5.com/) but
removes the scripting and logging features while introducing support
for setting local/remote echo, parity and stop bits. It also follows
a more standard command line style using the getopt function.
Internally much of the code has been rewritten and reformatted, the
menu system in particular is almost entirely different.
Nanocom is based upon microcom (http://microcom.port5.com/)
but removes the scripting and logging features while
introducing support for setting local/remote echo, parity
and stop bits. It also follows a more standard command line
style using the getopt function. Internally much of the
code has been rewritten and reformatted, the menu system in
particular is almost entirely different.
http://nanocom.sourceforge.net/

View File

@@ -8,7 +8,7 @@ NANOCOM_VERSION = 1.0
NANOCOM_SOURCE = nanocom.tar.gz
NANOCOM_SITE = http://downloads.sourceforge.net/project/nanocom/nanocom/v$(NANOCOM_VERSION)
NANOCOM_STRIP_COMPONENTS = 0
NANOCOM_LICENSE = GPLv2+
NANOCOM_LICENSE = GPL-2.0+
NANOCOM_LICENSE_FILES = COPYING
define NANOCOM_BUILD_CMDS