Reenable working Freifunk modules
This commit is contained in:
parent
3899482aca
commit
66ab2700d7
1 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ endef
|
||||||
|
|
||||||
define Package/luci/fftemplate
|
define Package/luci/fftemplate
|
||||||
$(call Package/luci/libtemplate)
|
$(call Package/luci/libtemplate)
|
||||||
SUBMENU:=LuCI Freifunk Support (CURRENTLY BROKEN)
|
SUBMENU:=LuCI Freifunk Support (PARTLY BROKEN)
|
||||||
DEPENDS:=+luci-mod-freifunk @BROKEN
|
DEPENDS:=+luci-mod-freifunk @BROKEN
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -325,7 +325,7 @@ endef
|
||||||
|
|
||||||
define Package/luci-mod-freifunk
|
define Package/luci-mod-freifunk
|
||||||
$(call Package/luci/fftemplate)
|
$(call Package/luci/fftemplate)
|
||||||
DEPENDS:=+luci-admin-full @BROKEN
|
DEPENDS:=+luci-admin-full
|
||||||
TITLE:=LuCI Freifunk module
|
TITLE:=LuCI Freifunk module
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -481,7 +481,7 @@ endef
|
||||||
### Themes ###
|
### Themes ###
|
||||||
define Package/luci-theme-fledermaus
|
define Package/luci-theme-fledermaus
|
||||||
$(call Package/luci/fftemplate)
|
$(call Package/luci/fftemplate)
|
||||||
DEPENDS:=+luci-web @BROKEN
|
DEPENDS:=+luci-web
|
||||||
TITLE:=Fledermaus Theme
|
TITLE:=Fledermaus Theme
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue