diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-03-18 23:35:21 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-03-18 23:35:21 +0000 |
commit | a1058204d0ad9e3cd5f46c6adcf6a0cf7b408176 (patch) | |
tree | baa9919e6eaaa00c545b1b80100512b483267ab5 /target/linux/rdc/ar525w | |
parent | 66dc3ee0c9a8eae18cd7baf13add8fe73ea217d6 (diff) | |
download | mtk-20170518-a1058204d0ad9e3cd5f46c6adcf6a0cf7b408176.zip mtk-20170518-a1058204d0ad9e3cd5f46c6adcf6a0cf7b408176.tar.gz mtk-20170518-a1058204d0ad9e3cd5f46c6adcf6a0cf7b408176.tar.bz2 |
rework board detection
Rework board detection, separate board specific code into its own file. As a
result we also change the way rdc images are generated.
Support for board which required binary tools, like AMIT are dropped. Patch by
Bernhard Loos.
SVN-Revision: 20294
Diffstat (limited to 'target/linux/rdc/ar525w')
-rw-r--r-- | target/linux/rdc/ar525w/config-2.6.30 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/rdc/ar525w/config-2.6.30 b/target/linux/rdc/ar525w/config-2.6.30 index 109f9e0..e69de29 100644 --- a/target/linux/rdc/ar525w/config-2.6.30 +++ b/target/linux/rdc/ar525w/config-2.6.30 @@ -1,8 +0,0 @@ -# CONFIG_MTD_PHYSMAP is not set -# CONFIG_MTD_R8610 is not set -CONFIG_MTD_RDC3210_ALLOW_JFFS2=y -CONFIG_MTD_RDC3210_BUSWIDTH=2 -# CONFIG_MTD_RDC3210_FACTORY_PRESENT is not set -CONFIG_MTD_RDC3210_SIZE=0x400000 -# CONFIG_MTD_RDC3210_STATIC_MAP is not set -CONFIG_MTD_RDC3210=y |