]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
fs/iso9660: introduce bootloader choice
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 8 Jun 2015 22:21:43 +0000 (00:21 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 14 Jun 2015 21:21:27 +0000 (23:21 +0200)
commita399f5ebbe990899c51beea95b1764047d435d22
tree21f931e2d0dd3cc5248a0e809042112f69e30173
parent1c5a097b7e044170d040b6cd582a80c93c90f1c9
fs/iso9660: introduce bootloader choice

In preparation to the introduction for the support of other
bootloaders than Grub, this commit adds a "choice ... endchoice" block
with just the Grub option, and adds some conditionals in the
iso9660.mk code for the Grub specific parts.

Of course, for now those conditionals are a bit useless with just this
commit, but they become useful with the followup commits.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
fs/iso9660/Config.in
fs/iso9660/iso9660.mk