x86: remove the olpc subtarget, it has been unmaintained for a long time
[openwrt/staging/mkresin.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.