This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27033
Commits
1
Branch
46 MiB
Tree:
afea2bcafc
lilik-openwrt-22.03
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'afea2bcafc'
${ noResults }
openwrt-packages-dist
/
utils
/
dbus
/
Config.in
7 lines
92 B
Raw
Normal View
History
dbus: add debug compile option 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>
3 years ago
if PACKAGE_dbus
config DBUS_VERBOSE
bool "Enable verbose error strings"
default n
endif