projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: fix WNDR3x00 model detection
[openwrt.git]
/
target
/
linux
/
at91
/
image
/
Config.in
diff --git
a/target/linux/at91/image/Config.in
b/target/linux/at91/image/Config.in
index
129c621
..
917398f
100644
(file)
--- a/
target/linux/at91/image/Config.in
+++ b/
target/linux/at91/image/Config.in
@@
-1,12
+1,12
@@
config AT91_DFBOOT
bool "Build dataflashboot loader"
depends TARGET_at91
config AT91_DFBOOT
bool "Build dataflashboot loader"
depends TARGET_at91
- default
y
+ default
n
config AT91_UBOOT
bool "Build U-Boot bootloader"
depends TARGET_at91
config AT91_UBOOT
bool "Build U-Boot bootloader"
depends TARGET_at91
- default
y
+ default
n
config UBOOT_TARGET
string "U-Boot target board"
config UBOOT_TARGET
string "U-Boot target board"
@@
-30,3
+30,8
@@
config UBOOT_SERVERIP
help
IP address of TFTP server for U-Boot
help
IP address of TFTP server for U-Boot
+config FLEXIBITY_ROOT
+ bool "Build Flexibity RootFS (with embedded kernel)"
+ depends TARGET_at91_flexibity
+ default n
+
This page took
0.024813 seconds
and
4
git commands to generate.