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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue