mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	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
					
				| @ -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 New Issue
	
	Block a user