* luci/contrib: add missing makefile definition for luci-app-livestats
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 19 Oct 2008 16:03:01 +0000 (16:03 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 19 Oct 2008 16:03:01 +0000 (16:03 +0000)
contrib/package/luci/Makefile

index 68bb3ec..da067fb 100644 (file)
@@ -762,6 +762,9 @@ endif
 ifneq ($(CONFIG_PACKAGE_luci-app-initmgr),)
        PKG_SELECTED_MODULES+=applications/luci-initmgr
 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),)
 
 
 ifneq ($(CONFIG_PACKAGE_luci-sgi-cgi),)