Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Feed
openwrt-telephony
Commits
b8b76bb7
Commit
b8b76bb7
authored
Sep 20, 2021
by
Yalu Zhang
Browse files
Update package asterisk
Fix an error about variable definition order in Makefile
parent
c950d76e
Changes
1
Hide whitespace changes
Inline
Side-by-side
net/asterisk/Makefile
View file @
b8b76bb7
...
...
@@ -13,10 +13,10 @@ PKG_RELEASE:=1
LOCAL_DEV
=
0
ifneq
($(LOCAL_DEV),1)
PKG_SOURCE_VERSION
:=
e78b6c7f0612884ac93adf86b5ec801abddac6d6
PKG_SOURCE
:=
asterisk-
$(PKG_VERSION)
-
$(PKG_SOURCE_VERSION)
.tar.gz
PKG_SOURCE_URL
:=
https://dev.iopsys.eu/fork/asterisk.git
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_VERSION
:=
e78b6c7f0612884ac93adf86b5ec801abddac6d6
PKG_MIRROR_HASH
:=
skip
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment