Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

20200225 #40

Merged
merged 5 commits into from
Feb 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
20200225:
- Bugfix: ympd not using IPv6
- Bugfix: no uppercase letters in hostname

20200224
- Room accoustics measurements
- Improved equaliser settings
Expand Down
2 changes: 1 addition & 1 deletion buildroot/package/beocreate/beocreate.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

BEOCREATE_VERSION = 02bdc7aa5f1eedc3953c919938be9efd098ea0c4
BEOCREATE_VERSION = fcb34884ec318a4d7c99868bf32da87c890f804c
BEOCREATE_SITE = $(call github,bang-olufsen,create,$(BEOCREATE_VERSION))
#BEOCREATE_DEPENDENCIES = host-dsptoolkit

Expand Down
2 changes: 1 addition & 1 deletion buildroot/package/hifiberry-ympd/ympd.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ After=mpd.service
[Service]
Type=simple
ExecStartPre=/opt/hifiberry/bin/bootmsg "Starting MPD web interface"
ExecStart=/usr/bin/ympd -w 9000
ExecStart=/usr/bin/ympd -w "[::]:9000"
StandardOutput=journal
Restart=always
RestartSec=5
Expand Down
10 changes: 5 additions & 5 deletions fix-dosfs
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ if [ "$KPARTX" == "" ]; then
exit
fi

sudo losetup /dev/loop0 $1
sudo kpartx -a /dev/loop0
sudo losetup /dev/loop99 $1
sudo kpartx -a /dev/loop99
ls -l /dev/mapper
sudo dosfsck -a /dev/mapper/loop0p1
sudo kpartx -d /dev/loop0
sudo losetup -d /dev/loop0
sudo dosfsck -a /dev/mapper/loop99p1
sudo kpartx -d /dev/loop99
sudo losetup -d /dev/loop99