diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2010-01-02 23:08:15 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2010-01-02 23:08:15 +0000 |
commit | 27a12a6ecea5584fcb72a018065acf297dfef585 (patch) | |
tree | 45d8e9d5371c12080da4362f75374f73e4e9a317 /target/linux/amazon/patches-2.6.30 | |
parent | fe02917a548b9fc4a9103465b4c8a8bf0c2c4d31 (diff) | |
download | upstream-27a12a6ecea5584fcb72a018065acf297dfef585.tar.gz upstream-27a12a6ecea5584fcb72a018065acf297dfef585.tar.bz2 upstream-27a12a6ecea5584fcb72a018065acf297dfef585.zip |
amazon: work on pci controller
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19013 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/amazon/patches-2.6.30')
-rw-r--r-- | target/linux/amazon/patches-2.6.30/100-board.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/amazon/patches-2.6.30/100-board.patch b/target/linux/amazon/patches-2.6.30/100-board.patch index df813e74d6..66d5fd62d2 100644 --- a/target/linux/amazon/patches-2.6.30/100-board.patch +++ b/target/linux/amazon/patches-2.6.30/100-board.patch @@ -1,6 +1,6 @@ --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig -@@ -60,6 +60,21 @@ config BCM47XX +@@ -60,6 +60,22 @@ config BCM47XX help Support for BCM47XX based boards @@ -18,11 +18,12 @@ + select SYS_SUPPORTS_32BIT_KERNEL + select SYS_HAS_EARLY_PRINTK + select HW_HAS_PCI ++ select SWAP_IO_SPACE + config MIPS_COBALT bool "Cobalt Server" select CEVT_R4K -@@ -633,6 +648,7 @@ config CAVIUM_OCTEON_REFERENCE_BOARD +@@ -633,6 +649,7 @@ config CAVIUM_OCTEON_REFERENCE_BOARD endchoice |