diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 01:08:40 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 01:08:40 +0000 |
commit | 00f6a165aeeab027ba0361f2d9601cb359d73726 (patch) | |
tree | f6b2d21b56d7c3edcd5d0c79f2a5b5f4f1fb0137 /conf/distro | |
parent | d5e1c8f0a7f8dead22fa2cde9ff86a96a59346c3 (diff) |
More rename updates.
BKrev: 41b7a598bGnuzf3sKWuCwtAE9oItIw
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/openslug.conf | 2 | ||||
-rw-r--r-- | conf/distro/switchbox.conf | 2 | ||||
-rw-r--r-- | conf/distro/unslung.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index bd176dce94..b063a528e2 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -9,7 +9,7 @@ INHERIT += " package_ipk debian nslu2_flashimg" IMAGE_FSTYPES = "jffs2" -OPENSLUG_DEVICE_TABLE = "${@bb.which(bb.data.getVar('OEPATH', d, 1), 'files/device_table-nslu2.txt')}" +OPENSLUG_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device_table-nslu2.txt')}" EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 -D ${OPENSLUG_DEVICE_TABLE}" OPENSLUG_EXTRA_DEPENDS += "virtual/kernel module-init-tools" diff --git a/conf/distro/switchbox.conf b/conf/distro/switchbox.conf index 0661fd1cd7..3b29502143 100644 --- a/conf/distro/switchbox.conf +++ b/conf/distro/switchbox.conf @@ -11,7 +11,7 @@ IMAGE_FSTYPE = "ext2.gz" IMAGE_ROOTFS_SIZE_ext2 = "1024" IMAGE_ROOTFS_SIZE_ext2.gz = "1024" -SWITCHBOX_DEVICE_TABLE = "${@bb.which(bb.data.getVar('OEPATH', d, 1), 'files/device_table-unslung.txt')}" +SWITCHBOX_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device_table-unslung.txt')}" EXTRA_IMAGECMD_ext2.gz = "-f ${SWITCHBOX_DEVICE_TABLE}" USE_NLS = "no" diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index 41c632d370..b16df4a831 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -9,7 +9,7 @@ INHERIT += " package_ipk nslu2_flashimg" IMAGE_FSTYPES = "ext2.gz jffs2" NSLU2_BUILD_RAMDISK_FIRMWARE = 1 -UNSLUNG_DEVICE_TABLE = "${@bb.which(bb.data.getVar('OEPATH', d, 1), 'files/device_table-unslung.txt')}" +UNSLUNG_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device_table-unslung.txt')}" EXTRA_IMAGECMD_ext2.gz = "-f ${UNSLUNG_DEVICE_TABLE}" EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 -D ${UNSLUNG_DEVICE_TABLE}" |