3 mainmenu "OpenWrt Configuration"
9 source "target/Config.in"
12 bool "Select all packages by default"
16 bool "Advanced configuration options (for developers)"
22 bool "Show broken platforms / packages" if DEVEL
26 bool "Build Options" if DEVEL
30 prompt "Automatic rebuild of packages" if BUILDOPTS
33 Automatically rebuild packages when their files change
37 prompt "Tar verbose" if BUILDOPTS
42 prompt "Number of jobs to run simultaneously" if BUILDOPTS
45 Number of jobs to run simultanesouly
47 source "toolchain/Config.in"
48 source "target/sdk/Config.in"
51 config TARGET_ROOTFS_INITRAMFS
56 Embed the rootfs into the kernel (initramfs)
58 config TARGET_ROOTFS_JFFS2
61 depends !TARGET_ROOTFS_INITRAMFS
63 Build a jffs2 root filesystem
65 config TARGET_ROOTFS_SQUASHFS
68 depends !LINUX_2_6_ARUBA
69 depends !LINUX_2_6_XSCALE
70 depends !TARGET_ROOTFS_INITRAMFS
71 depends !LINUX_2_6_AU1000
73 Build a squashfs-lzma root filesystem
75 config TARGET_ROOTFS_TGZ
77 default y if !LINUX_2_4_BRCM && !LINUX_2_6_BRCM && !LINUX_2_6_ARUBA && !LINUX_2_4_AR531X
78 depends !TARGET_ROOTFS_INITRAMFS
80 Build a compressed tar archive of the the root filesystem
82 config TARGET_ROOTFS_EXT2FS
85 depends !TARGET_ROOTFS_INITRAMFS
87 Ext2 file system with some free space for uml images
92 source "target/linux/Config.in"