From 45c7419a4f7a4436c27ffd62b1a05724c4ce6357 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 9 May 2006 03:42:19 +0000 Subject: update busybox+ipkg to latest ipkg (v0.99.162), fix a bug in ipkg that would prevent it from installing local packages if at least a remote package with the same name is available. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3742 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/busybox/patches/914-ipkg-fixes.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 openwrt/package/busybox/patches/914-ipkg-fixes.patch (limited to 'openwrt/package/busybox/patches/914-ipkg-fixes.patch') diff --git a/openwrt/package/busybox/patches/914-ipkg-fixes.patch b/openwrt/package/busybox/patches/914-ipkg-fixes.patch new file mode 100644 index 000000000..55cd9040c --- /dev/null +++ b/openwrt/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; + } + -- cgit v1.2.3