* luci/contrib: add missing makefile definition for luci-app-livestats

This commit is contained in:
Jo-Philipp Wich 2008-10-19 16:03:01 +00:00
parent ffbf54d892
commit 07679380b8

View file

@ -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),)