summaryrefslogtreecommitdiff
path: root/conf/distro/unslung.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/unslung.conf')
-rw-r--r--conf/distro/unslung.conf21
1 files changed, 11 insertions, 10 deletions
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf
index 8108b2b767..df20c0647a 100644
--- a/conf/distro/unslung.conf
+++ b/conf/distro/unslung.conf
@@ -4,6 +4,10 @@
FEED_URIS_unslung = "unslung##http://ipkg.nslu2-linux.org/feeds/unslung/unstable"
+DISTRO_NAME = "Unslung"
+DISTRO_VERSION = "4.5-alpha"
+DISTRO_TYPE = "beta"
+
TARGET_FPU = "soft"
TARGET_OS = "linux"
@@ -20,17 +24,14 @@ EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 -D ${UNSLUNG_DEV
EXTRA_IMAGEDEPENDS += 'unslung-switchbox-payload'
NSLU2_SLUGIMAGE_ARGS = -l payload.tar.gz
-UNSLUNG_EXTRA_PACKAGES +=
-
-UNSLUNG_EXTRA_DEPENDS +=
+UNSLUNG_EXTRA_DEPENDS ?= ""
+UNSLUNG_EXTRA_RDEPENDS ?= "\
+kernel-module-usbnet \
+kernel-module-pegasus kernel-module-kaweth \
+kernel-module-usbserial \
+kernel-module-pl2303 kernel-module-ftdi-sio"
-UNSLUNG_EXTRA_RDEPENDS += "kernel-module-ax8817x kernel-module-catc \
-kernel-module-cdcether kernel-module-kaweth kernel-module-pegasus \
-kernel-module-rtl8150 kernel-module-usbnet kernel-module-mii \
-kernel-module-md kernel-module-raid0 kernel-module-raid1 kernel-module-raid5 \
-kernel-module-usb-serial kernel-module-appletalk kernel-module-ipddp"
-
-UNSLUNG_EXTRA_RRECOMMENDS +=
+UNSLUNG_EXTRA_INSTALL ?= "${UNSLUNG_EXTRA_RDEPENDS}"
PREFERRED_VERSION_glibc ?= "2.2.5"
PREFERRED_VERSION_glibc-initial ?= "2.2.5"