diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-14 22:13:32 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-14 22:13:32 +0000 |
commit | 40152cc646ac4cd24d5f1473fdac7974b0f419aa (patch) | |
tree | 7e69218ec25b19c70cff6ca4b84d964ac547e918 /openwrt/target/Config.in | |
parent | 3855bdc4e0c3acf2496f36e3d4b696dd0b4deefc (diff) |
cleanup makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3656 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/Config.in')
-rw-r--r-- | openwrt/target/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index fa3843b990..e91089201d 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -79,6 +79,10 @@ config BR2_LINUX_2_6_X86 if CONFIG_DEVEL +config BR2_LINUX_2_6_MIPS64 + bool "UNSUPPORTED mips64 platform" + select BR2_mips64 + config BR2_LINUX_2_6_ARM bool "UNSUPPORTED little-endian arm platform" select BR2_arm |