base-files: create /etc/ethers by default
/etc/ethers is missing on /rom but always created when dnsmasq runs. It is better to have it in place and avoid an extra change in flash after firstboot. It will generate an extra /etc/ethers-opkg when it has changed. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
This commit is contained in:
parent
22681cdef2
commit
d810d44e5a
2 changed files with 7 additions and 0 deletions
|
@ -49,6 +49,7 @@ define Package/base-files/conffiles
|
||||||
/etc/config/system
|
/etc/config/system
|
||||||
/etc/crontabs/
|
/etc/crontabs/
|
||||||
/etc/dropbear/
|
/etc/dropbear/
|
||||||
|
/etc/ethers
|
||||||
/etc/group
|
/etc/group
|
||||||
/etc/hosts
|
/etc/hosts
|
||||||
/etc/inittab
|
/etc/inittab
|
||||||
|
|
6
package/base-files/files/etc/ethers
Normal file
6
package/base-files/files/etc/ethers
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#
|
||||||
|
# Lookup man 5 ethers for syntax documentation
|
||||||
|
#
|
||||||
|
# Examples :
|
||||||
|
# 02:00:11:22:33:44 OpenWrt.lan
|
||||||
|
# 02:00:11:22:33:44 192.168.1.1
|
Loading…
Reference in a new issue