@ -267,47 +267,30 @@ define Image/Build/CameoAP94
fi
e n d e f
I m a g e / B u i l d / W Z R H P 6 4 K / buildkernel = $( call MkuImageLzma,$( 2) ,$( 3) )
I m a g e / B u i l d / W Z R H P 6 4 K / initramfs = $( call MkuImageLzma/initramfs,$( 2) ,$( 3) $( 4) )
d e f i n e I m a g e / B u i l d / W Z R H P 6 4 K
$( call Sysupgrade/KRuImage,$( 1) ,$( 2) ,65536,31850496)
d e f i n e I m a g e / B u i l d / W Z R H P
$( call Sysupgrade/KRuImage,$( 1) ,$( 2) ,$( 3) ,$( 4) )
if [ -e " $( call sysupname,$( 1) ,$( 2) ) " ] ; then \
( \
echo -n -e "# Airstation Public Fmt1\x00\x00\x00\x00\x00\x00\x00\x00" ; \
dd if = $( call sysupname,$( 1) ,$( 2) ) ; \
) > $( call imgname,$( 1) ,$( 2) ) -tftp.bin; \
buffalo-enc -p $( 4 ) -v 1.99 \
buffalo-enc -p $( 5 ) -v 1.99 \
-i $( call sysupname,$( 1) ,$( 2) ) \
-o $( KDIR_TMP) /$( 2) .enc; \
buffalo-tag -b $( 4) -p $( 4 ) -a ath -v 1.99 -m 1.01 -l mlang8 \
buffalo-tag -b $( 5) -p $( 5 ) -a ath -v 1.99 -m 1.01 -l mlang8 \
-w 3 -c 0x80041000 -d 0x801e8000 -f 1 -r M_ \
-i $( KDIR_TMP) /$( 2) .enc \
-o $( call factoryname,$( 1) ,$( 2) ) ; \
fi
e n d e f
I m a g e / B u i l d / W Z R H P 6 4 K / buildkernel = $( call MkuImageLzma,$( 2) ,$( 3) )
I m a g e / B u i l d / W Z R H P 6 4 K / initramfs = $( call MkuImageLzma/initramfs,$( 2) ,$( 3) $( 4) )
I m a g e / B u i l d / WZRHP64K = $( call Image/Build/WZRHP,$( 1) ,$( 2) ,65536,31850496,$( 4) )
I m a g e / B u i l d / W Z R H P 1 2 8 K / buildkernel = $( call MkuImageLzma,$( 2) ,$( 3) )
I m a g e / B u i l d / W Z R H P 1 2 8 K / initramfs = $( call MkuImageLzma/initramfs,$( 2) ,$( 3) $( 4) )
d e f i n e I m a g e / B u i l d / W Z R H P 1 2 8 K
$( call Sysupgrade/KRuImage,$( 1) ,$( 2) ,131072,31850496)
if [ -e " $( call sysupname,$( 1) ,$( 2) ) " ] ; then \
( \
echo -n -e "# Airstation Public Fmt1\x00\x00\x00\x00\x00\x00\x00\x00" ; \
dd if = $( call sysupname,$( 1) ,$( 2) ) ; \
) > $( call imgname,$( 1) ,$( 2) ) -tftp.bin; \
buffalo-enc -p $( 4) -v 1.99 \
-i $( call sysupname,$( 1) ,$( 2) ) \
-o $( KDIR_TMP) /$( 2) .enc; \
buffalo-tag -b $( 4) -p $( 4) -a ath -v 1.99 -m 1.01 -l mlang8 \
-w 3 -c 0x80041000 -d 0x801e8000 -f 1 -r M_ \
-i $( KDIR_TMP) /$( 2) .enc \
-o $( call factoryname,$( 1) ,$( 2) ) ; \
fi
e n d e f
I m a g e / B u i l d / WZRHP128K = $( call Image/Build/WZRHP,$( 1) ,$( 2) ,131072,31850496,$( 4) )
I m a g e / B u i l d / W H R H P G 3 0 0 N / buildkernel = $( call MkuImageLzma,$( 2) ,$( 3) $( 4) )