diff options
Diffstat (limited to 'lib/opkg.sh')
-rw-r--r-- | lib/opkg.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/opkg.sh b/lib/opkg.sh index 2b942d3..59a1a19 100644 --- a/lib/opkg.sh +++ b/lib/opkg.sh @@ -18,9 +18,6 @@ # along with the ProteanOS Development Kit. If not, see # <http://www.gnu.org/licenses/>. -[ "x${_OPKG_SM+set}" = 'xset' ] && return 0 -_OPKG_SM=1 - use session opkg_install_all() |