diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-01-04 12:08:04 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-04 12:08:04 +0000 |
commit | 5eccfb8fa47f3bb6a55252bbe4cc7e108f9c410d (patch) | |
tree | 52ce096c38620e7e8d351746f544af9a75d240f0 /conf/distro/unslung.conf | |
parent | de6622c1519b1a6c6de00009546e3a7122a228d8 (diff) |
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.
Diffstat (limited to 'conf/distro/unslung.conf')
-rw-r--r-- | conf/distro/unslung.conf | 8 |
1 files changed, 2 insertions, 6 deletions
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}" |