libs/ipkg: call opkg with --autoremove
This commit is contained in:
parent
928f16618e
commit
2269eb3ef0
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ local pairs = pairs
|
||||||
local error = error
|
local error = error
|
||||||
local table = table
|
local table = table
|
||||||
|
|
||||||
local ipkg = "opkg --force-removal-of-dependent-packages --force-overwrite"
|
local ipkg = "opkg --force-removal-of-dependent-packages --force-overwrite --autoremove"
|
||||||
local icfg = "/etc/opkg.conf"
|
local icfg = "/etc/opkg.conf"
|
||||||
|
|
||||||
--- LuCI IPKG/OPKG call abstraction library
|
--- LuCI IPKG/OPKG call abstraction library
|
||||||
|
|
Loading…
Reference in a new issue