Changeset fd80cb9 in freewrt for target/linux/generic-2.4/patches


Ignore:
Timestamp:
Sep 26, 2006, 12:26:36 AM (19 years ago)
Author:
Dirk Nehring <dnehring@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
17ea718
Parents:
171e3d4
Message:

mv kernel version to 2.4.33.3

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

Location:
target/linux/generic-2.4/patches
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • target/linux/generic-2.4/patches/006-gcc4_fixes.patch

    r171e3d4 rfd80cb9  
    185185 {
    186186        int fd;
    187 diff -rupN linux-2.4.32/drivers/usb/host/ehci-q.c linux-2.4.32.gcc4-fixes-v12/drivers/usb/host/ehci-q.c
    188 --- linux-2.4.32/drivers/usb/host/ehci-q.c      2005-01-19 18:00:53.000000000 +0100
    189 +++ linux-2.4.32.gcc4-fixes-v12/drivers/usb/host/ehci-q.c       2005-11-17 13:32:13.000000000 +0100
    190 @@ -199,8 +199,6 @@ ehci_urb_done (struct ehci_hcd *ehci, st
    191  #ifdef INTR_AUTOMAGIC
    192         struct urb              *resubmit = 0;
    193         struct usb_device       *dev = 0;
    194 -
    195 -       static int ehci_urb_enqueue (struct usb_hcd *, struct urb *, int);
    196  #endif
    197  
    198         if (likely (urb->hcpriv != 0)) {
    199187diff -rupN linux-2.4.32/drivers/usb/inode.c linux-2.4.32.gcc4-fixes-v12/drivers/usb/inode.c
    200188--- linux-2.4.32/drivers/usb/inode.c    2004-02-18 15:16:23.000000000 +0100
  • target/linux/generic-2.4/patches/007-more_gcc4_fixes.patch

    r171e3d4 rfd80cb9  
    762762 {
    763763        struct bonding *bond = bond_dev->priv;
    764 -       struct ethhdr *eth_data = (struct ethhdr *)skb->mac.raw = skb->data;
     764-       struct ethhdr *eth_data = (struct ethhdr *)(skb->mac.raw = skb->data);
    765765+       struct ethhdr *eth_data;
    766766        struct alb_bond_info *bond_info = &(BOND_ALB_INFO(bond));
Note: See TracChangeset for help on using the changeset viewer.