Skip to content

Commit

Permalink
Merge pull request #9 from nerves-project/v0.11.0
Browse files Browse the repository at this point in the history
v0.11.0
  • Loading branch information
mobileoverlord authored Mar 7, 2017
2 parents 69071b7 + 0b97a23 commit 2d28237
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.11.0

* New Features
* Support for Nerves 0.5.0

## v0.10.1

* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.1
0.11.0
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ defmodule NervesSystemLinkit.Mixfile do
end

defp deps do
[{:nerves, "~> 0.4.0"},
[{:nerves, "~> 0.4"},
{:nerves_system_br, "~> 0.9.4"},
{:nerves_toolchain_mipsel_unknown_linux_musl, "~> 0.9.0"}]
{:nerves_toolchain_mipsel_unknown_linux_musl, "~> 0.10.0"}]
end

defp description do
Expand Down
2 changes: 1 addition & 1 deletion nerves_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BR2_mips_32r2=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/nerves-project/toolchains/releases/download/v0.9.0/nerves_toolchain_mipsel_unknown_linux_musl-0.9.0.linux-x86_64.tar.xz"
BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/nerves-project/toolchains/releases/download/v0.10.0/nerves_toolchain_mipsel_unknown_linux_musl-0.10.0.linux-x86_64.tar.xz"
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="mipsel-unknown-linux-musl"
BR2_TOOLCHAIN_EXTERNAL_GCC_5=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_4=y
Expand Down

0 comments on commit 2d28237

Please sign in to comment.