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 | 81edc28358cd2a63886ab521155aa573111e0960 (patch) | |
tree | 1406a20d7edea3886291ac8e1347766e42c28b35 /target/linux/kirkwood | |
parent | 5a351509aa3f12e18cea2ab312ff7466631c8488 (diff) | |
download | upstream-81edc28358cd2a63886ab521155aa573111e0960.tar.gz upstream-81edc28358cd2a63886ab521155aa573111e0960.tar.bz2 upstream-81edc28358cd2a63886ab521155aa573111e0960.zip |
enable mach support for OpenRD Base and OpenRD Client (#8417), spare the rest
SVN-Revision: 24541
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 |