diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-13 10:06:40 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-13 10:06:40 +0000 |
commit | 1b4e3f78c1f582d3c38590e0cc29831d38c8d5de (patch) | |
tree | e60b4e380bc2c846e8c9b5eb314fb1599f3a2b0e /target/linux/kirkwood | |
parent | 56a733289cec9c9838fe5a5c56e22e4bae8aa9b2 (diff) | |
download | upstream-1b4e3f78c1f582d3c38590e0cc29831d38c8d5de.tar.gz upstream-1b4e3f78c1f582d3c38590e0cc29831d38c8d5de.tar.bz2 upstream-1b4e3f78c1f582d3c38590e0cc29831d38c8d5de.zip |
[kirkwood] enable mach support for OpenRD Base and OpenRD Client (#8417), spare the rest
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24541 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/kirkwood')
-rw-r--r-- | target/linux/kirkwood/config-default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/kirkwood/config-default b/target/linux/kirkwood/config-default index 4436bed4e9..27637cb80b 100644 --- a/target/linux/kirkwood/config-default +++ b/target/linux/kirkwood/config-default @@ -95,8 +95,8 @@ CONFIG_MACH_ICONNECT=y # CONFIG_MACH_NET2BIG_V2 is not set # CONFIG_MACH_NET5BIG_V2 is not set # CONFIG_MACH_NETSPACE_V2 is not set -# CONFIG_MACH_OPENRD_BASE is not set -# CONFIG_MACH_OPENRD_CLIENT is not set +CONFIG_MACH_OPENRD_BASE=y +CONFIG_MACH_OPENRD_CLIENT=y # CONFIG_MACH_RD88F6192_NAS is not set # CONFIG_MACH_RD88F6281 is not set CONFIG_MACH_SHEEVAPLUG=y |