base-files: order conffiles alphabetically
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
80e2ee3e64
commit
8446d3de05
1 changed files with 10 additions and 10 deletions
|
@ -40,27 +40,27 @@ define Package/base-files
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/base-files/conffiles
|
define Package/base-files/conffiles
|
||||||
|
/etc/config/
|
||||||
/etc/config/network
|
/etc/config/network
|
||||||
/etc/config/system
|
/etc/config/system
|
||||||
|
/etc/crontabs/
|
||||||
|
/etc/dropbear/
|
||||||
|
/etc/group
|
||||||
/etc/hosts
|
/etc/hosts
|
||||||
/etc/inittab
|
/etc/inittab
|
||||||
/etc/group
|
/etc/iproute2/rt_protos
|
||||||
|
/etc/iproute2/rt_tables
|
||||||
/etc/passwd
|
/etc/passwd
|
||||||
/etc/shadow
|
|
||||||
/etc/profile
|
/etc/profile
|
||||||
/etc/protocols
|
/etc/protocols
|
||||||
|
/etc/rc.local
|
||||||
/etc/services
|
/etc/services
|
||||||
|
/etc/shadow
|
||||||
/etc/shells
|
/etc/shells
|
||||||
/etc/sysctl.conf
|
/etc/sysctl.conf
|
||||||
/etc/rc.local
|
|
||||||
/etc/sysupgrade.conf
|
|
||||||
/etc/config/
|
|
||||||
/etc/dropbear/
|
|
||||||
/etc/crontabs/
|
|
||||||
/etc/sysctl.d/local.conf
|
|
||||||
/etc/sysctl.d/
|
/etc/sysctl.d/
|
||||||
/etc/iproute2/rt_tables
|
/etc/sysctl.d/local.conf
|
||||||
/etc/iproute2/rt_protos
|
/etc/sysupgrade.conf
|
||||||
$(call $(TARGET)/conffiles)
|
$(call $(TARGET)/conffiles)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue