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 5f4ef02510..cb082cbdbc 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -5761,6 +5761,13 @@ system and gives an overview of their function and contents. | |||
5761 | :term:`OPKG_MAKE_INDEX_EXTRA_PARAMS` | 5761 | :term:`OPKG_MAKE_INDEX_EXTRA_PARAMS` |
5762 | Specifies extra parameters for the ``opkg-make-index`` command. | 5762 | Specifies extra parameters for the ``opkg-make-index`` command. |
5763 | 5763 | ||
5764 | :term:`OPKGBUILDCMD` | ||
5765 | The variable :term:`OPKGBUILDCMD` specifies the command used to build opkg | ||
5766 | packages when using the :ref:`ref-classes-package_ipk` class. It is | ||
5767 | defined in :ref:`ref-classes-package_ipk` as:: | ||
5768 | |||
5769 | OPKGBUILDCMD ??= 'opkg-build -Z zstd -a "${ZSTD_DEFAULTS}"' | ||
5770 | |||
5764 | :term:`OVERLAYFS_ETC_DEVICE` | 5771 | :term:`OVERLAYFS_ETC_DEVICE` |
5765 | When the :ref:`ref-classes-overlayfs-etc` class is | 5772 | When the :ref:`ref-classes-overlayfs-etc` class is |
5766 | inherited, specifies the device to be mounted for the read/write | 5773 | inherited, specifies the device to be mounted for the read/write |