diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 3466b47cd3..8ea372274d 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -5709,6 +5709,13 @@ system and gives an overview of their function and contents. | |||
5709 | :term:`OPKG_MAKE_INDEX_EXTRA_PARAMS` | 5709 | :term:`OPKG_MAKE_INDEX_EXTRA_PARAMS` |
5710 | Specifies extra parameters for the ``opkg-make-index`` command. | 5710 | Specifies extra parameters for the ``opkg-make-index`` command. |
5711 | 5711 | ||
5712 | :term:`OPKGBUILDCMD` | ||
5713 | The variable :term:`OPKGBUILDCMD` specifies the command used to build opkg | ||
5714 | packages when using the :ref:`ref-classes-package_ipk` class. It is | ||
5715 | defined in :ref:`ref-classes-package_ipk` as:: | ||
5716 | |||
5717 | OPKGBUILDCMD ??= 'opkg-build -Z zstd -a "${ZSTD_DEFAULTS}"' | ||
5718 | |||
5712 | :term:`OVERLAYFS_ETC_DEVICE` | 5719 | :term:`OVERLAYFS_ETC_DEVICE` |
5713 | When the :ref:`ref-classes-overlayfs-etc` class is | 5720 | When the :ref:`ref-classes-overlayfs-etc` class is |
5714 | inherited, specifies the device to be mounted for the read/write | 5721 | inherited, specifies the device to be mounted for the read/write |