projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ensure dropbear is installed before disabling telnet (#920)
[openwrt.git]
/
target
/
Config.in
diff --git
a/target/Config.in
b/target/Config.in
index
26e7173
..
647aa12
100644
(file)
--- a/
target/Config.in
+++ b/
target/Config.in
@@
-55,6
+55,7
@@
config LINUX_2_6_BRCM
select LINUX_2_6
select PCI_SUPPORT
select USB_SUPPORT
select LINUX_2_6
select PCI_SUPPORT
select USB_SUPPORT
+ select ATM_SUPPORT
#select PCMCIA_SUPPORT
select USES_SQUASHFS
select USES_JFFS2
#select PCMCIA_SUPPORT
select USES_SQUASHFS
select USES_JFFS2
@@
-69,6
+70,7
@@
config LINUX_2_6_BRCM63XX
select LINUX_2_6
select PCI_SUPPORT
select USB_SUPPORT
select LINUX_2_6
select PCI_SUPPORT
select USB_SUPPORT
+ select ATM_SUPPORT
select PCMCIA_SUPPORT
select USES_SQUASHFS
select USES_JFFS2
select PCMCIA_SUPPORT
select USES_SQUASHFS
select USES_JFFS2
@@
-76,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
@@
-98,6
+100,16
@@
config LINUX_2_6_RB532
select PCI_SUPPORT
select USES_JFFS2
select PCI_SUPPORT
select USES_JFFS2
+config LINUX_2_6_RDC
+ bool "RDC x86 [2.6]"
+ depends BROKEN
+ select i386
+ select LINUX_2_6
+ select PCI_SUPPORT
+ select USES_JFFS2
+ help
+ Build firmware images for RDC R3203 based routers (e.g. Airlink101 AR525W)
+
config LINUX_2_4_AR7
bool "TI AR7 [2.4]"
select mipsel
config LINUX_2_4_AR7
bool "TI AR7 [2.4]"
select mipsel
@@
-112,7
+124,10
@@
config LINUX_2_6_X86
select LINUX_2_6
select PCI_SUPPORT
select USB_SUPPORT
select LINUX_2_6
select PCI_SUPPORT
select USB_SUPPORT
+ select ATM_SUPPORT
select PCMCIA_SUPPORT
select PCMCIA_SUPPORT
+ select USES_JFFS2
+ select USES_EXT2
help
Build firmware images for x86 based boards
(e.g. Soekris net4521 and net4801, PC Engines WRAP...)
help
Build firmware images for x86 based boards
(e.g. Soekris net4521 and net4801, PC Engines WRAP...)
@@
-196,6
+211,9
@@
config PCMCIA_SUPPORT
config USB_SUPPORT
bool
config USB_SUPPORT
bool
+config ATM_SUPPORT
+ bool
+
config BIG_ENDIAN
bool
config BIG_ENDIAN
bool
@@
-205,6
+223,9
@@
config USES_SQUASHFS
config USES_JFFS2
bool
config USES_JFFS2
bool
+config USES_EXT2
+ bool
+
# Architecture selection
config i386
# Architecture selection
config i386
This page took
0.024701 seconds
and
4
git commands to generate.