diff options
author | Rod Whitby <rod@whitby.id.au> | 2009-05-01 00:16:54 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2009-05-01 00:16:54 +0000 |
commit | e8410422c0d3a3621ee5a604cd5a52e80604532f (patch) | |
tree | 9fde706f2e6acaa0b1874f9e3cd1f888c5805903 /recipes/linux/unslung-kernel/config-fixes.patch | |
parent | e34ffc1bf774a0a6561d7b9e0e6800e1029c0ef1 (diff) |
Unslung: Removed all trace of the unslung distro from OE
Diffstat (limited to 'recipes/linux/unslung-kernel/config-fixes.patch')
-rw-r--r-- | recipes/linux/unslung-kernel/config-fixes.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/recipes/linux/unslung-kernel/config-fixes.patch b/recipes/linux/unslung-kernel/config-fixes.patch deleted file mode 100644 index 2afbe66f0a..0000000000 --- a/recipes/linux/unslung-kernel/config-fixes.patch +++ /dev/null @@ -1,34 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- linux-2.4.22/drivers/usb/Config.in~linksys_can_bite_me 2004-09-08 19:14:15.000000000 -0500 -+++ linux-2.4.22/drivers/usb/Config.in 2004-09-08 19:19:37.000000000 -0500 -@@ -120,6 +120,4 @@ - fi - fi - --source drivers/usb/gadget/Config.in -- - endmenu ---- linux-2.4.22/drivers/ixp400/Makefile~linksys_can_bite_me 2004-09-08 19:14:08.000000000 -0500 -+++ linux-2.4.22/drivers/ixp400/Makefile 2004-09-08 19:32:55.000000000 -0500 -@@ -78,7 +78,9 @@ - # DAMAGE." - # - # -- End Intel/GPL Copyright Notice -- -+# - -+ifdef CONFIG_IXP425_CSR - include $(ROOTDIR)/IXP400lib/ixp400_xscale_sw/buildUtils/environment.linux - # IX_XSCALE_SW=$(ROOTDIR)/IXP400lib/ixp400_xscale_sw/ - # The kernel makefiles override the value of CFLAGS on the make -@@ -148,6 +150,7 @@ - # directory. Note that they must be filenames in this directory - the - # ramdisk rules cannot handle paths in this list. - obj-m := $(IXP400_MODULES) -+endif - - # Include the generic kernel build system rules - include $(TOPDIR)/Rules.make |