projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add even more workarounds for bcm4710, remove -fno-delayed-branch from kernel cflags...
[openwrt.git]
/
target
/
Config.in
diff --git
a/target/Config.in
b/target/Config.in
index
c2576fd
..
5019b3d
100644
(file)
--- a/
target/Config.in
+++ b/
target/Config.in
@@
-1,9
+1,21
@@
-#
+menu "Target Root Filesystem"
-menu "Target Filesystem"
+ config BR2_TARGET_ROOTFS_JFFS2
+ bool "jffs2"
+ default y
+ help
+ Build a jffs2 root filesystem
-source "target/jffs2/Config.in"
-source "target/squashfs/Config.in"
+ config BR2_TARGET_ROOTFS_SQUASHFS_LZMA
+ bool "squashfs-lzma"
+ default y
+ help
+ Build a squashfs-lzma root filesystem
endmenu
endmenu
+menu "Kernel Configuration / Device Support"
+
+source "target/linux/Config.in"
+
+endmenu
This page took
0.02267 seconds
and
4
git commands to generate.