diff options
author | Joe Burmeister <joe.burmeister@codethink.co.uk> | 2013-08-27 16:36:26 +0100 |
---|---|---|
committer | Joe Burmeister <joe.burmeister@codethink.co.uk> | 2013-08-27 16:36:26 +0100 |
commit | 740606131deb9a98f746c3b56a97c7c0373099c9 (patch) | |
tree | 53b194c033bdc5e4fc432457f36b1ca9d20f6509 | |
parent | 1dbf67b23b7e522355f5983d369679e352de280c (diff) | |
download | linux-baserock/arm/wandboard_next.tar.gz |
Remove pulseaudio disabling as is not working.baserock/arm/wandboard_next
-rw-r--r-- | linux.morph | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux.morph b/linux.morph index 67900fc97e85..8b78976bd830 100644 --- a/linux.morph +++ b/linux.morph @@ -48,4 +48,3 @@ install-commands: - mkdir -p "$DESTDIR"/boot - cp arch/arm/boot/uImage "$DESTDIR"/boot/uImage - cp arch/arm/boot/dts/imx6q-wandboard.dtb "$DESTDIR"/boot/ - - ln -sf /dev/null "$DESTDIR/etc/systemd/system/pulseaudio.service" |