mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
8 lines
140 B
Bash
Executable File
8 lines
140 B
Bash
Executable File
#!/bin/sh
|
|
|
|
[ -n "${IPKG_INSTROOT}" ] || {
|
|
/etc/init.d/luci_fixtime enable
|
|
/etc/init.d/luci_ethers enable
|
|
/etc/init.d/luci_hosts enable
|
|
}
|