diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-28 06:41:45 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-28 06:41:45 +0000 |
commit | ae3825387bd9b47813e0b862db38959e7000cb02 (patch) | |
tree | d7219f49ce60f72abbcbfab29d780e551cc51bc0 /modules/admin-full/ipkg | |
parent | f45d5fb952aecd48080c0b48580d0b2113769e2b (diff) |
modules/admin-full: add SVG based realtime bandwidth status
Diffstat (limited to 'modules/admin-full/ipkg')
-rwxr-xr-x | modules/admin-full/ipkg/postinst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/admin-full/ipkg/postinst b/modules/admin-full/ipkg/postinst new file mode 100755 index 000000000..a36479ba7 --- /dev/null +++ b/modules/admin-full/ipkg/postinst @@ -0,0 +1,6 @@ +#!/bin/sh + +[ -n "${IPKG_INSTROOT}" ] || { + /etc/init.d/luci_bwc enabled || /etc/init.d/luci_bwc enable + exit 0 +} |