summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-10-21 20:54:08 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-10-21 20:54:08 +0000
commited2a631f4d37d6f1164cc88058f5ecdf39c68235 (patch)
tree4ff45cd65ec7153dec1026117b057eb55296e18c /contrib
parenta4c5bc28df3b00430d038de1369df3c78db3b6e1 (diff)
contrib: fix package definition of luci-theme-openwrt-light (#146)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/package/luci/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index b30cacab0..e1ae6e759 100644
--- a/contrib/package/luci/Makefile
+++ b/contrib/package/luci/Makefile
@@ -476,7 +476,7 @@ endef
$(eval $(call theme,base,Common base for all themes,,+luci-lib-web))
$(eval $(call theme,openwrt,OpenWrt.org (default),,,1))
-$(eval $(call theme,openwrtlight,OpenWrt.org - light variant without images))
+$(eval $(call theme,openwrt-light,OpenWrt.org - light variant without images))
$(eval $(call theme,fledermaus,Fledermaus Theme))
$(eval $(call theme,freifunk,alternative Freifunk Theme,\
@@ -560,11 +560,11 @@ $(eval $(call collection,ssl,\
$(eval $(call collection,medium,\
Medium package set using only admin full and a theme without graphics,\
- +uhttpd +luci-mod-admin-full +luci-theme-openwrtlight))
+ +uhttpd +luci-mod-admin-full +luci-theme-openwrt-light))
$(eval $(call collection,light,\
Minimum package set using only admin mini and a theme without graphics,\
- +uhttpd +luci-mod-admin-mini +luci-theme-openwrtlight))
+ +uhttpd +luci-mod-admin-mini +luci-theme-openwrt-light))
### Compile ###