From 5eccfb8fa47f3bb6a55252bbe4cc7e108f9c410d Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Wed, 4 Jan 2006 12:08:04 +0000 Subject: unslung: Usability updates for Unslung 6.x - ipkg prints message when booted on flash, motd prints at login indicating status of on-disk or on-flash, status appears on home page in web interface, unsling now asks for root password, and some additional checks are made by unsling to avoid known problems that can prevent a successful unsling, added new unslung logo. --- conf/distro/unslung.conf | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'conf/distro') diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index 1777135a0d..5a88ac9c72 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Unslung Linux Distribution for the NSLU2 DISTRO_NAME = "Unslung" -DISTRO_VERSION = "6.2-alpha" +DISTRO_VERSION = "6.5-alpha" DISTRO_TYPE = "beta" FEED_URIS = "cross##http://ipkg.nslu2-linux.org/feeds/optware/nslu2/cross/stable" @@ -39,11 +39,7 @@ UNSLUNG_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/devic EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 -D ${UNSLUNG_DEVICE_TABLE}" 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 ?= "" UNSLUNG_EXTRA_INSTALL ?= "${UNSLUNG_EXTRA_RDEPENDS}" -- cgit v1.2.3