diff options
| author | Nicolas Thill <nico@openwrt.org> | 2015-04-02 14:53:24 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2015-04-02 14:53:24 +0000 |
| commit | 11d4a00c887f61b52591fe2a679afdfd1b8ac25c (patch) | |
| tree | 79eb3482d8eb6f4c7bdcd543200a052fb35a0211 | |
| parent | 3bd422f61026ff49281380a8865889c2ad7b2e7b (diff) | |
| download | upstream-11d4a00c887f61b52591fe2a679afdfd1b8ac25c.tar.gz upstream-11d4a00c887f61b52591fe2a679afdfd1b8ac25c.tar.bz2 upstream-11d4a00c887f61b52591fe2a679afdfd1b8ac25c.zip | |
base-files: add more config files to conffiles section
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 45244
| -rw-r--r-- | package/base-files/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index e0bf91515a2..93b33c313e6 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -36,12 +36,16 @@ define Package/base-files endef define Package/base-files/conffiles +/etc/config/network +/etc/config/system /etc/hosts /etc/inittab /etc/group /etc/passwd /etc/shadow /etc/profile +/etc/protocols +/etc/services /etc/shells /etc/sysctl.conf /etc/rc.local |
