mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
gensio: disable cm108gpio gensio and prevent using libudev
libudev seems to be required only for cm108gpio gensio which is a relatively special one. Let's disable it and also the libudev lookup, so that there is no need to link/use libudev. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
@@ -47,8 +47,9 @@ CONFIGURE_ARGS += \
|
||||
--$(if $(CONFIG_GENSIO_GLIB),with,without)-glib \
|
||||
--$(if $(CONFIG_GENSIO_TCL),with,without)-tcl \
|
||||
--without-afskmdm \
|
||||
--without-ax25 \
|
||||
--without-alsa \
|
||||
--without-ax25 \
|
||||
--without-cm108gpio \
|
||||
--without-dnssd \
|
||||
--without-go \
|
||||
--without-ipmisol \
|
||||
@@ -56,6 +57,7 @@ CONFIGURE_ARGS += \
|
||||
--without-openipmi \
|
||||
--without-portaudio \
|
||||
--without-sound \
|
||||
--without-udev \
|
||||
--with-cplusplus \
|
||||
--with-flock-locking \
|
||||
--with-uucp-locking \
|
||||
|
||||
Reference in New Issue
Block a user