diff options
Diffstat (limited to 'package/minicom')
-rw-r--r-- | package/minicom/minicom.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/minicom/minicom.mk b/package/minicom/minicom.mk index 6d0607f4d..06b023eab 100644 --- a/package/minicom/minicom.mk +++ b/package/minicom/minicom.mk @@ -10,7 +10,7 @@ MINICOM_LICENSE = GPLv2+ MINICOM_LICENSE_FILES = COPYING # pkg-config is only used to check for liblockdev, which we don't have -# in BR, so instead of adding host-pkg-config as a dependency, simply +# in BR, so instead of adding host-pkgconf as a dependency, simply # make sure the host version isn't used so we don't end up with problems # if people have liblockdev1-dev installed MINICOM_CONF_ENV = PKG_CONFIG=/bin/false |