diff options
author | Steven Barth <steven@midlink.org> | 2008-08-26 23:56:40 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-26 23:56:40 +0000 |
commit | 9d0c00590d2e232d66588567da2048fc64ef940a (patch) | |
tree | 1e5bfb8711cad523de0e1a212215f893bb01bd1f /contrib | |
parent | 1d55c476ba4d71fce0598ac4b74c6d05799ef1b2 (diff) |
Rewrote advice
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 5aa880605..d2fceedc9 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -102,7 +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 !!! + SUBMENU:=!!! DISABLE Libraries -> libuci-lua !!! IT WILL BREAK LUCI !!! endef define Package/luci-core/install |