diff options
author | Steven Barth <steven@midlink.org> | 2008-08-26 23:47:42 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-26 23:47:42 +0000 |
commit | 1d55c476ba4d71fce0598ac4b74c6d05799ef1b2 (patch) | |
tree | 39dc51a2d329866e9619c14b82c4d1fc3e2308ca /contrib | |
parent | 28ffe7d7046b8498ba896a0035fd9f6d66534321 (diff) |
Add a nice user advise
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 3014a613b..5aa880605 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -102,6 +102,7 @@ define Package/luci-core $(call Package/luci/libtemplate) DEPENDS:=+lua +luaposix +bitlib TITLE:=LuCI core libraries + SUBMENU:=!!! OMG! DISABLE LIBRARIES -> libuci-lua !!! DO IT NOW !!! endef define Package/luci-core/install |