diff options
author | John Crispin <blogic@openwrt.org> | 2008-06-07 16:04:31 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2008-06-07 16:04:31 +0000 |
commit | c3347ecaa8b85e2f39bedf2494f14b4dbcb7776e (patch) | |
tree | a3fe62b2ed00258db4c9a03427a08dea6f4d8e2f /target/linux/ifxmips/patches | |
parent | 35429cda0dee9d6a6eba563cc01437228f205e85 (diff) | |
download | upstream-c3347ecaa8b85e2f39bedf2494f14b4dbcb7776e.tar.gz upstream-c3347ecaa8b85e2f39bedf2494f14b4dbcb7776e.tar.bz2 upstream-c3347ecaa8b85e2f39bedf2494f14b4dbcb7776e.zip |
fixes ifxmips pci support and adds GENERIC_GPIO
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11396 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ifxmips/patches')
-rw-r--r-- | target/linux/ifxmips/patches/100-board.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ifxmips/patches/100-board.patch b/target/linux/ifxmips/patches/100-board.patch index 0608f8ab33..60d2fe7372 100644 --- a/target/linux/ifxmips/patches/100-board.patch +++ b/target/linux/ifxmips/patches/100-board.patch @@ -2,7 +2,7 @@ Index: linux-2.6.25.4/arch/mips/Kconfig =================================================================== --- linux-2.6.25.4.orig/arch/mips/Kconfig +++ linux-2.6.25.4/arch/mips/Kconfig -@@ -78,6 +78,19 @@ config MIPS_COBALT +@@ -78,6 +78,21 @@ config MIPS_COBALT select SYS_SUPPORTS_LITTLE_ENDIAN select GENERIC_HARDIRQS_NO__DO_IRQ @@ -18,6 +18,8 @@ Index: linux-2.6.25.4/arch/mips/Kconfig + select SYS_SUPPORTS_32BIT_KERNEL + select SYS_HAS_EARLY_PRINTK + select HW_HAS_PCI ++ select GENERIC_GPIO ++ select SWAP_IO_SPACE + config MACH_DECSTATION bool "DECstations" |