diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-19 16:03:01 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-19 16:03:01 +0000 |
commit | 07679380b8acf9e8fbaef8c57bdd76152b08cb46 (patch) | |
tree | 7d6af3ca259ecbe1df82b19b1c923fddc7506ea0 | |
parent | ffbf54d892a427ccdd5edee66b3cbd688371abc6 (diff) |
* luci/contrib: add missing makefile definition for luci-app-livestats
-rw-r--r-- | contrib/package/luci/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 68bb3ec72..da067fb4a 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -762,6 +762,9 @@ endif ifneq ($(CONFIG_PACKAGE_luci-app-initmgr),) PKG_SELECTED_MODULES+=applications/luci-initmgr endif +ifneq ($(CONFIG_PACKAGE_luci-app-livestats),) + PKG_SELECTED_MODULES+=applications/luci-livestats +endif ifneq ($(CONFIG_PACKAGE_luci-sgi-cgi),) |