<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/batctl, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2026-08-18T06:39:25Z</updated>
<entry>
<title>batctl: fix a typo and indent consistently</title>
<updated>2026-08-18T06:39:25Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2026-08-06T12:27:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=fd018fe12f700b45f531272b2ec88b2a1c349082'/>
<id>urn:sha1:fd018fe12f700b45f531272b2ec88b2a1c349082</id>
<content type='text'>
"managment" is user visible in the description of all three variants.
The MAKE_VARS and MAKE_FLAGS continuation lines were indented with
spaces while every other multi-line list in the file uses a tab.

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
Co-authored-by: Claude Fable 5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>batctl: pass the feature switches directly</title>
<updated>2026-08-18T06:39:25Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2026-08-06T11:54:36Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=dae3f09cfc94787f07d7f24936a9c451fad53557'/>
<id>urn:sha1:dae3f09cfc94787f07d7f24936a9c451fad53557</id>
<content type='text'>
The CONFIG_* switches were assembled into a newline separated string
and smuggled to the build through a shell variable via shexport, so
the Makefile read:

    MAKE_FLAGS += $$$$$(call shvar,batctl_config)

They can simply be listed on the make command line instead. The
result is identical, since later assignments on the command line
override earlier ones, exactly as the "n first, then y" order of the
old string relied on. The longest variant expands to 96 assignments,
about 2 KB, so there is no length concern that would justify the
indirection.

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
Co-authored-by: Claude Fable 5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>batctl: drop the redundant PKG_BUILD_DIR override</title>
<updated>2026-08-18T06:39:25Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2026-08-06T11:54:26Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4215a8932fb2b74e3511764ecfc769280862cbf2'/>
<id>urn:sha1:4215a8932fb2b74e3511764ecfc769280862cbf2</id>
<content type='text'>
PKG_BUILD_DIR was set to exactly the value package.mk derives by
default for a package with build variants, so the override had no
effect.

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
Co-authored-by: Claude Fable 5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>batctl: add new package</title>
<updated>2026-08-18T06:39:25Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2026-08-06T08:08:00Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9b5d7f662ec328cb392efc3233490cf995c2445c'/>
<id>urn:sha1:9b5d7f662ec328cb392efc3233490cf995c2445c</id>
<content type='text'>
batctl is the user space configuration and debugging tool for
the B.A.T.M.A.N. Advanced kernel module. It is packaged in three
variants (tiny, default, full) with different sets of subcommands.

Moved from the openwrt/routing feed, as discussed in
https://github.com/openwrt/routing/issues/184.

The one deviation from the feed copy is SUBMENU:=Wireless, which the
feed copy does not set at all: without it the three variants sit
ungrouped at the top of the Network menu. Wireless keeps them next to
mesh11sd and alfred, which move across with the same value. A dedicated
Mesh submenu is the better home for all three and is worth adding once
enough of the mesh packages have landed to justify it.

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
Co-authored-by: Claude Fable 5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
</feed>
