luci-0.10: merge r7721
This commit is contained in:
parent
0b7ff75dca
commit
af64410662
1 changed files with 1 additions and 2 deletions
|
@ -23,7 +23,7 @@ local pairs = pairs
|
|||
local error = error
|
||||
local table = table
|
||||
|
||||
local ipkg = "opkg --force-removal-of-dependent-packages --force-overwrite --autoremove"
|
||||
local ipkg = "opkg --force-removal-of-dependent-packages --force-overwrite"
|
||||
local icfg = "/etc/opkg.conf"
|
||||
|
||||
--- LuCI OPKG call abstraction library
|
||||
|
@ -229,4 +229,3 @@ function overlay_root()
|
|||
|
||||
return od
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue