diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-05 04:08:51 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-05 04:08:51 +0000 |
commit | 543c7e944f79affac6af1af33e01a5bbf341103f (patch) | |
tree | 7e091a2b6de509d75d35abb0344322584fe7302b /contrib | |
parent | 5dd3b57bbbe526b2043da2a0c44fd7389af5834d (diff) |
contrib: mark luci-essentials as broken
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 ce769557e..3524bdb46 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -275,7 +275,7 @@ define Package/luci-mod-freifunk/conffiles endef $(eval $(call module,admin-core,Web UI Core module,+luci-lib-web +luci-i18n-english)) -$(eval $(call module,admin-mini,LuCI Essentials - stripped down and user-friendly,+luci-mod-admin-core)) +$(eval $(call module,admin-mini,LuCI Essentials - stripped down and user-friendly,+luci-mod-admin-core @BROKEN)) $(eval $(call module,admin-full,LuCI Administration - full-featured for full control,+luci-mod-admin-core +luci-lib-ipkg)) $(eval $(call module,rpc,LuCI RPC - JSON-RPC API,+luci-lib-json)) $(eval $(call module,freifunk,LuCI Freifunk module,+luci-mod-admin-full +luci-lib-json +PACKAGE_luci-mod-freifunk:freifunk-firewall)) |