diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-09 03:42:19 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-09 03:42:19 +0000 |
commit | 45c7419a4f7a4436c27ffd62b1a05724c4ce6357 (patch) | |
tree | 3720c9dd88592f0143284d0db6f28bc227b899df /openwrt/package/busybox/patches/913-libbb_hash.patch | |
parent | cb3c4276a0d92e542c2a222eb5c02f5f75e57ea0 (diff) |
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
Diffstat (limited to 'openwrt/package/busybox/patches/913-libbb_hash.patch')
-rw-r--r-- | openwrt/package/busybox/patches/913-libbb_hash.patch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/busybox/patches/913-libbb_hash.patch b/openwrt/package/busybox/patches/913-libbb_hash.patch index a146a07d4..3a6a2ba1d 100644 --- a/openwrt/package/busybox/patches/913-libbb_hash.patch +++ b/openwrt/package/busybox/patches/913-libbb_hash.patch @@ -1,3 +1,6 @@ +# +# expose (again) an hash_fd function (used 911-ipkg.patch) +# diff -ruN busybox-1.1.1-old/coreutils/md5_sha1_sum.c busybox-1.1.1-new/coreutils/md5_sha1_sum.c --- busybox-1.1.1-old/coreutils/md5_sha1_sum.c 2006-03-30 00:14:50.000000000 +0200 +++ busybox-1.1.1-new/coreutils/md5_sha1_sum.c 2006-03-29 23:46:51.000000000 +0200 |