projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix prompt on kernel config for brcm-2.4
[openwrt.git]
/
target
/
Config.in
diff --git
a/target/Config.in
b/target/Config.in
index
64f7758
..
780ee42
100644
(file)
--- a/
target/Config.in
+++ b/
target/Config.in
@@
-35,6
+35,9
@@
config USES_JFFS2
config USES_EXT2
bool
config USES_EXT2
bool
+config PROFILE_KCONFIG
+ bool
+
# Architecture selection
config i386
# Architecture selection
config i386
@@
-82,6
+85,9
@@
config sparc
select BIG_ENDIAN
bool
select BIG_ENDIAN
bool
+config x86_64
+ bool
+
config ARCH
string
default "arm" if arm
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 "sh4" if sh4
default "sh4eb" if sh4eb
default "sparc" if sparc
+ default "x86_64" if x86_64
This page took
0.020058 seconds
and
4
git commands to generate.