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
68 Build a squashfs-lzma root filesystem
70 config TARGET_ROOTFS_TGZ
72 default y if !LINUX_2_4_BRCM && !LINUX_2_6_BRCM && !LINUX_2_6_ARUBA && !LINUX_2_4_AR531X
73 depends !TARGET_ROOTFS_INITRAMFS
75 Build a compressed tar archive of the the root filesystem
79 source "target/linux/Config.in"