summaryrefslogtreecommitdiff
path: root/tools/ipkg-utils
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-05-22 20:26:49 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-05-22 20:26:49 +0000
commita013dcc08ee1d8a783bea8f0d2114c0aa522f760 (patch)
tree7776944d11ea70354bac9cbb31ddef0d17c3b558 /tools/ipkg-utils
parentf3bc063753dfdb19a1ee19fe040cc8aafe1bd193 (diff)
downloadmtk-20170518-a013dcc08ee1d8a783bea8f0d2114c0aa522f760.zip
mtk-20170518-a013dcc08ee1d8a783bea8f0d2114c0aa522f760.tar.gz
mtk-20170518-a013dcc08ee1d8a783bea8f0d2114c0aa522f760.tar.bz2
Allow ipkg to handle conffiles if present (#3466)
SVN-Revision: 11242
Diffstat (limited to 'tools/ipkg-utils')
-rw-r--r--tools/ipkg-utils/patches/111-buildpackage_conffiles.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/ipkg-utils/patches/111-buildpackage_conffiles.patch b/tools/ipkg-utils/patches/111-buildpackage_conffiles.patch
new file mode 100644
index 0000000..ac1b0c0
--- /dev/null
+++ b/tools/ipkg-utils/patches/111-buildpackage_conffiles.patch
@@ -0,0 +1,11 @@
+--- ipkg-utils-1.7-old/ipkg-buildpackage 2008-05-21 07:18:21.000000000 +0200
++++ ipkg-utils-1.7-new/ipkg-buildpackage 2008-05-21 03:22:19.000000000 +0200
+@@ -190,7 +190,7 @@
+ mkdir /tmp/${pkg}/CONTROL
+
+ files_required="control"
+-files_optional="preinst postinst prerm postrm"
++files_optional="preinst postinst prerm postrm conffiles"
+
+ for i in ${files_required} ; do
+ file=${CONTROL}/$i