Changeset ecb5fbe in freewrt for package


Ignore:
Timestamp:
Jul 25, 2006, 1:38:51 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
24dce9d
Parents:
54f72bc
Message:

two examples of regenerated patches,
one "normal" (zlib), one with WRKSRC=WRKDIR (dhcp6)

note: if there are object files and stuff like that
in WRKSRC, it goes ka-boom ;) so always do it like this:

TOPDIR=../.. gmake V=99 prepare
# patch the files
TOPDIR=../.. gmake update-patches
# review the patch files
TOPDIR=../.. gmake V=99 compile install

git-svn-id: svn://www.freewrt.org/trunk/freewrt@405 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package
Files:
6 added
2 deleted
1 moved

Legend:

Unmodified
Added
Removed
  • package/dhcp6/patches/patch-client_solicit_c

    r54f72bc recb5fbe  
    1 --- dhcp6-1.0/client/solicit.c  2025-06-28 23:21:40.000000000 -0700
    2 +++ dhcp6-1.0-patched/client/solicit.c  2006-04-27 15:32:52.000000000 -0700
    3 @@ -18,7 +18,7 @@
     1$FreeWRT$
     2--- w-dhcp6-1.0-1.orig/client/solicit.c Sat Jun 28 23:21:17 2025
     3+++ w-dhcp6-1.0-1/client/solicit.c      Tue Jul 25 10:37:07 2006
     4@@ -18,7 +18,7 @@ struct DHCP_MESSAGE * create_solicit_mes
    45     dhcp_message_ptr -> opt = add_client_id_option (interface_details);
    56     
Note: See TracChangeset for help on using the changeset viewer.