switch to opkg
[vuplus_dvbapp] / lib / python / Components / DreamInfoHandler.py
index 03d5215..8e9c29d 100755 (executable)
@@ -397,7 +397,7 @@ class DreamInfoHandler:
                
        def installIPK(self, directory, name):
                if self.blocking:
-                       os.system("ipkg install " + directory + name)
+                       os.system("opkg install " + directory + name)
                        self.installNext()
                else:
                        self.ipkg = IpkgComponent()