Skip to content

Commit 1f1a510

Browse files
committed
Changes only for volumio
1 parent 5d02202 commit 1f1a510

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

‎build.sh‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ su -
158158
./volumioconfig.sh
159159
EOF
160160
else
161+
echo':arm:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-arm-static:'> /proc/sys/fs/binfmt_misc/register
161162
chroot build/$BUILD/root /volumioconfig.sh
162163
fi
163164

‎scripts/raspberryconfig.sh‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ rm -rf ${PATCH}
221221
fi
222222
rm /patch
223223

224+
225+
if [ "$PATCH"="volumio" ];then
224226
### Allo I2S Firmware
225227
echo"Getting Allo Modules"
226228
cd /
@@ -246,6 +248,7 @@ agreement, including executable only versions of the TI component libraries, or
246248
the PCM5142 Audio DAC and not with Audio DAC Devices manufactured by or for an entity other than TI, and (ii) is sold by or for an original
247249
equipment manufacturer (“OEM”) bearing such OEM brand name and part number.
248250
"> /lib/firmware/alloPiano/LICENSE
251+
fi
249252

250253
echo"Installing winbind here, since it freezes networking"
251254
apt-get update

0 commit comments

Comments
(0)