嵌入式linux中设置开机运行shell脚本的问题

想写一个设置静态ip的开机自运行的shell脚本,然后百度说放在rc.local什么的文件里,然后我的板子里/etc 下根本没有这个文件,请大神们指点我应该怎么办?
/etc 下只有fstab hosts host.conf group init.d inittab ld.so.conf mdev.conf profile passwd resolv.conf services

输入命令 vi /etc/network/interface 编辑interface这个文件,内容如下:

#/etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
#The loopback interface

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 10.61.20.50
netmask 255.255.255.0
gateway 10.61.20.1
hwaddress ether 2A:45:68:5B:A2:65