summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/switchbox.conf2
-rw-r--r--conf/machine/nslu2.conf3
2 files changed, 3 insertions, 2 deletions
diff --git a/conf/distro/switchbox.conf b/conf/distro/switchbox.conf
index c3013cf858..6cde69946b 100644
--- a/conf/distro/switchbox.conf
+++ b/conf/distro/switchbox.conf
@@ -12,6 +12,6 @@ IMAGE_ROOTFS_SIZE_ext2 = "1024"
IMAGE_ROOTFS_SIZE_ext2.gz = "1024"
SWITCHBOX_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device_table-unslung.txt')}"
-EXTRA_IMAGECMD_ext2.gz = "-r 0 -i 512 -f ${SWITCHBOX_DEVICE_TABLE}"
+EXTRA_IMAGECMD_ext2.gz = "-r 0 -i 512 -D ${SWITCHBOX_DEVICE_TABLE}"
USE_NLS = "no"
diff --git a/conf/machine/nslu2.conf b/conf/machine/nslu2.conf
index dc2b08f4fe..9fe31196f5 100644
--- a/conf/machine/nslu2.conf
+++ b/conf/machine/nslu2.conf
@@ -19,4 +19,5 @@ CVSDATE_gnu-config-native ?= "20050221"
CVSDATE_ipkg-utils-native ?= "20050221"
CVSDATE_ipkg-link ?= "20050221"
CVSDATE_uclibc ?= "20050221"
-CVSDATE_genext2fs ?= "20050221" \ No newline at end of file
+CVSDATE_genext2fs ?= "20050221"
+CVSDATE_genext2fs-native ?= "20050221" \ No newline at end of file