move most of the x86 image generation options to the main file
[openwrt/openwrt.git] / target / linux / x86 / image / Config.in
1 config X86_ETHERBOOT_IMAGES
2 bool "Build Etherboot image"
3 depends on TARGET_x86_thincan_DBE61
4 default y
5 help
6 Builds network bootable image for ThinCan DBE61 (Etherboot BIOS)
7
8 config X86_ETHERBOOT_BOOTOPTS
9 string "Extra kernel boot options"
10 depends on X86_ETHERBOOT_IMAGES
11 default "ip=dhcp nbdport=2000 " if TARGET_ROOTFS_SQUASHFS
12 default "ip=dhcp root=/dev/nfs nfsroot=192.168.0.1:/srv/dbe61"
13 help
14 Kernel arguments to pass to the kernel eg. NFS root location etc.
15
16 config OLPC_BOOTSCRIPT_IMAGES
17 bool "Build images with bootscript"
18 depends on TARGET_x86_olpc
19 depends on TARGET_ROOTFS_EXT4FS || TARGET_ROOTFS_ISO || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS
20 default TARGET_x86_olpc