From 1ecd547694bf177fa6e2f1735e0ce9000369e6e6 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 23 Sep 2004 16:59:52 +0000 Subject: Merge handhelds.org:/home/kergoth/code/oe.nslu2/packages into handhelds.org:/home/kergoth/code/oe/packages 2004/09/23 12:11:49-04:00 handhelds.org!kergoth Merge handhelds.org:/home/kergoth/code/oe/packages into handhelds.org:/home/kergoth/code/oe.nslu2/packages 2004/09/23 12:11:36-04:00 handhelds.org!kergoth Merge http://nslu2-linux.bkbits.net/packages into handhelds.org:/home/kergoth/code/oe.nslu2/packages 2004/09/24 00:09:28+09:30 (none)!rwhitby Merge bk://nslu2-linux@nslu2-linux.bkbits.net/packages into home.(none):/home/openembedded/packages 2004/09/24 00:06:48+09:30 (none)!rwhitby Added the three unslung kernels, and modified other packages to use them. 2004/09/23 07:23:34-07:00 bitkeeper.com!nslu2-linux.adm Merge bk://openembedded.bkbits.net/packages into hostme.bitkeeper.com:/repos/n/nslu2-linux/packages 2004/09/23 20:51:12+09:30 (none)!rwhitby Changed the html file patch into a sed to work around the line endings problem 2004/09/23 01:35:07-07:00 (none)!jacques checked in unslung.patch with proper EOL so it will apply. 2004/09/22 23:34:19-07:00 conversagent.com!fontenot Turn off EOLN_NATIVE flag for unslung.patch 2004/09/23 00:48:30-04:00 handhelds.org!kergoth Merge handhelds.org:/home/kergoth/code/oe/packages into handhelds.org:/home/kergoth/code/oe.nslu2/packages 2004/09/23 07:59:49+09:30 (none)!rwhitby Merge 2004/09/22 15:32:01-04:00 handhelds.org!kergoth Merge 2004/09/22 12:49:06-04:00 handhelds.org!kergoth Merge handhelds.org:/home/kergoth/code/oe/packages into handhelds.org:/home/kergoth/code/oe.nslu2/packages 2004/09/23 01:01:18+09:30 (none)!rwhitby Added nslu2-unslung-ramdisk and unslung-image packages 2004/09/22 22:24:58+09:30 (none)!rwhitby Now copies the original ramdisk contents to /nslu2-binaries so that it can be operated upon for the Unslung distribution. 2004/09/22 21:16:47+09:30 (none)!rwhitby Fixed native dependencies for e2tools-native, and made e2fsprogs-native call make install-libs to stage the header files that e2tools requires for compilation 2004/09/22 03:06:29-07:00 bitkeeper.com!nslu2-linux.adm Merge bk://openembedded.bkbits.net/packages into hostme.bitkeeper.com:/repos/n/nslu2-linux/packages 2004/09/21 21:27:36-07:00 bitkeeper.com!nslu2-linux.adm Merge bk://openembedded.bkbits.net/packages into hostme.bitkeeper.com:/repos/n/nslu2-linux/packages 2004/09/21 22:25:24-04:00 rant-central.com!roy Add mii.o to the root_fs so usbnet.o is happy. 2004/09/21 22:22:56-04:00 rant-central.com!roy Added a makefile dep so mii.o would build when usbnet.o is enabled. 2004/09/21 19:07:32-04:00 rant-central.com!roy Merge bk://nslu2-linux@nslu2-linux.bkbits.net/packages into rant-central.com:/home/roy/workspace/NSLU2/oe/packages 2004/09/21 19:07:05-04:00 rant-central.com!roy depmod was barfing on modules during boot on a nslu2. Reason was it was expecting LSB executable format. Missing ARMEB conditional added to elf_arm.h BKrev: 41530108OmOGBefCXk18Hv_4C9slIA --- nslu2-binary-only/nslu2-firmware-binary_2.3r25.oe | 3 ++- nslu2-binary-only/nslu2-unslung-ramdisk/linuxrc | 0 nslu2-binary-only/nslu2-unslung-ramdisk/rc.unslung | 0 nslu2-binary-only/nslu2-unslung-ramdisk/unsling | 0 nslu2-binary-only/nslu2-unslung-ramdisk/unslung.patch | 0 nslu2-binary-only/nslu2-unslung-ramdisk_2.3r25.oe | 0 6 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 nslu2-binary-only/nslu2-unslung-ramdisk/linuxrc create mode 100644 nslu2-binary-only/nslu2-unslung-ramdisk/rc.unslung create mode 100644 nslu2-binary-only/nslu2-unslung-ramdisk/unsling create mode 100644 nslu2-binary-only/nslu2-unslung-ramdisk/unslung.patch create mode 100644 nslu2-binary-only/nslu2-unslung-ramdisk_2.3r25.oe (limited to 'nslu2-binary-only') diff --git a/nslu2-binary-only/nslu2-firmware-binary_2.3r25.oe b/nslu2-binary-only/nslu2-firmware-binary_2.3r25.oe index 788d8e0dc8..d570da6a35 100644 --- a/nslu2-binary-only/nslu2-firmware-binary_2.3r25.oe +++ b/nslu2-binary-only/nslu2-firmware-binary_2.3r25.oe @@ -1,7 +1,7 @@ DEPENDS = "slugtool-native" PACKAGES = "" INHIBIT_DEFAULT_DEPS = "1" -PR = "r1" +PR = "r2" SRC_URI = "ftp://ftp.linksys.com/pub/network/nslu2-fw-2.3r25.zip" S = "${WORKDIR}" @@ -11,5 +11,6 @@ do_compile () { install -d ${STAGING_LIBDIR}/nslu2-binaries install -m 0755 Redboot ${STAGING_LIBDIR}/nslu2-binaries/ install -m 0755 SysConf ${STAGING_LIBDIR}/nslu2-binaries/ + install -m 0755 ramdisk.gz ${STAGING_LIBDIR}/nslu2-binaries/ install -m 0755 Trailer ${STAGING_LIBDIR}/nslu2-binaries/ } diff --git a/nslu2-binary-only/nslu2-unslung-ramdisk/linuxrc b/nslu2-binary-only/nslu2-unslung-ramdisk/linuxrc new file mode 100644 index 0000000000..e69de29bb2 diff --git a/nslu2-binary-only/nslu2-unslung-ramdisk/rc.unslung b/nslu2-binary-only/nslu2-unslung-ramdisk/rc.unslung new file mode 100644 index 0000000000..e69de29bb2 diff --git a/nslu2-binary-only/nslu2-unslung-ramdisk/unsling b/nslu2-binary-only/nslu2-unslung-ramdisk/unsling new file mode 100644 index 0000000000..e69de29bb2 diff --git a/nslu2-binary-only/nslu2-unslung-ramdisk/unslung.patch b/nslu2-binary-only/nslu2-unslung-ramdisk/unslung.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/nslu2-binary-only/nslu2-unslung-ramdisk_2.3r25.oe b/nslu2-binary-only/nslu2-unslung-ramdisk_2.3r25.oe new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3