OpenWRT释放DHCP地址

编辑openwrt的dhcp配置文件:

1
vi /tmp/dhcp.leases

内容如下:

把想释放的地址那一行删除后,保存文件,然后重启服务:

1
/etc/init.d/dnsmasq restart