projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix missing variable assignment (found by db90h)
[openwrt.git]
/
target
/
Config.in
diff --git
a/target/Config.in
b/target/Config.in
index
a69c224
..
647aa12
100644
(file)
--- a/
target/Config.in
+++ b/
target/Config.in
@@
-78,8
+78,8
@@
config LINUX_2_6_BRCM63XX
Build firmware images for Broadcom based xDSL/routers
(e.g. Inventel Livebox, Siemens SE515)
Build firmware images for Broadcom based xDSL/routers
(e.g. Inventel Livebox, Siemens SE515)
-config LINUX_2_6_
XSCALE
- bool "Intel XScale [2.6]"
+config LINUX_2_6_
IXP4XX
+ bool "Intel XScale
IXP4xx
[2.6]"
select armeb
select LINUX_2_6
select PCI_SUPPORT
select armeb
select LINUX_2_6
select PCI_SUPPORT
This page took
0.020548 seconds
and
4
git commands to generate.