projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a7874d
)
contrib: fix default selection of luci-theme-openwrt, this prevents building in LuCI...
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 20 Nov 2010 17:00:21 +0000
(17:00 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 20 Nov 2010 17:00:21 +0000
(17:00 +0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index 07f0bcd90699c55861eb4c64ce0651b826357961..6814b6b36b19b0555476d7800357bf1611d5ac32 100644
(file)
--- a/
contrib/package/luci/Makefile
+++ b/
contrib/package/luci/Makefile
@@
-460,7
+460,7
@@
define theme
TITLE:=$(if $(2),$(2),LuCI $(1) theme)
MAINTAINER:=$(if $(3),$(3),LuCI Development Team <luci@lists.subsignal.org>)
DEPENDS:=$(if $(filter-out base,$(1)),+luci-theme-base) $(4)
- $(if $(5),DEFAULT:=
y if
PACKAGE_luci-lib-core)
+ $(if $(5),DEFAULT:=PACKAGE_luci-lib-core)
endef
define Package/luci-theme-$(1)/install