aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/914-ipkg-fixes.patch
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-05-24 07:06:23 +0000
committerNicolas Thill <nico@openwrt.org>2006-05-24 07:06:23 +0000
commit2639fcb22873f4a104972c496eeb8cc86847a0c4 (patch)
treeacdb0d2e7e361393f49b8e0d2cb18981ab95fa34 /package/busybox/patches/914-ipkg-fixes.patch
parent032493e5e5f0d8621bb27669602f9171673d176d (diff)
downloadmaster-187ad058-2639fcb22873f4a104972c496eeb8cc86847a0c4.tar.gz
master-187ad058-2639fcb22873f4a104972c496eeb8cc86847a0c4.tar.bz2
master-187ad058-2639fcb22873f4a104972c496eeb8cc86847a0c4.zip
sync busybox with trunk (update to v1.1.3).
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3823 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/patches/914-ipkg-fixes.patch')
-rw-r--r--package/busybox/patches/914-ipkg-fixes.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/busybox/patches/914-ipkg-fixes.patch b/package/busybox/patches/914-ipkg-fixes.patch
new file mode 100644
index 0000000000..55cd9040c6
--- /dev/null
+++ b/package/busybox/patches/914-ipkg-fixes.patch
@@ -0,0 +1,15 @@
+#
+# fix ipkg bugs
+#
+diff -ruN busybox-1.1.2+ipkg-0.99.162-no_warnings/archival/libipkg/pkg.c busybox-1.1.2+ipkg-0.99.162-fixes/archival/libipkg/pkg.c
+--- busybox-1.1.2+ipkg-0.99.162-no_warnings/archival/libipkg/pkg.c 2006-05-09 02:16:48.000000000 +0200
++++ busybox-1.1.2+ipkg-0.99.162-fixes/archival/libipkg/pkg.c 2006-05-09 05:15:29.000000000 +0200
+@@ -359,6 +359,8 @@
+ if (!oldpkg->essential)
+ oldpkg->essential = newpkg->essential;
+
++ oldpkg->provided_by_hand |= newpkg->provided_by_hand;
++
+ return 0;
+ }
+