source: freewrt/package/busybox/patches/patch-archival_dpkg_c@ c6b195c

freewrt_1_0 freewrt_2_0
Last change on this file since c6b195c was c6b195c, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

use make update-patches to generate patches. start ucdhcp as background process, so that you can later attach a cable and still get an ip address without reboot. add address/broadcast parameters to ip link set

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1215 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 553 bytes
Line 
1$FreeWRT$
2--- busybox-1.1.3.orig/archival/dpkg.c Wed Mar 22 22:16:20 2006
3+++ busybox-1.1.3/archival/dpkg.c Sat Nov 25 19:54:19 2006
4@@ -1530,6 +1530,10 @@ static char *deb_extract_control_file_to
5 return(ar_handle->sub_archive->buffer);
6 }
7
8+/*
9+
10+// moved to data_extract_all.c
11+
12 static void data_extract_all_prefix(archive_handle_t *archive_handle)
13 {
14 char *name_ptr = archive_handle->file_header->name;
15@@ -1543,6 +1547,8 @@ static void data_extract_all_prefix(arch
16 }
17 return;
18 }
19+
20+*/
21
22 static void unpack_package(deb_file_t *deb_file)
23 {
Note: See TracBrowser for help on using the repository browser.