From d9cbd721571d560a5464d89bba425d05c4955584 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Wed, 27 Feb 2008 00:12:05 +0000 Subject: dreambox-secondstage: dm8000,dm800 support --- packages/dreambox/dreambox-secondstage.bb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'packages/dreambox/dreambox-secondstage.bb') diff --git a/packages/dreambox/dreambox-secondstage.bb b/packages/dreambox/dreambox-secondstage.bb index 4aff7cbee2..7ac1a76184 100644 --- a/packages/dreambox/dreambox-secondstage.bb +++ b/packages/dreambox/dreambox-secondstage.bb @@ -6,6 +6,8 @@ PV_dm7020 = "35" PV_dm7025 = "51" PV_dm600pvr = "53" PV_dm500plus = "53" +PV_dm8000 = "53" +PV_dm800 = "57" PR = "r0" SRC_URI = "http://sources.dreamboxupdate.com/download/7020/secondstage-${MACHINE}-${PV}.bin" @@ -16,3 +18,9 @@ do_stage() { install -d ${STAGING_LIBDIR}/dreambox-secondstage gzip -c ${S}/secondstage-${MACHINE}-${PV}.bin > ${STAGING_LIBDIR}/dreambox-secondstage/main.bin.gz } + +# the dm800 secondstage is already compressed (and encrypted) +do_stage_dm800() { + install -d ${STAGING_LIBDIR}/dreambox-secondstage + cp ${S}/secondstage-${MACHINE}-${PV}.bin ${STAGING_LIBDIR}/dreambox-secondstage/main.bin.gz +} -- cgit 1.2.3-korg