Repository : ssh://git@open-mesh.org/openwrt-feed-devel
On branch : master
commit 7e04ed590f245c372256f8038db018963df658cd Author: Sven Eckelmann sven@narfation.org Date: Thu Aug 1 16:02:40 2019 +0200
batctl-devel: Enable hardif specific settings by default
Signed-off-by: Sven Eckelmann sven@narfation.org
7e04ed590f245c372256f8038db018963df658cd batctl-devel/Makefile | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/batctl-devel/Makefile b/batctl-devel/Makefile index 13c26b7..87c4290 100644 --- a/batctl-devel/Makefile +++ b/batctl-devel/Makefile @@ -89,6 +89,7 @@ config-n := \ claimtable \ dat_cache \ distributed_arp_table \ + elp_interval \ event \ fragmentation \ gateways \ @@ -110,6 +111,7 @@ config-n := \ routing_algo \ statistics \ tcpdump \ + throughput_override \ throughputmeter \ traceroute \ transglobal \ @@ -122,6 +124,7 @@ config-settings := \ bonding \ bridge_loop_avoidance \ distributed_arp_table \ + elp_interval \ fragmentation \ gw_mode \ hop_penalty \ @@ -134,6 +137,7 @@ config-settings := \ network_coding \ orig_interval \ routing_algo \ + throughput_override \
config-tables := \ backbonetable \