mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue