diff options
author | Steven Barth <steven@midlink.org> | 2008-10-14 11:40:48 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-10-14 11:40:48 +0000 |
commit | 43ab1528149efe811751484f47f7c83a3cd9ed76 (patch) | |
tree | d4d05c8e0a844b5c0912fa78c4a5b39dddda4c93 /Makefile | |
parent | 72f4494cf0bc10108442966ed43c5f486b288aab (diff) |
Don't set german as default language for SDK
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ hostcopy: hostenv: host ucidefaults ucidefaults: - build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "$(realpath host)/bin/uci-defaults --exclude luci-community-*" + build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "$(realpath host)/bin/uci-defaults --exclude luci-freifunk-*" runboa: hostenv libs/sgi-webuci/host/buildconfig.sh $(realpath host) > host/etc/boa/boa.conf |