projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
port ppp modules to package/kernel and fix ppp package dependencies
[openwrt.git]
/
Config.in
diff --git
a/Config.in
b/Config.in
index
a2e6bdd
..
752e1d9
100644
(file)
--- a/
Config.in
+++ b/
Config.in
@@
-18,6
+18,10
@@
menuconfig DEVEL
select BUILDOPTS
select TOOLCHAINOPTS
select BUILDOPTS
select TOOLCHAINOPTS
+config BROKEN
+ bool "Show broken platforms / packages" if DEVEL
+ default n
+
menuconfig BUILDOPTS
bool "Build Options" if DEVEL
menuconfig BUILDOPTS
bool "Build Options" if DEVEL
@@
-74,6
+78,14
@@
menu "Target Images"
depends !TARGET_ROOTFS_INITRAMFS
help
Build a compressed tar archive of the the root filesystem
depends !TARGET_ROOTFS_INITRAMFS
help
Build a compressed tar archive of the the root filesystem
+
+ config TARGET_ROOTFS_EXT2FS
+ bool "ext2"
+ default n
+ depends !TARGET_ROOTFS_INITRAMFS
+ help
+ Ext2 file system with some free space for uml images
+
endmenu
endmenu
This page took
0.025336 seconds
and
4
git commands to generate.