Browse Source

Merge pull request #18079 from TDT-AG/pr/20220316-libqmi-libmbim

ibqmi/libmbim: fix configure warning on unrecognized options
lilik-openwrt-22.03
Florian Eckert 2 years ago
committed by GitHub
parent
commit
d3df3fed26
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions
  1. +1
    -3
      libs/libmbim/Makefile
  2. +0
    -1
      libs/libqmi/Makefile

+ 1
- 3
libs/libmbim/Makefile View File

@ -28,8 +28,7 @@ CONFIGURE_ARGS += \
--disable-gtk-doc \
--disable-gtk-doc-html \
--disable-gtk-doc-pdf \
--disable-silent-rules \
--enable-more-warnings=yes
--disable-silent-rules
define Package/libmbim
SECTION:=libs
@ -57,7 +56,6 @@ define Package/mbim-utils
endef
CONFIGURE_ARGS += \
--without-udev \
--without-udev-base-dir
define Build/InstallDev


+ 0
- 1
libs/libqmi/Makefile View File

@ -66,7 +66,6 @@ CONFIGURE_ARGS += \
--disable-gtk-doc-pdf \
--disable-silent-rules \
--enable-firmware-update \
--enable-more-warnings=yes \
--without-udev \
--without-udev-base-dir


Loading…
Cancel
Save