X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=contrib%2Fpackage%2Fluci%2FMakefile;h=9c0ca745e66a134af755e333ce63eabc9029662c;hp=d3b0cc7b3342967a130aac9cc6457f949e04d461;hb=1dbb1da4d9a4ca24d92fe0fdc78e90ce0261e450;hpb=45d812dbb7b6374cd4188925661b74723cef91a7 diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index d3b0cc7b3..9c0ca745e 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -280,6 +280,7 @@ endef $(eval $(call module,admin-core,Web UI Core module,+luci-lib-web +luci-proto-core +luci-i18n-english)) $(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,failsafe,LuCI Fail-Safe - Fail-Safe sysupgrade module,+luci-mod-admin-core)) $(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 +freifunk-common +community-profiles)) $(eval $(call module,niu,NIU - Next Generation Interface,+luci-mod-admin-core @BROKEN))