This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
build,travis: fix SDK filename
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
lilik-openwrt-22.03
Etienne Champetier
7 years ago
parent
867a5c91a1
commit
211f446d8d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis_do.sh
+ 1
- 1
.travis_do.sh
View File
@ -6,7 +6,7 @@ set -e
SDK_HOME
=
"
$HOME
/sdk
"
SDK_PATH
=
https://downloads.lede-project.org/snapshots/targets/ar71xx/generic/
SDK
=
lede-sdk-ar71xx-generic_gcc-5.
4
.0_musl.Linux-x86_64
SDK
=
lede-sdk-ar71xx-generic_gcc-5.
5
.0_musl.Linux-x86_64
PACKAGES_DIR
=
"
$PWD
"
echo_red
(
)
{
printf
"
\033[1;31m
$*
\033[m\n
"
;
}
Write
Preview
Loading…
Cancel
Save