aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2020-08-23 23:58:18 +0100
committerDaniel Golle <daniel@makrotopia.org>2020-08-23 23:59:37 +0100
commit2eaf03b4d8fffbbb5f987382c2af28a12a8f8993 (patch)
treed3c7d853b801d225cebd95f10234bf6c7ce9f6a6 /package/utils/busybox
parentaeea91d5eeb84fa0ce24e4e4a9c18c4eb6ab9fb7 (diff)
downloadupstream-2eaf03b4d8fffbbb5f987382c2af28a12a8f8993.tar.gz
upstream-2eaf03b4d8fffbbb5f987382c2af28a12a8f8993.tar.bz2
upstream-2eaf03b4d8fffbbb5f987382c2af28a12a8f8993.zip
busybox: fix typo in Makefile
'conffiiles' -> 'conffiles' Fixes: 2e06f8ae24 ("busybox: add selinux variant") Reported-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/utils/busybox')
-rw-r--r--package/utils/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
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