* luci/contrib: add missing makefile definition for luci-app-livestats
This commit is contained in:
parent
ffbf54d892
commit
07679380b8
1 changed files with 3 additions and 0 deletions
|
@ -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),)
|
||||
|
|
Loading…
Reference in a new issue