Changeset 6721

Show
Ignore:
Timestamp:
01/13/11 23:29:01 (2 years ago)
Author:
jow
Message:

build: remove uvl setup from sdk preloading

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/build/setup.lua

    r5657 r6721  
    1515uci_model.inst = uci_model.cursor() 
    1616uci_model.inst_state = uci_model.cursor_state() 
    17  
    18 -- override uvl access 
    19 local uvl_model = require "luci.uvl" 
    20 local uvl_init  = uvl_model.UVL.__init__ 
    21  
    22 uvl_model.UVL.__init__ = function(self, schemedir) 
    23     uvl_init(self, schemedir or SYSROOT .. "/lib/uci/schema") 
    24 end 
    2517 
    2618-- allow any password in local sdk