projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Updated to new upstream release (v1.3.16)
[openwrt.git]
/
target
/
Config.in
diff --git
a/target/Config.in
b/target/Config.in
index
6453d54
..
0e11e17
100644
(file)
--- a/
target/Config.in
+++ b/
target/Config.in
@@
-12,27
+12,16
@@
menu "Target Root Filesystem"
help
Build a squashfs-lzma root filesystem
help
Build a squashfs-lzma root filesystem
-endmenu
-
-menu "Device Support"
-
- config BR2_TARGET_DEFAULT
+ config BR2_TARGET_ROOTFS_TGZ
+ bool "tgz"
default y
default y
- bool "Generic"
+ help
+ Build a compressed tar archive of the kernel and the root filesystem
- config BR2_TARGET_WRT54G
- default y
- select BR2_TARGET_DEFAULT
- bool "Linksys WRT54G"
+endmenu
- config BR2_TARGET_WRT54GS
- default y
- select BR2_TARGET_DEFAULT
- bool "Linksys WRT54GS"
-
- config BR2_TARGET_MOTOROLA
- default n
- select BR2_TARGET_DEFAULT
- bool "Motorola"
+menu "Kernel Configuration / Device Support"
+
+source "target/linux/Config.in"
endmenu
endmenu
This page took
0.020584 seconds
and
4
git commands to generate.