diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2017-08-28 14:42:22 +0300 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-12-13 16:30:12 +0100 |
commit | bdc998c69641a9e0b99091e346c9bdb863d1112c (patch) | |
tree | d956354f717132bb835df5b89361155539e5c756 | |
parent | c58e824acc3c5fcac6ce91584eaf704e99be52ef (diff) | |
download | upstream-bdc998c69641a9e0b99091e346c9bdb863d1112c.tar.gz upstream-bdc998c69641a9e0b99091e346c9bdb863d1112c.tar.bz2 upstream-bdc998c69641a9e0b99091e346c9bdb863d1112c.zip |
base-files: order conffiles alphabetically
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
(cherry picked from commit 8446d3de05d0e0a6246dba9621b15095e9073dfb)
-rw-r--r-- | package/base-files/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index fdeda95a17..b6986167f4 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -38,27 +38,27 @@ define Package/base-files endef define Package/base-files/conffiles +/etc/config/ /etc/config/network /etc/config/system +/etc/crontabs/ +/etc/dropbear/ +/etc/group /etc/hosts /etc/inittab -/etc/group +/etc/iproute2/rt_protos +/etc/iproute2/rt_tables /etc/passwd -/etc/shadow /etc/profile /etc/protocols +/etc/rc.local /etc/services +/etc/shadow /etc/shells /etc/sysctl.conf -/etc/rc.local -/etc/sysupgrade.conf -/etc/config/ -/etc/dropbear/ -/etc/crontabs/ -/etc/sysctl.d/local.conf /etc/sysctl.d/ -/etc/iproute2/rt_tables -/etc/iproute2/rt_protos +/etc/sysctl.d/local.conf +/etc/sysupgrade.conf $(call $(TARGET)/conffiles) endef |