From: Josef Schlehofer Date: Thu, 6 Aug 2026 12:27:50 +0000 (+0200) Subject: batctl: fix a typo and indent consistently X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=fd018fe12f700b45f531272b2ec88b2a1c349082;p=openwrt-packages.git batctl: fix a typo and indent consistently "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 Co-authored-by: Claude Fable 5 --- diff --git a/net/batctl/Makefile b/net/batctl/Makefile index 8770c6119..1aae52cf5 100644 --- a/net/batctl/Makefile +++ b/net/batctl/Makefile @@ -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 \