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 /packages/nslu2-binary-only/nslu2-linksys-libs_2.3r25.bb | |
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 'packages/nslu2-binary-only/nslu2-linksys-libs_2.3r25.bb')
-rw-r--r-- | packages/nslu2-binary-only/nslu2-linksys-libs_2.3r25.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/packages/nslu2-binary-only/nslu2-linksys-libs_2.3r25.bb b/packages/nslu2-binary-only/nslu2-linksys-libs_2.3r25.bb deleted file mode 100644 index b9fd20ac49..0000000000 --- a/packages/nslu2-binary-only/nslu2-linksys-libs_2.3r25.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "Linksys NSLU2 Stock Firmware Libraries." -PACKAGE_ARCH = "nslu2" -SECTION = "base" -PRIORITY = "required" -PR = "r2" - -SRC_URI = "http://nslu.sf.net/downloads/nslu2-linksys-ramdisk-2.3r25.tar.bz2" - -S = "${WORKDIR}/nslu2-linksys-ramdisk-2.3r25" - -do_install () { - ( cd ${S} ; rm -rf bin dev home mnt proc sbin share tmp upload usr var ) - ( cd ${S} ; tar cvf - . ) | ( cd ${D} ; tar xvf - ) -} - -PACKAGES = "${PN}" -FILES_${PN} = "/lib" - -python () { - # Don't build unless we're targeting an nslu2 - if bb.data.getVar("MACHINE", d, 1) != "nslu2": - raise bb.parse.SkipPackage("NSLU2 stock firmware libraries only builds for the Linksys NSLU2") -} |