* luci/modules/admin-core: add postinstall to enable init scripts when installed with opkg
This commit is contained in:
parent
d1796b2991
commit
3a006a17a5
1 changed files with 6 additions and 0 deletions
6
modules/admin-core/ipkg/postinst
Executable file
6
modules/admin-core/ipkg/postinst
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
/etc/init.d/luci_fixtime enable
|
||||
/etc/init.d/luci_ethers enable
|
||||
/etc/init.d/luci_hosts enable
|
||||
|
Loading…
Reference in a new issue