We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ea1b8 commit a6158cfCopy full SHA for a6158cf
mix.exs
@@ -72,19 +72,21 @@ defmodule NervesSystemEv3.MixProject do
72
73
defp package_files do
74
[
75
- "LICENSE",
76
- "mix.exs",
77
- "nerves_defconfig",
78
- "README.md",
79
- "VERSION",
+ "package",
80
"rootfs_overlay",
81
- "fwup.conf",
+ "Config.in",
+ "external.mk",
82
"fwup-revert.conf",
83
- "post-createfs.sh",
84
- "post-build.sh",
+ "fwup.conf",
+ "LICENSE",
85
"linux-4.4-ev3dev.defconfig",
+ "mix.exs",
+ "nerves_defconfig",
86
"nerves_logo_178x128.pbm",
87
- "ev3-busybox.config"
+ "post-build.sh",
+ "post-createfs.sh",
88
+ "README.md",
89
+ "VERSION"
90
]
91
end
92
0 commit comments