fixed EOL on scrips and patch files

This commit is contained in:
mvoelkel 2015-08-05 22:23:21 +02:00
parent 6eb38bb69b
commit 93f6f1da13
7 changed files with 2037 additions and 2033 deletions

1
dddvb Submodule

@ -0,0 +1 @@
Subproject commit 4c7e7afc84bccf7b2cf36cafcec54ccaa25f751d

6
mk
View File

@ -46,7 +46,5 @@ make O=output-octonet
TS=`date +%y%m%d%H%M`
echo $TS
#xz -kf output-octonet/images/rootfs.tar
#cp output-octonet/images/rootfs.tar.xz output-octonet/images/octonet.`date +%y%m%d%H%M`.img
cp output-octonet/images/rootfs.tar.bz2 output-octonet/images/octonet.`date +%y%m%d%H%M`.img
sha256sum output-octonet/images/octonet.`date +%y%m%d%H%M`.img > output-octonet/images/octonet.`date +%y%m%d%H%M`.sha
cp output-octonet/images/rootfs.tar.bz2 output-octonet/images/octonet.$TS.img
sha256sum output-octonet/images/octonet.$TS.img > output-octonet/images/octonet.$TS.sha

5
mk.all
View File

@ -5,3 +5,8 @@ make BR2_EXTERNAL=../buildroot.octonet O=output-octonet-init digitaldevices_octo
make BR2_EXTERNAL=../buildroot.octonet O=output-octonet-init
make BR2_EXTERNAL=../buildroot.octonet O=output-octonet digitaldevices_octonet_defconfig
make BR2_EXTERNAL=../buildroot.octonet O=output-octonet
TS=`date +%y%m%d%H%M`
echo $TS
cp output-octonet/images/rootfs.tar.bz2 output-octonet/images/octonet.$TS.img
sha256sum output-octonet/images/octonet.$TS.img > output-octonet/images/octonet.$TS.sha