Fixed OpenWRT Makefile, mark Freifunk packages as broken
This commit is contained in:
parent
0181d2dee7
commit
ab7bda0b89
1 changed files with 6 additions and 6 deletions
|
@ -61,8 +61,8 @@ endef
|
||||||
|
|
||||||
define Package/luci/fftemplate
|
define Package/luci/fftemplate
|
||||||
$(call Package/luci/libtemplate)
|
$(call Package/luci/libtemplate)
|
||||||
SUBMENU:=LuCI Freifunk Support (GERMAN ONLY)
|
SUBMENU:=LuCI Freifunk Support (CURRENTLY BROKEN)
|
||||||
DEPENDS:=+luci-mod-freifunk
|
DEPENDS:=+luci-mod-freifunk @BROKEN
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/luci/httpdtemplate
|
define Package/luci/httpdtemplate
|
||||||
|
@ -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
|
DEPENDS:=+luci-admin-full @BROKEN
|
||||||
TITLE:=LuCI Freifunk module
|
TITLE:=LuCI Freifunk module
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -365,7 +365,7 @@ endef
|
||||||
|
|
||||||
define Package/luci-app-olsr
|
define Package/luci-app-olsr
|
||||||
$(call Package/luci/webtemplate)
|
$(call Package/luci/webtemplate)
|
||||||
DEPENDS+=+luci-admin-full +olsrd-mod-txtinfo
|
DEPENDS+=+luci-admin-full +olsrd +olsrd-mod-txtinfo
|
||||||
TITLE:=OLSR configuration and status module
|
TITLE:=OLSR configuration and status module
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -387,7 +387,7 @@ endef
|
||||||
|
|
||||||
define Package/luci-app-splash
|
define Package/luci-app-splash
|
||||||
$(call Package/luci/fftemplate)
|
$(call Package/luci/fftemplate)
|
||||||
DEPENDS+=+luasocket +iptables-mod-nat +iptables-mod-ipopt
|
DEPENDS+=+luasocket +firewall
|
||||||
TITLE:=Freifunk DHCP-Splash application
|
TITLE:=Freifunk DHCP-Splash application
|
||||||
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
|
DEPENDS:=+luci-web @BROKEN
|
||||||
TITLE:=Fledermaus Theme
|
TITLE:=Fledermaus Theme
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue