2011-05-17 18:35:14 +08:00
|
|
|
config X86_ETHERBOOT_IMAGES
|
|
|
|
bool "Build Etherboot image"
|
2013-11-22 17:44:14 +08:00
|
|
|
depends on TARGET_x86_thincan_DBE61
|
2011-05-17 18:35:14 +08:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
Builds network bootable image for ThinCan DBE61 (Etherboot BIOS)
|
|
|
|
|
|
|
|
config X86_ETHERBOOT_BOOTOPTS
|
|
|
|
string "Extra kernel boot options"
|
2013-04-17 23:36:41 +08:00
|
|
|
depends on X86_ETHERBOOT_IMAGES
|
2011-05-17 18:35:14 +08:00
|
|
|
default "ip=dhcp nbdport=2000 " if TARGET_ROOTFS_SQUASHFS
|
|
|
|
default "ip=dhcp root=/dev/nfs nfsroot=192.168.0.1:/srv/dbe61"
|
|
|
|
help
|
|
|
|
Kernel arguments to pass to the kernel eg. NFS root location etc.
|
|
|
|
|
2009-11-03 09:02:39 +08:00
|
|
|
config OLPC_BOOTSCRIPT_IMAGES
|
2010-05-05 10:11:15 +08:00
|
|
|
bool "Build images with bootscript"
|
2013-04-17 23:36:41 +08:00
|
|
|
depends on TARGET_x86_olpc
|
|
|
|
depends on TARGET_ROOTFS_EXT4FS || TARGET_ROOTFS_ISO || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS
|
2012-05-18 17:57:29 +08:00
|
|
|
default TARGET_x86_olpc
|