diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 07:16:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 07:16:54 +0000 |
commit | 518fb1a488ccdfb1337388dd3913ef2344755826 (patch) | |
tree | 604445e07f8e73b5a3ebb21c81b4a16ef582c3f5 /target/linux/atheros/patches-2.6.23/110-spiflash.patch | |
parent | b0b3bc5f009249df74c13ec0dc6087cf1943b318 (diff) | |
download | upstream-518fb1a488ccdfb1337388dd3913ef2344755826.tar.gz upstream-518fb1a488ccdfb1337388dd3913ef2344755826.tar.bz2 upstream-518fb1a488ccdfb1337388dd3913ef2344755826.zip |
refresh kernel patches
SVN-Revision: 11197
Diffstat (limited to 'target/linux/atheros/patches-2.6.23/110-spiflash.patch')
-rw-r--r-- | target/linux/atheros/patches-2.6.23/110-spiflash.patch | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/target/linux/atheros/patches-2.6.23/110-spiflash.patch b/target/linux/atheros/patches-2.6.23/110-spiflash.patch index fc4ef4c0f2..1199cbadf0 100644 --- a/target/linux/atheros/patches-2.6.23/110-spiflash.patch +++ b/target/linux/atheros/patches-2.6.23/110-spiflash.patch @@ -1,7 +1,8 @@ -diff -urN linux.old/drivers/mtd/devices/Kconfig linux.dev/drivers/mtd/devices/Kconfig ---- linux.old/drivers/mtd/devices/Kconfig 2007-02-04 04:30:26.145338240 +0100 -+++ linux.dev/drivers/mtd/devices/Kconfig 2007-02-02 23:48:28.748969000 +0100 -@@ -76,6 +76,10 @@ +Index: linux-2.6.23.17/drivers/mtd/devices/Kconfig +=================================================================== +--- linux-2.6.23.17.orig/drivers/mtd/devices/Kconfig ++++ linux-2.6.23.17/drivers/mtd/devices/Kconfig +@@ -76,6 +76,10 @@ config MTD_M25P80 used for program and data storage. Set up your spi devices with the right board-specific platform data. @@ -12,10 +13,11 @@ diff -urN linux.old/drivers/mtd/devices/Kconfig linux.dev/drivers/mtd/devices/Kc config MTD_SLRAM tristate "Uncached system RAM" help -diff -urN linux.old/drivers/mtd/devices/Makefile linux.dev/drivers/mtd/devices/Makefile ---- linux.old/drivers/mtd/devices/Makefile 2007-02-04 04:30:26.146338088 +0100 -+++ linux.dev/drivers/mtd/devices/Makefile 2007-02-02 23:48:28.749969000 +0100 -@@ -18,3 +18,4 @@ +Index: linux-2.6.23.17/drivers/mtd/devices/Makefile +=================================================================== +--- linux-2.6.23.17.orig/drivers/mtd/devices/Makefile ++++ linux-2.6.23.17/drivers/mtd/devices/Makefile +@@ -18,3 +18,4 @@ obj-$(CONFIG_MTD_BLOCK2MTD) += block2mtd obj-$(CONFIG_MTD_DATAFLASH) += mtd_dataflash.o obj-$(CONFIG_MTD_DATAFLASH26) += at91_dataflash26.o obj-$(CONFIG_MTD_M25P80) += m25p80.o |