[openwrt/openwrt] busybox: fix typo in Makefile
LEDE Commits
lede-commits at lists.infradead.org
Sun Aug 23 19:00:05 EDT 2020
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2eaf03b4d8fffbbb5f987382c2af28a12a8f8993
commit 2eaf03b4d8fffbbb5f987382c2af28a12a8f8993
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sun Aug 23 23:58:18 2020 +0100
busybox: fix typo in Makefile
'conffiiles' -> 'conffiles'
Fixes: 2e06f8ae24 ("busybox: add selinux variant")
Reported-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
package/utils/busybox/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index 4d098ac4a8..0b56e0b9fd 100644
--- a/package/utils/busybox/Makefile
+++ b/package/utils/busybox/Makefile
@@ -76,7 +76,7 @@ define Package/busybox/conffiles
/etc/syslog.conf
endef
-Package/busybox-selinux/conffiiles = $(Package/busybox/conffiles)
+Package/busybox-selinux/conffiles = $(Package/busybox/conffiles)
endif
# don't create a version string containing the actual timestamp
More information about the lede-commits
mailing list