340d854542
* simplified Makefile (thanks Nico!) * moved the branches into an extra feed * updated the init script to match the latest features git-svn-id: svn://svn.openwrt.org/openwrt/packages@22017 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
406 B
Plaintext
14 lines
406 B
Plaintext
|
|
config KMOD_BATMAN_ADV_DEBUG_LOG
|
|
bool "enable verbose debug logging"
|
|
depends PACKAGE_kmod-batman-adv
|
|
default n
|
|
config KMOD_BATMAN_ADV_BATCTL
|
|
bool "enable batctl"
|
|
depends PACKAGE_kmod-batman-adv
|
|
default y
|
|
help
|
|
batctl is a more intuitive managment utility for B.A.T.M.A.N.-Advanced.
|
|
It is an easier method for configuring batman-adv and
|
|
provides some additional tools for debugging as well.
|