summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-06-11 13:37:26 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-06-11 13:37:26 +0000
commit8c866ce4527f22d413fca3a46691ea31c58154c5 (patch)
tree9ff1bfc7da7a4250c00dae85e7c8669fc03625b9
parente4be3f94a0adf6c77e4c080c8b7180b31fa5836b (diff)
contrib: remove recursive deps between theme-bootstrap and luci-base
-rw-r--r--contrib/package/luci/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index b875f0d70..43407d0be 100644
--- a/contrib/package/luci/Makefile
+++ b/contrib/package/luci/Makefile
@@ -270,9 +270,7 @@ define theme
URL:=http://luci.subsignal.org/
SUBMENU:=4. Themes
TITLE:=$(if $(2),$(2),LuCI $(1) theme)
- MAINTAINER:=$(if $(3),$(3),LuCI Development Team <luci@lists.subsignal.org>)
- DEPENDS:=+luci-base $(4)
- $(if $(5),DEFAULT:=PACKAGE_luci-base)
+ MAINTAINER:=$(if $(3),$(3),LuCI Development Team <luci@lists.subsignal.org>)
endef
define Package/luci-theme-$(1)/install
@@ -287,7 +285,7 @@ define theme
endef
$(eval $(call theme,openwrt,OpenWrt.org))
-$(eval $(call theme,bootstrap,Bootstrap Theme (default),,,1))
+$(eval $(call theme,bootstrap,Bootstrap Theme (default)))
### Translations ###