summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/openslug.conf8
-rw-r--r--conf/distro/unslung.conf4
2 files changed, 6 insertions, 6 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf
index 60e9976d49..73860298d7 100644
--- a/conf/distro/openslug.conf
+++ b/conf/distro/openslug.conf
@@ -2,8 +2,8 @@
#@NAME: OpenSlug
#@DESCRIPTION: OpenSlug Linux Distribution for the NSLU2
-TARGET_FPU ?= "soft"
-TARGET_OS ?= "linux"
+TARGET_FPU = "soft"
+TARGET_OS = "linux"
USE_NLS ?= "no"
@@ -14,13 +14,13 @@ IMAGE_FSTYPES = "jffs2"
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"
+OPENSLUG_EXTRA_DEPENDS += "virtual/kernel module-init-tools mtd-utils"
OPENSLUG_EXTRA_RDEPENDS += "kernel-module-usbnet kernel-module-usbserial \
kernel-module-usbcore kernel-module-usb-storage kernel-module-ohci-hcd \
kernel-module-pegasus kernel-module-p8022 kernel-module-kaweth \
kernel-module-ehci-hcd \
kernel-module-scsi-mod kernel-module-sd-mod kernel-module-ext3 kernel-module-jbd \
-module-init-tools"
+module-init-tools mtd-utils"
OPENSLUG_EXTRA_INSTALL += "${OPENSLUG_EXTRA_RDEPENDS}"
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf
index a389155b55..8108b2b767 100644
--- a/conf/distro/unslung.conf
+++ b/conf/distro/unslung.conf
@@ -4,8 +4,8 @@
FEED_URIS_unslung = "unslung##http://ipkg.nslu2-linux.org/feeds/unslung/unstable"
-TARGET_FPU ?= "soft"
-TARGET_OS ?= "linux"
+TARGET_FPU = "soft"
+TARGET_OS = "linux"
INHERIT += " package_ipk nslu2_flashimg"