projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffbf54d
)
* luci/contrib: add missing makefile definition for luci-app-livestats
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 19 Oct 2008 16:03:01 +0000
(16:03 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 19 Oct 2008 16:03:01 +0000
(16:03 +0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index 68bb3ec7260c1a04ba09c625520feefc69149744..da067fb4a0654c02b1bac33ec3c210a18ddcb8d8 100644
(file)
--- 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),)