diff options
author | Steven Barth <steven@midlink.org> | 2008-06-10 23:01:40 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-10 23:01:40 +0000 |
commit | d291e1c3f5664d86054736912f671af1bc339235 (patch) | |
tree | 482cff8a2ccaa55d8e737934e2e555fb0f2abd22 /libs | |
parent | c1f831425de407729c3279fcc5940b7d6718aac4 (diff) |
* Fixed host builds
Diffstat (limited to 'libs')
-rw-r--r-- | libs/sgi-webuci/root/usr/lib/boa/luci.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/sgi-webuci/root/usr/lib/boa/luci.lua b/libs/sgi-webuci/root/usr/lib/boa/luci.lua index c0dab39bc..39cee1c60 100644 --- a/libs/sgi-webuci/root/usr/lib/boa/luci.lua +++ b/libs/sgi-webuci/root/usr/lib/boa/luci.lua @@ -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 |