summaryrefslogtreecommitdiffstats
path: root/patches/opkg-utils-r4747/0026-opkg-make-index-disable-filelist-by-default.patch
blob: 76ba768662d9e8f3aa1917577892bf34ca2749c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Martin Jansa <Martin.Jansa@gmail.com>
Date: Mon, 23 Apr 2012 10:36:25 +0200
Subject: [PATCH] opkg-make-index: disable filelist by default

* user has to specify filename with -l to enable it

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 opkg-make-index | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opkg-make-index b/opkg-make-index
index 4425107..22393e8 100755
--- a/opkg-make-index
+++ b/opkg-make-index
@@ -37,7 +37,7 @@ def to_locale(filename, locale):
 
 old_filename = None
 packages_filename = None
-filelist_filename = "Packages.filelist"
+filelist_filename = None
 stamplist_filename = "Packages.stamps"
 opt_s = 0
 opt_m = 0