diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-05-10 11:00:02 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-05-10 11:00:02 +0000 |
commit | 73c3a907a3f5b442028a99c71c9bcd4e9070cec8 (patch) | |
tree | acc472c7861763d82c4241aa013a4c238b1272df /target/linux/ixp4xx-2.6/config | |
parent | f0fa2a3de5c7c71c1506a13d690d7bdc4f0b9bb3 (diff) | |
download | upstream-73c3a907a3f5b442028a99c71c9bcd4e9070cec8.tar.gz upstream-73c3a907a3f5b442028a99c71c9bcd4e9070cec8.tar.bz2 upstream-73c3a907a3f5b442028a99c71c9bcd4e9070cec8.zip |
preliminary board support for the Linksys WRT300N v2 (incomplete)
SVN-Revision: 7167
Diffstat (limited to 'target/linux/ixp4xx-2.6/config')
-rw-r--r-- | target/linux/ixp4xx-2.6/config/default | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ixp4xx-2.6/config/default b/target/linux/ixp4xx-2.6/config/default index c3fd3b3ebc..41396f8232 100644 --- a/target/linux/ixp4xx-2.6/config/default +++ b/target/linux/ixp4xx-2.6/config/default @@ -220,6 +220,7 @@ CONFIG_MACH_NAS100D=y CONFIG_MACH_NSLU2=y CONFIG_MACH_PRONGHORNMETRO=y CONFIG_MACH_WG302V2=y +CONFIG_MACH_WRT300NV2=y # CONFIG_MAC_PARTITION is not set # CONFIG_MINIX_FS is not set CONFIG_MINI_FO=y @@ -231,7 +232,7 @@ CONFIG_MTD_BLOCK=y # CONFIG_MTD_BLOCK2MTD is not set CONFIG_MTD_CFI=y CONFIG_MTD_CFI_ADV_OPTIONS=y -# CONFIG_MTD_CFI_AMDSTD is not set +CONFIG_MTD_CFI_AMDSTD=y # CONFIG_MTD_CFI_BE_BYTE_SWAP is not set CONFIG_MTD_CFI_GEOMETRY=n CONFIG_MTD_CFI_I1=y |