[oe-commits] Mike Westerhof : SlugOS: nas100d-image.bbclass - use nslu2 kernel; we no longer generate machine-specific kernels.

GIT User account git at amethyst.openembedded.net
Sat May 2 17:51:21 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f5672305263811a2fb4e85e2e6daaf41b19f901e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f5672305263811a2fb4e85e2e6daaf41b19f901e

Author: Mike Westerhof <mwester at dls.net>
Date:   Sat May  2 12:46:01 2009 -0500

SlugOS: nas100d-image.bbclass - use nslu2 kernel; we no longer generate machine-specific kernels.

---

 classes/nas100d-image.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/nas100d-image.bbclass b/classes/nas100d-image.bbclass
index 0d48ebd..0877b4f 100644
--- a/classes/nas100d-image.bbclass
+++ b/classes/nas100d-image.bbclass
@@ -1,6 +1,6 @@
 nas100d_pack_image () {
 	install -d ${DEPLOY_DIR_IMAGE}/firmupgrade
-	install -m 0755 ${DEPLOY_DIR_IMAGE}/zImage-nas100d${SITEINFO_ENDIANESS} \
+	install -m 0755 ${DEPLOY_DIR_IMAGE}/zImage-nslu2${SITEINFO_ENDIANESS}.bin \
 		${DEPLOY_DIR_IMAGE}/firmupgrade/ip-ramdisk
 	install -m 0644 ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
 		${DEPLOY_DIR_IMAGE}/firmupgrade/rootfs.gz





More information about the Openembedded-commits mailing list