diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-06-30 19:35:12 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-06-30 19:35:12 +0000 |
commit | 9d0627a92dbd07fd64bd310ba18673d5fa1e862c (patch) | |
tree | 3d33d79d8e2e1692db94f9753dc3e96b0fef10b1 /target/linux/ramips | |
parent | 9de331b93ce91bfa7db4fe81e18f936c93410a00 (diff) | |
download | upstream-9d0627a92dbd07fd64bd310ba18673d5fa1e862c.tar.gz upstream-9d0627a92dbd07fd64bd310ba18673d5fa1e862c.tar.bz2 upstream-9d0627a92dbd07fd64bd310ba18673d5fa1e862c.zip |
fix commit r21993
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21994 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/rt288x/config-2.6.34 | 1 | ||||
-rw-r--r-- | target/linux/ramips/rt305x/config-2.6.34 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/rt288x/config-2.6.34 b/target/linux/ramips/rt288x/config-2.6.34 index d851b528a8..21cdfa53ee 100644 --- a/target/linux/ramips/rt288x/config-2.6.34 +++ b/target/linux/ramips/rt288x/config-2.6.34 @@ -133,6 +133,7 @@ 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_PCI_DOMAINS=y CONFIG_PHYLIB=y # CONFIG_PMC_MSP is not set diff --git a/target/linux/ramips/rt305x/config-2.6.34 b/target/linux/ramips/rt305x/config-2.6.34 index d2b6311af4..5eeeb2a0c6 100644 --- a/target/linux/ramips/rt305x/config-2.6.34 +++ b/target/linux/ramips/rt305x/config-2.6.34 @@ -124,6 +124,7 @@ 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 |