* Fixed host builds

This commit is contained in:
Steven Barth 2008-06-10 23:01:40 +00:00
parent c1f831425d
commit d291e1c3f5

View file

@ -40,6 +40,7 @@ function init(path)
luci.sys.wifi.iwscan = function() return {} end
luci.sys.user.checkpasswd = function() return true end
luci.http.basic_auth = function() return true end
end
end