summaryrefslogtreecommitdiffstats
path: root/scripts/opkg-query-helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/opkg-query-helper.py')
-rwxr-xr-xscripts/opkg-query-helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/opkg-query-helper.py b/scripts/opkg-query-helper.py
index b52284b325..fa6c44fa8b 100755
--- a/scripts/opkg-query-helper.py
+++ b/scripts/opkg-query-helper.py
@@ -59,7 +59,7 @@ for line in fileinput.input(args):
59 ver = line.split(": ")[1] 59 ver = line.split(": ")[1]
60 elif line.startswith("Architecture:"): 60 elif line.startswith("Architecture:"):
61 arch = line.split(": ")[1] 61 arch = line.split(": ")[1]
62 print("%s %s_%s_%s.ipk" % (pkg,pkg,ver,arch)) 62 print("%s %s_%s_%s.ipk %s" % (pkg,pkg,ver,arch,arch))
63 else: 63 else:
64 if line.startswith("Depends:"): 64 if line.startswith("Depends:"):
65 depval = line.split(": ")[1] 65 depval = line.split(": ")[1]