diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-12-02 21:54:53 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-12-02 21:54:53 +0000 |
commit | 919a8a9fe004ffd9e9a2105185fa9021de0f3b6d (patch) | |
tree | ee3f66b29bd78b6aa2826f888ba13a1a59edd8d3 /target/linux/atheros | |
parent | 9e52639685ce177a9068b0f279f08a28fffcd285 (diff) | |
download | upstream-919a8a9fe004ffd9e9a2105185fa9021de0f3b6d.tar.gz upstream-919a8a9fe004ffd9e9a2105185fa9021de0f3b6d.tar.bz2 upstream-919a8a9fe004ffd9e9a2105185fa9021de0f3b6d.zip |
make mips_machine stuff available for other MIPS targets
SVN-Revision: 13492
Diffstat (limited to 'target/linux/atheros')
-rw-r--r-- | target/linux/atheros/config-2.6.26 | 1 | ||||
-rw-r--r-- | target/linux/atheros/config-2.6.27 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/atheros/config-2.6.26 b/target/linux/atheros/config-2.6.26 index db942aa495..ecb9a991d1 100644 --- a/target/linux/atheros/config-2.6.26 +++ b/target/linux/atheros/config-2.6.26 @@ -104,6 +104,7 @@ CONFIG_MIPS=y # CONFIG_MIPS_ATLAS is not set # CONFIG_MIPS_COBALT is not set CONFIG_MIPS_L1_CACHE_SHIFT=5 +# CONFIG_MIPS_MACHINE is not set # CONFIG_MIPS_MALTA is not set CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_MT_SMP is not set diff --git a/target/linux/atheros/config-2.6.27 b/target/linux/atheros/config-2.6.27 index 7bee8c1739..435b1ca848 100644 --- a/target/linux/atheros/config-2.6.27 +++ b/target/linux/atheros/config-2.6.27 @@ -108,6 +108,7 @@ CONFIG_LEDS_GPIO=y CONFIG_MIPS=y # CONFIG_MIPS_COBALT is not set CONFIG_MIPS_L1_CACHE_SHIFT=5 +# CONFIG_MIPS_MACHINE is not set # CONFIG_MIPS_MALTA is not set CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_MT_SMP is not set |