aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mpc83xx/patches-2.6.36/005-kernel_Makefile.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-02 18:27:26 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-02 18:27:26 +0000
commitfa0ed4d09c5ba40e2945cae6d19249cb270e7778 (patch)
treed84102c9dfa6893dc11c30edbe8456c9217a02d9 /target/linux/mpc83xx/patches-2.6.36/005-kernel_Makefile.patch
parentb0d93742c9c898e00d13bfb2c4c309132d96c81a (diff)
downloadmaster-187ad058-fa0ed4d09c5ba40e2945cae6d19249cb270e7778.tar.gz
master-187ad058-fa0ed4d09c5ba40e2945cae6d19249cb270e7778.tar.bz2
master-187ad058-fa0ed4d09c5ba40e2945cae6d19249cb270e7778.zip
mpc83xx: remove 2.6.36 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31555 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc83xx/patches-2.6.36/005-kernel_Makefile.patch')
-rw-r--r--target/linux/mpc83xx/patches-2.6.36/005-kernel_Makefile.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/mpc83xx/patches-2.6.36/005-kernel_Makefile.patch b/target/linux/mpc83xx/patches-2.6.36/005-kernel_Makefile.patch
deleted file mode 100644
index 329aa5885c..0000000000
--- a/target/linux/mpc83xx/patches-2.6.36/005-kernel_Makefile.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/arch/powerpc/kernel/Makefile
-+++ b/arch/powerpc/kernel/Makefile
-@@ -116,9 +116,11 @@ obj-$(CONFIG_FSL_EMB_PERF_EVENT_E500) +=
-
- obj-$(CONFIG_8XX_MINIMAL_FPEMU) += softemu8xx.o
-
-+ifneq ($(CONFIG_RB_IOMAP),y)
- ifneq ($(CONFIG_PPC_INDIRECT_IO),y)
- obj-y += iomap.o
- endif
-+endif
-
- obj-$(CONFIG_PPC64) += $(obj64-y)
- obj-$(CONFIG_PPC32) += $(obj32-y)