mirror of
https://github.com/openwrt/routing.git
synced 2025-12-26 11:16:32 +04:00
7 lines
70 B
Bash
7 lines
70 B
Bash
#!/bin/sh
|
|
|
|
uci batch <<EOF
|
|
set dhcp.odhcpd.maindhcp=1
|
|
commit dhcp
|
|
EOF
|