diff options
author | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-06-30 19:46:45 +0000 |
---|---|---|
committer | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-06-30 19:46:45 +0000 |
commit | b6ff7d438af6c303fc3a8bcaddd1e14d0c6ed1d9 (patch) | |
tree | 6b83c922b296fb4c7dde4cc158bfa745f087884c /target | |
parent | 47e09d34e4a741c56edc9834beb47b0701ec0bb2 (diff) |
fix commit r21994 (thanks juhosg)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21995 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/rt305x/config-2.6.34 | 1 | ||||
-rw-r--r-- | target/linux/rb532/config-2.6.34 | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ramips/rt305x/config-2.6.34 b/target/linux/ramips/rt305x/config-2.6.34 index 5eeeb2a0c6..d2b6311af4 100644 --- a/target/linux/ramips/rt305x/config-2.6.34 +++ b/target/linux/ramips/rt305x/config-2.6.34 @@ -124,7 +124,6 @@ CONFIG_NEED_DMA_MAP_STATE=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y -CONFIG_PCI=y CONFIG_PHYLIB=y # CONFIG_PMC_MSP is not set # CONFIG_PMC_YOSEMITE is not set diff --git a/target/linux/rb532/config-2.6.34 b/target/linux/rb532/config-2.6.34 index b0dd5c8dea..a274d79a44 100644 --- a/target/linux/rb532/config-2.6.34 +++ b/target/linux/rb532/config-2.6.34 @@ -143,7 +143,7 @@ CONFIG_NF_CT_ACCT=y # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PATA_RB532=y -CONFIG_PCI-y +CONFIG_PCI=y CONFIG_PCI_DISABLE_COMMON_QUIRKS=y CONFIG_PCI_DOMAINS=y CONFIG_PCSPKR_PLATFORM=y |