projects
/
project
/
luci.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
libs/core: implement add_network() and del_network() in wireless model
[project/luci.git]
/
modules
/
admin-core
/
ipkg
/
postinst
1
#!/bin/sh
2
3
[ -n "${IPKG_INSTROOT}" ] || {
4
/etc/init.d/luci_fixtime enabled || /etc/init.d/luci_fixtime enable
5
/etc/init.d/luci_ethers enabled || /etc/init.d/luci_ethers enable
6
/etc/init.d/luci_hosts enabled || /etc/init.d/luci_hosts enable
7
}