diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openslug.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index ed90c33fe0..db12ea6ab3 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -11,7 +11,7 @@ INHERIT += " package_ipk debian nslu2_flashimg" IMAGE_FSTYPES = "jffs2" -OPENSLUG_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device_table-nslu2.txt')}" +OPENSLUG_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device_table-openslug.txt')}" EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 -D ${OPENSLUG_DEVICE_TABLE}" OPENSLUG_EXTRA_DEPENDS += "virtual/kernel module-init-tools mtd-utils modutils-initscripts" |