mirror of
https://github.com/openwrt/packages.git
synced 2025-07-21 17:39:25 +00:00
To simplify the debugging of dbus problems, the VERBOSE option for the dbus can now be switched on via make menuconfig. This is switched off by default. If this is switched on, the dbus package must be recompiled. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
8 lines
92 B
Plaintext
8 lines
92 B
Plaintext
if PACKAGE_dbus
|
|
|
|
config DBUS_VERBOSE
|
|
bool "Enable verbose error strings"
|
|
default n
|
|
|
|
endif
|