projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeea91d
)
busybox: fix typo in Makefile
author
Daniel Golle
<daniel@makrotopia.org>
Sun, 23 Aug 2020 22:58:18 +0000
(23:58 +0100)
committer
Daniel Golle
<daniel@makrotopia.org>
Sun, 23 Aug 2020 22:59:37 +0000
(23:59 +0100)
'conffiiles' -> 'conffiles'
Fixes: 2e06f8ae24 ("busybox: add selinux variant")
Reported-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/utils/busybox/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/busybox/Makefile
b/package/utils/busybox/Makefile
index 4d098ac4a8d4815e360577c69c2c9f57d6206195..0b56e0b9fd4c73a652eba675a52ff5e63750d551 100644
(file)
--- 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/conffi
i
les = $(Package/busybox/conffiles)
+Package/busybox-selinux/conffiles = $(Package/busybox/conffiles)
endif
# don't create a version string containing the actual timestamp