summaryrefslogtreecommitdiffstats
path: root/fs/iso9660
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-04-15 13:51:33 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-04-15 13:51:33 +0200
commit376549b7556f5df748a1fbf70b4bdd843458f78e (patch)
treef858ce9b61388a26797d661dd7e82d7e1767ebdc /fs/iso9660
parenta7e276bc3d2186e27b6af59d71b58ab4dda05888 (diff)
downloadbuildroot-novena-376549b7556f5df748a1fbf70b4bdd843458f78e.tar.gz
buildroot-novena-376549b7556f5df748a1fbf70b4bdd843458f78e.zip
iso9660: menu.lst fixup after move to fs
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'fs/iso9660')
-rw-r--r--fs/iso9660/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/iso9660/Config.in b/fs/iso9660/Config.in
index ceee52ff9..78305814a 100644
--- a/fs/iso9660/Config.in
+++ b/fs/iso9660/Config.in
@@ -10,7 +10,7 @@ config BR2_TARGET_ROOTFS_ISO9660
config BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU
string "Boot menu.lst file"
depends on BR2_TARGET_ROOTFS_ISO9660
- default "target/iso9660/menu.lst"
+ default "fs/iso9660/menu.lst"
comment "iso image requires a Linux kernel to be built"
depends on BR2_i386 && BR2_KERNEL_none