mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-24 02:16:29 +08:00
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>
This commit is contained in:
parent
aeea91d5ee
commit
2eaf03b4d8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user