diff options
author | Andy Boyett <agb@openwrt.org> | 2009-10-05 17:04:56 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2009-10-05 17:04:56 +0000 |
commit | 6124945f6d3b0d09847e8a62390790059b3f11e4 (patch) | |
tree | 6e48bc04aee8aff3f715ccc4c814c62267f6efc0 /target | |
parent | baf9f07594969bec9d0254aa158d1946f7df80d0 (diff) | |
download | upstream-6124945f6d3b0d09847e8a62390790059b3f11e4.tar.gz upstream-6124945f6d3b0d09847e8a62390790059b3f11e4.tar.bz2 upstream-6124945f6d3b0d09847e8a62390790059b3f11e4.zip |
[rdc] explicitly disable IBM_ASM kconfig option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17901 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/rdc/config-2.6.28 | 1 | ||||
-rw-r--r-- | target/linux/rdc/config-2.6.30 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/rdc/config-2.6.28 b/target/linux/rdc/config-2.6.28 index 8f7ec6a48f..80aecef86a 100644 --- a/target/linux/rdc/config-2.6.28 +++ b/target/linux/rdc/config-2.6.28 @@ -116,6 +116,7 @@ CONFIG_HZ_250=y # CONFIG_I8K is not set # CONFIG_IB700_WDT is not set # CONFIG_IBMASR is not set +# CONFIG_IBM_ASM is not set CONFIG_ICPLUS_PHY=y # CONFIG_IDE is not set CONFIG_INITRAMFS_SOURCE="" diff --git a/target/linux/rdc/config-2.6.30 b/target/linux/rdc/config-2.6.30 index 47de90b4ae..6678ef51e3 100644 --- a/target/linux/rdc/config-2.6.30 +++ b/target/linux/rdc/config-2.6.30 @@ -142,6 +142,7 @@ CONFIG_HZ_250=y # CONFIG_I8K is not set # CONFIG_IB700_WDT is not set # CONFIG_IBMASR is not set +# CONFIG_IBM_ASM is not set CONFIG_ICPLUS_PHY=y CONFIG_INITRAMFS_SOURCE="" # CONFIG_IOMMU_API is not set |