]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/nslu2-linksys-kernel-2.4.22/config-fixes.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / nslu2-linksys-kernel-2.4.22 / config-fixes.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- linux-2.4.22/drivers/usb/Config.in~linksys_can_bite_me      2004-09-08 19:14:15.000000000 -0500
7 +++ linux-2.4.22/drivers/usb/Config.in  2004-09-08 19:19:37.000000000 -0500
8 @@ -120,6 +120,4 @@
9     fi
10  fi
11  
12 -source drivers/usb/gadget/Config.in
13 -
14  endmenu
15 --- linux-2.4.22/drivers/ixp400/Makefile~linksys_can_bite_me    2004-09-08 19:14:08.000000000 -0500
16 +++ linux-2.4.22/drivers/ixp400/Makefile        2004-09-08 19:32:55.000000000 -0500
17 @@ -78,7 +78,9 @@
18  # DAMAGE."
19  #
20  # -- End Intel/GPL Copyright Notice --
21 +#
22  
23 +ifdef CONFIG_IXP425_CSR
24  include $(ROOTDIR)/IXP400lib/ixp400_xscale_sw/buildUtils/environment.linux
25  # IX_XSCALE_SW=$(ROOTDIR)/IXP400lib/ixp400_xscale_sw/
26  # The kernel makefiles override the value of CFLAGS on the make
27 @@ -148,6 +150,7 @@
28  # directory. Note that they must be filenames in this directory - the
29  # ramdisk rules cannot handle paths in this list.
30  obj-m := $(IXP400_MODULES)
31 +endif
32  
33  # Include the generic kernel build system rules
34  include $(TOPDIR)/Rules.make