Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
This commit is contained in:
parent
929e4cdd3b
commit
d5b6949c9f
@ -1324,3 +1324,5 @@
|
|||||||
(2015-06-16).
|
(2015-06-16).
|
||||||
* apps/netutils/thttpd: Missing gci-src as a dependency path when
|
* apps/netutils/thttpd: Missing gci-src as a dependency path when
|
||||||
building with BINFS enabled (2015-06-18).
|
building with BINFS enabled (2015-06-18).
|
||||||
|
* The apps/ directory has been removed from the NuttX GIT repository
|
||||||
|
and now stands alone in its own repository (2015-06-27).
|
||||||
|
2
Kconfig
2
Kconfig
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
menu "Built-In Applications"
|
menu "Built-In Applications"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config NXWIDGETS
|
config NXWIDGETS
|
||||||
|
@ -122,9 +122,9 @@ to the project. One must:
|
|||||||
2. In this directory there should be:
|
2. In this directory there should be:
|
||||||
|
|
||||||
- A Make.defs file that would be included by the apps/Makefile
|
- A Make.defs file that would be included by the apps/Makefile
|
||||||
- A Kconfig file that would be used by the configuration tool (see
|
- A Kconfig file that would be used by the configuration tool (see the
|
||||||
misc/tools/kconfig-language.txt). This Kconfig file should be
|
file kconfig-language.txt in the NuttX tools repository). This
|
||||||
included by the apps/Kconfig file
|
Kconfig file should be included by the apps/Kconfig file
|
||||||
- A Makefile, and
|
- A Makefile, and
|
||||||
- The application source code.
|
- The application source code.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
if BUILTIN
|
if BUILTIN
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
source "$APPSDIR/examples/adc/Kconfig"
|
source "$APPSDIR/examples/adc/Kconfig"
|
||||||
|
@ -210,7 +210,7 @@ examples/cxxtest
|
|||||||
This is a test of the C++ standard library. At present a port of the uClibc++
|
This is a test of the C++ standard library. At present a port of the uClibc++
|
||||||
C++ library is available. Due to licensing issues, the uClibc++ C++ library
|
C++ library is available. Due to licensing issues, the uClibc++ C++ library
|
||||||
is not included in the NuttX source tree by default, but must be installed
|
is not included in the NuttX source tree by default, but must be installed
|
||||||
(see misc/uClibc++/README.txt for installation).
|
(see the README.txt file in the uClibc++ download package for installation).
|
||||||
|
|
||||||
The uClibc++ test includes simple test of:
|
The uClibc++ test includes simple test of:
|
||||||
|
|
||||||
@ -348,8 +348,8 @@ examples/elf
|
|||||||
|
|
||||||
3. This example also requires genromfs. genromfs can be build as part of the
|
3. This example also requires genromfs. genromfs can be build as part of the
|
||||||
nuttx toolchain. Or can built from the genromfs sources that can be found
|
nuttx toolchain. Or can built from the genromfs sources that can be found
|
||||||
at misc/tools/genromfs-0.5.2.tar.gz. In any event, the PATH variable must
|
in the NuttX tools repository (genromfs-0.5.2.tar.gz). In any event, the
|
||||||
include the path to the genromfs executable.
|
PATH variable must include the path to the genromfs executable.
|
||||||
|
|
||||||
4. ELF size: The ELF files in this example are, be default, quite large
|
4. ELF size: The ELF files in this example are, be default, quite large
|
||||||
because they include a lot of "build garbage". You can greatly reduce the
|
because they include a lot of "build garbage". You can greatly reduce the
|
||||||
@ -1428,8 +1428,8 @@ examples/posix_spawn
|
|||||||
|
|
||||||
3. This example also requires genromfs. genromfs can be build as part of the
|
3. This example also requires genromfs. genromfs can be build as part of the
|
||||||
nuttx toolchain. Or can built from the genromfs sources that can be found
|
nuttx toolchain. Or can built from the genromfs sources that can be found
|
||||||
at misc/tools/genromfs-0.5.2.tar.gz. In any event, the PATH variable must
|
in the NuttX tools repository (genromfs-0.5.2.tar.gz). In any event, the
|
||||||
include the path to the genromfs executable.
|
PATH variable must include the path to the genromfs executable.
|
||||||
|
|
||||||
4. ELF size: The ELF files in this example are, be default, quite large
|
4. ELF size: The ELF files in this example are, be default, quite large
|
||||||
because they include a lot of "build garbage". You can greatly reduce the
|
because they include a lot of "build garbage". You can greatly reduce the
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_ADC
|
config EXAMPLES_ADC
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_AJOYSTICK
|
config EXAMPLES_AJOYSTICK
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_BASTEST
|
config EXAMPLES_BASTEST
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_BRIDGE
|
config EXAMPLES_BRIDGE
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_BUTTONS
|
config EXAMPLES_BUTTONS
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_CAN
|
config EXAMPLES_CAN
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_CC3000BASIC
|
config EXAMPLES_CC3000BASIC
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_CONFIGDATA
|
config EXAMPLES_CONFIGDATA
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_CPUHOG
|
config EXAMPLES_CPUHOG
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_CXXTEST
|
config EXAMPLES_CXXTEST
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_DHCPD
|
config EXAMPLES_DHCPD
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_DISCOVER
|
config EXAMPLES_DISCOVER
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_DJOYSTICK
|
config EXAMPLES_DJOYSTICK
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_ELF
|
config EXAMPLES_ELF
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_FLASH_TEST
|
config EXAMPLES_FLASH_TEST
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_FTPC
|
config EXAMPLES_FTPC
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_FTPD
|
config EXAMPLES_FTPD
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_HELLO
|
config EXAMPLES_HELLO
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_HELLOXX
|
config EXAMPLES_HELLOXX
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_HIDKBD
|
config EXAMPLES_HIDKBD
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_I2SCHAR
|
config EXAMPLES_I2SCHAR
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_IGMP
|
config EXAMPLES_IGMP
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_JSON
|
config EXAMPLES_JSON
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_KEYPADTEST
|
config EXAMPLES_KEYPADTEST
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_LCDRW
|
config EXAMPLES_LCDRW
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_LTDC
|
config EXAMPLES_LTDC
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_MM
|
config EXAMPLES_MM
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_MODBUS
|
config EXAMPLES_MODBUS
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_MOUNT
|
config EXAMPLES_MOUNT
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_MTDPART
|
config EXAMPLES_MTDPART
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_MTDRWB
|
config EXAMPLES_MTDRWB
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_NETPKT
|
config EXAMPLES_NETPKT
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_NETTEST
|
config EXAMPLES_NETTEST
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_NRF24L01TERM
|
config EXAMPLES_NRF24L01TERM
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_NSH
|
config EXAMPLES_NSH
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_NULL
|
config EXAMPLES_NULL
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_NX
|
config EXAMPLES_NX
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_NXFFS
|
config EXAMPLES_NXFFS
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_NXFLAT
|
config EXAMPLES_NXFLAT
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_NXHELLO
|
config EXAMPLES_NXHELLO
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_NXIMAGE
|
config EXAMPLES_NXIMAGE
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_NXLINES
|
config EXAMPLES_NXLINES
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_NXTERM
|
config EXAMPLES_NXTERM
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_NXTEXT
|
config EXAMPLES_NXTEXT
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_OSTEST
|
config EXAMPLES_OSTEST
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_PASHELLO
|
config EXAMPLES_PASHELLO
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_PIPE
|
config EXAMPLES_PIPE
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_POLL
|
config EXAMPLES_POLL
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_POSIXSPAWN
|
config EXAMPLES_POSIXSPAWN
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_PPPD
|
config EXAMPLES_PPPD
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_PWM
|
config EXAMPLES_PWM
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_QENCODER
|
config EXAMPLES_QENCODER
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_RANDOM
|
config EXAMPLES_RANDOM
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_RELAYS
|
config EXAMPLES_RELAYS
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_RGMP
|
config EXAMPLES_RGMP
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_ROMFS
|
config EXAMPLES_ROMFS
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_SENDMAIL
|
config EXAMPLES_SENDMAIL
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_SERIALBLASTER
|
config EXAMPLES_SERIALBLASTER
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_SERIALRX
|
config EXAMPLES_SERIALRX
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_SERLOOP
|
config EXAMPLES_SERLOOP
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_SLCD
|
config EXAMPLES_SLCD
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_SMART
|
config EXAMPLES_SMART
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_SMART_TEST
|
config EXAMPLES_SMART_TEST
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_TCPECHO
|
config EXAMPLES_TCPECHO
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_TELNETD
|
config EXAMPLES_TELNETD
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_THTTPD
|
config EXAMPLES_THTTPD
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_TIFF
|
config EXAMPLES_TIFF
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_TIMER
|
config EXAMPLES_TIMER
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_TOUCHSCREEN
|
config EXAMPLES_TOUCHSCREEN
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_UDGRAM
|
config EXAMPLES_UDGRAM
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_UDP
|
config EXAMPLES_UDP
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_UNIONFS
|
config EXAMPLES_UNIONFS
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_USBSERIAL
|
config EXAMPLES_USBSERIAL
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_USBTERM
|
config EXAMPLES_USBTERM
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_USTREAM
|
config EXAMPLES_USTREAM
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_WATCHDOG
|
config EXAMPLES_WATCHDOG
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_WEBSERVER
|
config EXAMPLES_WEBSERVER
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_WGET
|
config EXAMPLES_WGET
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_WGETJSON
|
config EXAMPLES_WGETJSON
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EXAMPLES_XMLRPC
|
config EXAMPLES_XMLRPC
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config TIFF
|
config TIFF
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config GRAPHICS_SCREENSHOT
|
config GRAPHICS_SCREENSHOT
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
if GRAPHICS_TRAVELER
|
if GRAPHICS_TRAVELER
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
source "$APPSDIR/interpreters/bas/Kconfig"
|
source "$APPSDIR/interpreters/bas/Kconfig"
|
||||||
@ -10,10 +10,11 @@ config INTERPRETERS_PCODE
|
|||||||
bool "Pascal p-code interpreter"
|
bool "Pascal p-code interpreter"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for the Pascal p-code interpreter. See README file at misc/pascal
|
Enable support for the Pascal p-code interpreter. See the README.txt
|
||||||
and also the README.txt file in the apps/interpreter directory. Use of this
|
file at located in the NuttX Pascal repository and also the
|
||||||
configuration implies that you have performed the required installation of the
|
README.txt file in the apps/interpreter directory. Use of this
|
||||||
Pascal run-time code.
|
configuration implies that you have performed the required
|
||||||
|
installation of the Pascal run-time code.
|
||||||
|
|
||||||
if INTERPRETERS_PCODE
|
if INTERPRETERS_PCODE
|
||||||
endif
|
endif
|
||||||
|
@ -137,8 +137,8 @@ pcode
|
|||||||
-----
|
-----
|
||||||
|
|
||||||
At present, only the NuttX Pascal add-on is supported. This NuttX add-on
|
At present, only the NuttX Pascal add-on is supported. This NuttX add-on
|
||||||
must be downloaded separately (or is available in an GIT snapshot in the
|
must be downloaded separately (or is available from the Nuttx Pascal GIT
|
||||||
misc/pascal directory).
|
repository).
|
||||||
|
|
||||||
This Pascal add-on must be installed into the NuttX apps/ directory. After
|
This Pascal add-on must be installed into the NuttX apps/ directory. After
|
||||||
unpacking the Pascal add-on package, an installation script and README.txt
|
unpacking the Pascal add-on package, an installation script and README.txt
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config INTERPRETERS_BAS
|
config INTERPRETERS_BAS
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config INTERPRETERS_FICL
|
config INTERPRETERS_FICL
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config INTERPRETERS_MICROPYTHON
|
config INTERPRETERS_MICROPYTHON
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config MODBUS
|
config MODBUS
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
comment "Networking Utilities"
|
comment "Networking Utilities"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config NETUTILS_CODECS
|
config NETUTILS_CODECS
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config NETUTILS_DHCPC
|
config NETUTILS_DHCPC
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# For a description of the syntax of this configuration file,
|
# For a description of the syntax of this configuration file,
|
||||||
# see misc/tools/kconfig-language.txt.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config NETUTILS_DHCPD
|
config NETUTILS_DHCPD
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user