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 "Build Options" if DEVEL
26 prompt "Automatic rebuild of packages" if BUILDOPTS
29 Automatically rebuild packages when their files change
33 prompt "Tar verbose" if BUILDOPTS
38 prompt "Number of jobs to run simultaneously" if BUILDOPTS
41 Number of jobs to run simultanesouly
43 source "toolchain/Config.in"
44 source "target/sdk/Config.in"
47 config TARGET_ROOTFS_INITRAMFS
52 Embed the rootfs into the kernel (initramfs)
54 config TARGET_ROOTFS_JFFS2
57 depends !TARGET_ROOTFS_INITRAMFS
59 Build a jffs2 root filesystem
61 config TARGET_ROOTFS_SQUASHFS
64 depends !LINUX_2_6_ARUBA
65 depends !LINUX_2_6_XSCALE
66 depends !TARGET_ROOTFS_INITRAMFS
67 depends !LINUX_2_6_AU1000
69 Build a squashfs-lzma root filesystem
71 config TARGET_ROOTFS_TGZ
73 default y if !LINUX_2_4_BRCM && !LINUX_2_6_BRCM && !LINUX_2_6_ARUBA && !LINUX_2_4_AR531X
74 depends !TARGET_ROOTFS_INITRAMFS
76 Build a compressed tar archive of the the root filesystem
78 config TARGET_ROOTFS_EXT2FS
81 depends !TARGET_ROOTFS_INITRAMFS
83 Ext2 file system with some free space for uml images
88 source "target/linux/Config.in"