diff options
| author | Peter Korsgaard <jacmet@sunsite.dk> | 2006-09-25 12:35:27 +0000 | 
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2006-09-25 12:35:27 +0000 | 
| commit | 0d0b98727d10ed6bcd6143d23f618f93fc35164b (patch) | |
| tree | b94efa01ac403eb3916d31eea4c759f0319d63b8 | |
| parent | 388e17a855836676fdfbb3084c9a430fc307a592 (diff) | |
| download | buildroot-novena-0d0b98727d10ed6bcd6143d23f618f93fc35164b.tar.gz buildroot-novena-0d0b98727d10ed6bcd6143d23f618f93fc35164b.zip | |
GRUB package is called BR2_TARGET_GRUB
| -rw-r--r-- | target/iso9660/Config.in | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/target/iso9660/Config.in b/target/iso9660/Config.in index 56e25cb0f..ecfcd3962 100644 --- a/target/iso9660/Config.in +++ b/target/iso9660/Config.in @@ -3,7 +3,7 @@ config BR2_TARGET_ROOTFS_ISO9660  	default n  	depends on BR2_i386  	select BR2_TARGET_ROOTFS_EXT2 -	select BR2_PACKAGE_GRUB +	select BR2_TARGET_GRUB  	help  	  Build a bootable iso9660 image | 
