Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -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/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user