]> git.99rst.org Git - openwrt-packages.git/commitdiff
batctl: fix a typo and indent consistently
authorJosef Schlehofer <redacted>
Thu, 6 Aug 2026 12:27:50 +0000 (14:27 +0200)
committerJosef Schlehofer <redacted>
Tue, 18 Aug 2026 06:39:25 +0000 (08:39 +0200)
"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 <redacted>
Co-authored-by: Claude Fable 5 <redacted>
net/batctl/Makefile

index 8770c6119ece5076bee9c74aca391d5d5dd9161c..1aae52cf55eab5f4470119252ed2dc659992d9b3 100644 (file)
@@ -29,7 +29,7 @@ define Package/batctl/Default
 endef
 
 define Package/batctl/description
-  batctl is a more intuitive managment utility for B.A.T.M.A.N.-Advanced.
+  batctl is a more intuitive management 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. This package builds
   version $(PKG_VERSION) of the user space utility.
@@ -72,11 +72,11 @@ define Package/batctl-full/description
 endef
 
 MAKE_VARS += \
-        LIBNL_NAME="libnl-tiny" \
-        LIBNL_GENL_NAME="libnl-tiny"
+       LIBNL_NAME="libnl-tiny" \
+       LIBNL_GENL_NAME="libnl-tiny"
 
 MAKE_FLAGS += \
-        REVISION="$(PKG_VERSION)-openwrt-$(PKG_RELEASE)"
+       REVISION="$(PKG_VERSION)-openwrt-$(PKG_RELEASE)"
 
 config-n := \
        aggregation \
git clone https://git.99rst.org/PROJECT