aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/unslung.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/unslung.conf')
-rw-r--r--conf/distro/unslung.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf
index dc06b61c68..41c632d370 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 = "${@oe.which(oe.data.getVar('OEPATH', d, 1), 'files/device_table-unslung.txt')}"
+UNSLUNG_DEVICE_TABLE = "${@bb.which(bb.data.getVar('OEPATH', 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}"