X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2FConfig.in;h=780ee421fce4081ab11edfbff26a2dd9d8cbc40c;hb=407b204ecd427a257a57bd53b245732ee71bab37;hp=64f775877b31ca92f6b58535a28c3e34ed4517f4;hpb=2546859bfcac43e62748abb1f36c1fd0d9ae3e9c;p=openwrt.git diff --git a/target/Config.in b/target/Config.in index 64f775877b..780ee421fc 100644 --- a/target/Config.in +++ b/target/Config.in @@ -35,6 +35,9 @@ config USES_JFFS2 config USES_EXT2 bool +config PROFILE_KCONFIG + bool + # Architecture selection config i386 @@ -82,6 +85,9 @@ config sparc select BIG_ENDIAN bool +config x86_64 + bool + config ARCH string default "arm" if arm @@ -97,4 +103,5 @@ config ARCH default "sh4" if sh4 default "sh4eb" if sh4eb default "sparc" if sparc + default "x86_64" if x86_64