mirror of https://github.com/hak5/openwrt-owl.git
base-files: add more config files to conffiles section
Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45244owl
parent
3bd422f610
commit
11d4a00c88
|
@ -36,12 +36,16 @@ define Package/base-files
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/base-files/conffiles
|
define Package/base-files/conffiles
|
||||||
|
/etc/config/network
|
||||||
|
/etc/config/system
|
||||||
/etc/hosts
|
/etc/hosts
|
||||||
/etc/inittab
|
/etc/inittab
|
||||||
/etc/group
|
/etc/group
|
||||||
/etc/passwd
|
/etc/passwd
|
||||||
/etc/shadow
|
/etc/shadow
|
||||||
/etc/profile
|
/etc/profile
|
||||||
|
/etc/protocols
|
||||||
|
/etc/services
|
||||||
/etc/shells
|
/etc/shells
|
||||||
/etc/sysctl.conf
|
/etc/sysctl.conf
|
||||||
/etc/rc.local
|
/etc/rc.local
|
||||||
|
|
Loading…
Reference in New Issue