diff options
author | Goetz Goerisch <ggoerisch@gmail.com> | 2024-06-07 14:42:32 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2024-08-25 15:08:25 +0200 |
commit | 3774f3272ee976b922306a881b6eb603e79f81ed (patch) | |
tree | 16f903370059baaa564956940bca155867d9250c /package/utils | |
parent | f1c83cf1d59a707f51f9c622505a1ee05294c48f (diff) | |
download | openwrt-3774f3272ee976b922306a881b6eb603e79f81ed.tar.gz openwrt-3774f3272ee976b922306a881b6eb603e79f81ed.tar.bz2 openwrt-3774f3272ee976b922306a881b6eb603e79f81ed.zip |
treewide: rename ZyXEL to Zyxel
The company Zyxel rebranded some years ago.
Currently the casing is according to the old branding even
for newer devices which already use the new branding.
This commit aligns the casing of Zyxel everywhere.
Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/15652
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/utils')
-rw-r--r-- | package/utils/zyxel-bootconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/zyxel-bootconfig/Makefile b/package/utils/zyxel-bootconfig/Makefile index eb2dd79b82..4e1a74aeaa 100644 --- a/package/utils/zyxel-bootconfig/Makefile +++ b/package/utils/zyxel-bootconfig/Makefile @@ -15,12 +15,12 @@ include $(INCLUDE_DIR)/package.mk define Package/zyxel-bootconfig SECTION:=utils CATEGORY:=Base system - TITLE:=Utility for handling ZyXEL Bootconfig settings + TITLE:=Utility for handling Zyxel Bootconfig settings MAINTAINER:=David Bauer <mail@david-bauer.net> endef define Package/zyxel-bootconfig/description - This package contains an utility that allows handling ZyXEL Bootconfig settings. + This package contains an utility that allows handling Zyxel Bootconfig settings. endef define Build/Compile |