From d291e1c3f5664d86054736912f671af1bc339235 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 10 Jun 2008 23:01:40 +0000 Subject: [PATCH] * Fixed host builds --- libs/sgi-webuci/root/usr/lib/boa/luci.lua | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0