branches/luci-0.8: remove broken apps from makefile
This commit is contained in:
parent
14b64e45c5
commit
5536480cde
1 changed files with 0 additions and 28 deletions
|
@ -546,16 +546,6 @@ define Package/luci-app-livestats/install
|
||||||
$(call Package/luci/install/template,$(1),applications/luci-livestats)
|
$(call Package/luci/install/template,$(1),applications/luci-livestats)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/luci-app-asterisk
|
|
||||||
$(call Package/luci/webtemplate)
|
|
||||||
TITLE:=LuCI Support for Asterisk PBX
|
|
||||||
DEPENDS+=@BROKEN +luci-admin-core +asterisk14
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/luci-app-asterisk/install
|
|
||||||
$(call Package/luci/install/template,$(1),applications/luci-asterisk)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/luci-app-polipo
|
define Package/luci-app-polipo
|
||||||
$(call Package/luci/webtemplate)
|
$(call Package/luci/webtemplate)
|
||||||
TITLE:=LuCI Support for the Polipo Proxy
|
TITLE:=LuCI Support for the Polipo Proxy
|
||||||
|
@ -566,16 +556,6 @@ define Package/luci-app-polipo/install
|
||||||
$(call Package/luci/install/template,$(1),applications/luci-polipo)
|
$(call Package/luci/install/template,$(1),applications/luci-polipo)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/luci-app-openvpn
|
|
||||||
$(call Package/luci/webtemplate)
|
|
||||||
TITLE:=LuCI Support for OpenVPN
|
|
||||||
DEPENDS+=@BROKEN +luci-admin-core +openvpn
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/luci-app-openvpn/install
|
|
||||||
$(call Package/luci/install/template,$(1),applications/luci-openvpn)
|
|
||||||
endef
|
|
||||||
|
|
||||||
|
|
||||||
### Server Gateway Interfaces ###
|
### Server Gateway Interfaces ###
|
||||||
|
|
||||||
|
@ -845,15 +825,9 @@ endif
|
||||||
ifneq ($(CONFIG_PACKAGE_luci-app-livestats),)
|
ifneq ($(CONFIG_PACKAGE_luci-app-livestats),)
|
||||||
PKG_SELECTED_MODULES+=applications/luci-livestats
|
PKG_SELECTED_MODULES+=applications/luci-livestats
|
||||||
endif
|
endif
|
||||||
ifneq ($(CONFIG_PACKAGE_luci-app-asterisk),)
|
|
||||||
PKG_SELECTED_MODULES+=applications/luci-asterisk
|
|
||||||
endif
|
|
||||||
ifneq ($(CONFIG_PACKAGE_luci-app-polipo),)
|
ifneq ($(CONFIG_PACKAGE_luci-app-polipo),)
|
||||||
PKG_SELECTED_MODULES+=applications/luci-polipo
|
PKG_SELECTED_MODULES+=applications/luci-polipo
|
||||||
endif
|
endif
|
||||||
ifneq ($(CONFIG_PACKAGE_luci-app-openvpn),)
|
|
||||||
PKG_SELECTED_MODULES+=applications/luci-openvpn
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
ifneq ($(CONFIG_PACKAGE_luci-sgi-cgi),)
|
ifneq ($(CONFIG_PACKAGE_luci-sgi-cgi),)
|
||||||
|
@ -954,9 +928,7 @@ $(eval $(call BuildPackage,luci-app-hd_idle))
|
||||||
$(eval $(call BuildPackage,luci-app-tinyproxy))
|
$(eval $(call BuildPackage,luci-app-tinyproxy))
|
||||||
$(eval $(call BuildPackage,luci-app-initmgr))
|
$(eval $(call BuildPackage,luci-app-initmgr))
|
||||||
$(eval $(call BuildPackage,luci-app-livestats))
|
$(eval $(call BuildPackage,luci-app-livestats))
|
||||||
$(eval $(call BuildPackage,luci-app-asterisk))
|
|
||||||
$(eval $(call BuildPackage,luci-app-polipo))
|
$(eval $(call BuildPackage,luci-app-polipo))
|
||||||
$(eval $(call BuildPackage,luci-app-openvpn))
|
|
||||||
|
|
||||||
$(eval $(call BuildPackage,luci-sgi-cgi))
|
$(eval $(call BuildPackage,luci-sgi-cgi))
|
||||||
$(eval $(call BuildPackage,luci-sgi-luci))
|
$(eval $(call BuildPackage,luci-sgi-luci))
|
||||||
|
|
Loading…
Reference in a new issue