diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-16 19:49:50 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-16 19:49:50 +0000 |
commit | 7a183b75ecff62cb931681cefc2950f1e39545ff (patch) | |
tree | 6b34f2d99ab790779501d0257d0f0a333006caa8 /contrib | |
parent | 9b9ac7d024e6bb91b4bef7cea843125bb46b00b9 (diff) |
contrib: fix a typo in luci makefile
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index f8bb81e83..bd2db7861 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -558,7 +558,7 @@ $(eval $(call collection,ssl,\ +luci-app-firewall +luci-app-initmgr)) $(eval $(call collection,light,\ - Minimum package set using only admin mini and athe standard theme,\ + Minimum package set using only admin mini and the standard theme,\ +uhttpd +luci-mod-admin-mini +luci-theme-openwrt-light)) |