X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3b03b65e9943df105d6e7d7e0524687c59868f80..e362a5fcdf5b2e4870686d9c6a87c95f5206c98d:/target/Config.in?ds=sidebyside diff --git a/target/Config.in b/target/Config.in index 8ff7bee52..780ee421f 100644 --- a/target/Config.in +++ b/target/Config.in @@ -85,6 +85,9 @@ config sparc select BIG_ENDIAN bool +config x86_64 + bool + config ARCH string default "arm" if arm @@ -100,4 +103,5 @@ config ARCH default "sh4" if sh4 default "sh4eb" if sh4eb default "sparc" if sparc + default "x86_64" if x86_64