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:
97743c1
)
contrib/package: select openwrt.org theme by default but do not make it a hard depncy
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 23 Jul 2009 12:11:47 +0000
(12:11 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 23 Jul 2009 12:11:47 +0000
(12:11 +0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index 69263e78b255d1b32623df3ed2acf53f48d8669f..726a3b3a302193b9ed9239e4e4ab2f17f8d0e5b3 100644
(file)
--- a/
contrib/package/luci/Makefile
+++ b/
contrib/package/luci/Makefile
@@
-801,7
+801,8
@@
endef
define Package/luci-theme-openwrt
$(call Package/luci/thtemplate)
TITLE:=OpenWrt.org (default)
- DEPENDS:=+luci-theme-base
+ DEPENDS:=+luci-theme-base luci-core
+ DEFAULT:=y if PACKAGE_luci-core
endef
define Package/luci-theme-openwrt/install