From 951d40a4d25561e8c3d7706670229ef4401af279 Mon Sep 17 00:00:00 2001 From: badaix Date: Sat, 3 Mar 2018 18:38:57 +0100 Subject: [PATCH] remove snapos dir --- openwrt/README.md | 4 ++-- openwrt/{snapos => }/aixlog/Makefile | 0 openwrt/{snapos => }/asio/Makefile | 0 .../0001-Add-option-to-disable-building-the-examples.patch | 0 .../0002-Add-option-to-disable-building-the-tests.patch | 0 openwrt/{snapos => }/popl/Makefile | 0 openwrt/{snapos => }/snapcast/Makefile | 0 openwrt/{snapos => }/snapcast/files/snapclient.init | 0 openwrt/{snapos => }/snapcast/files/snapserver.init | 0 openwrt/{snapos => }/snapcast/files/vorbisidec.pc | 0 openwrt/{snapos => }/snapcast/src | 0 11 files changed, 2 insertions(+), 2 deletions(-) rename openwrt/{snapos => }/aixlog/Makefile (100%) rename openwrt/{snapos => }/asio/Makefile (100%) rename openwrt/{snapos => }/asio/patches/0001-Add-option-to-disable-building-the-examples.patch (100%) rename openwrt/{snapos => }/asio/patches/0002-Add-option-to-disable-building-the-tests.patch (100%) rename openwrt/{snapos => }/popl/Makefile (100%) rename openwrt/{snapos => }/snapcast/Makefile (100%) rename openwrt/{snapos => }/snapcast/files/snapclient.init (100%) rename openwrt/{snapos => }/snapcast/files/snapserver.init (100%) rename openwrt/{snapos => }/snapcast/files/vorbisidec.pc (100%) rename openwrt/{snapos => }/snapcast/src (100%) diff --git a/openwrt/README.md b/openwrt/README.md index 40662c8..31f6102 100644 --- a/openwrt/README.md +++ b/openwrt/README.md @@ -26,11 +26,11 @@ $ ./scripts/feeds install -a ``` ### Add snapcast -Within the `/package` directory create a symbolic link to `/openwrt/snapos`: +Within the `/package` directory create a symbolic link to `/openwrt`: ``` $ cd -$ ln -s /openwrt/snapos/ package/ +$ ln -s /openwrt package/snapos ``` ### Build diff --git a/openwrt/snapos/aixlog/Makefile b/openwrt/aixlog/Makefile similarity index 100% rename from openwrt/snapos/aixlog/Makefile rename to openwrt/aixlog/Makefile diff --git a/openwrt/snapos/asio/Makefile b/openwrt/asio/Makefile similarity index 100% rename from openwrt/snapos/asio/Makefile rename to openwrt/asio/Makefile diff --git a/openwrt/snapos/asio/patches/0001-Add-option-to-disable-building-the-examples.patch b/openwrt/asio/patches/0001-Add-option-to-disable-building-the-examples.patch similarity index 100% rename from openwrt/snapos/asio/patches/0001-Add-option-to-disable-building-the-examples.patch rename to openwrt/asio/patches/0001-Add-option-to-disable-building-the-examples.patch diff --git a/openwrt/snapos/asio/patches/0002-Add-option-to-disable-building-the-tests.patch b/openwrt/asio/patches/0002-Add-option-to-disable-building-the-tests.patch similarity index 100% rename from openwrt/snapos/asio/patches/0002-Add-option-to-disable-building-the-tests.patch rename to openwrt/asio/patches/0002-Add-option-to-disable-building-the-tests.patch diff --git a/openwrt/snapos/popl/Makefile b/openwrt/popl/Makefile similarity index 100% rename from openwrt/snapos/popl/Makefile rename to openwrt/popl/Makefile diff --git a/openwrt/snapos/snapcast/Makefile b/openwrt/snapcast/Makefile similarity index 100% rename from openwrt/snapos/snapcast/Makefile rename to openwrt/snapcast/Makefile diff --git a/openwrt/snapos/snapcast/files/snapclient.init b/openwrt/snapcast/files/snapclient.init similarity index 100% rename from openwrt/snapos/snapcast/files/snapclient.init rename to openwrt/snapcast/files/snapclient.init diff --git a/openwrt/snapos/snapcast/files/snapserver.init b/openwrt/snapcast/files/snapserver.init similarity index 100% rename from openwrt/snapos/snapcast/files/snapserver.init rename to openwrt/snapcast/files/snapserver.init diff --git a/openwrt/snapos/snapcast/files/vorbisidec.pc b/openwrt/snapcast/files/vorbisidec.pc similarity index 100% rename from openwrt/snapos/snapcast/files/vorbisidec.pc rename to openwrt/snapcast/files/vorbisidec.pc diff --git a/openwrt/snapos/snapcast/src b/openwrt/snapcast/src similarity index 100% rename from openwrt/snapos/snapcast/src rename to openwrt/snapcast/src