* luci-0.8: disable theme-base package for now
This commit is contained in:
parent
85fbb033cf
commit
cc85e4fd05
1 changed files with 13 additions and 13 deletions
|
@ -442,15 +442,15 @@ endef
|
|||
|
||||
|
||||
### Themes ###
|
||||
define Package/luci-theme-base
|
||||
$(call Package/luci/thtemplate)
|
||||
DEPENDS:=+luci-web
|
||||
TITLE:=Common base for all themes
|
||||
endef
|
||||
|
||||
define Package/luci-theme-base/install
|
||||
$(call Package/luci/install/template,$(1),themes/base)
|
||||
endef
|
||||
#define Package/luci-theme-base
|
||||
# $(call Package/luci/thtemplate)
|
||||
# DEPENDS:=+luci-web
|
||||
# TITLE:=Common base for all themes
|
||||
#endef
|
||||
#
|
||||
#define Package/luci-theme-base/install
|
||||
# $(call Package/luci/install/template,$(1),themes/base)
|
||||
#endef
|
||||
|
||||
define Package/luci-theme-openwrt
|
||||
$(call Package/luci/thtemplate)
|
||||
|
@ -619,9 +619,9 @@ ifneq ($(CONFIG_PACKAGE_luci-sgi-cgi),)
|
|||
endif
|
||||
|
||||
|
||||
ifneq ($(CONFIG_PACKAGE_luci-theme-base),)
|
||||
PKG_SELECTED_MODULES+=themes/base
|
||||
endif
|
||||
#ifneq ($(CONFIG_PACKAGE_luci-theme-base),)
|
||||
# PKG_SELECTED_MODULES+=themes/base
|
||||
#endif
|
||||
ifneq ($(CONFIG_PACKAGE_luci-theme-openwrt),)
|
||||
PKG_SELECTED_MODULES+=themes/openwrt.org
|
||||
endif
|
||||
|
@ -688,7 +688,7 @@ $(eval $(call BuildPackage,luci-app-initmgr))
|
|||
|
||||
$(eval $(call BuildPackage,luci-sgi-cgi))
|
||||
|
||||
$(eval $(call BuildPackage,luci-theme-base))
|
||||
#$(eval $(call BuildPackage,luci-theme-base))
|
||||
$(eval $(call BuildPackage,luci-theme-openwrt))
|
||||
$(eval $(call BuildPackage,luci-theme-openwrtlight))
|
||||
|
||||
|
|
Loading…
Reference in a new issue