mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 10:31:55 +08:00
8 lines
245 B
Bash
Executable File
8 lines
245 B
Bash
Executable File
#!/bin/sh
|
|
|
|
[ -n "${IPKG_INSTROOT}" ] || {
|
|
/etc/init.d/luci_fixtime enabled || /etc/init.d/luci_fixtime enable
|
|
/etc/init.d/luci_ethers enabled || /etc/init.d/luci_ethers enable
|
|
/etc/init.d/luci_hosts enabled || /etc/init.d/luci_hosts enable
|
|
}
|