Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openwrt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Freifunk Luebeck
openwrt
Commits
72d42422
Commit
72d42422
authored
14 years ago
by
John Crispin
Browse files
Options
Downloads
Patches
Plain Diff
extracted firmware files were generated with an incorrect umask
SVN-Revision: 22957
parent
54f4dd56
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package/ifx-vmmc/Makefile
+2
-2
2 additions, 2 deletions
package/ifx-vmmc/Makefile
target/linux/ifxmips/extract.sh
+2
-2
2 additions, 2 deletions
target/linux/ifxmips/extract.sh
with
4 additions
and
4 deletions
package/ifx-vmmc/Makefile
+
2
−
2
View file @
72d42422
...
@@ -104,9 +104,9 @@ endif
...
@@ -104,9 +104,9 @@ endif
ifeq
($(CONFIG_VOICE_CPE_VMMC_WITH_DEVICE_DANUBE_extract),y)
ifeq
($(CONFIG_VOICE_CPE_VMMC_WITH_DEVICE_DANUBE_extract),y)
define
Download/decode
define
Download/decode
FILE
:=
ifxmips_fw_decode.tar.bz2
FILE
:=
ifxmips_fw_decode
v2
.tar.bz2
URL
:=
http://downloads.openwrt.org/sources/
URL
:=
http://downloads.openwrt.org/sources/
MD5SUM
:=
1197ff6cace6a7c86492a468f5fbfe0
7
MD5SUM
:=
9f4ebfae5cb9d9e8fca46057a653ae2
7
endef
endef
$(
eval
$(
call Download,decode
))
$(
eval
$(
call Download,decode
))
endif
endif
...
...
This diff is collapsed.
Click to expand it.
target/linux/ifxmips/extract.sh
+
2
−
2
View file @
72d42422
...
@@ -11,9 +11,9 @@ echo "Please only do so if it is legal in your country"
...
@@ -11,9 +11,9 @@ echo "Please only do so if it is legal in your country"
exit
1
exit
1
}
}
[
-f
${
DIR
}
/ifxmips_fw_decode.tar.bz2
-a
!
-f
${
DIR
}
voip_coef.bin
]
&&
{
[
-f
${
DIR
}
/ifxmips_fw_decode
v2
.tar.bz2
-a
!
-f
${
DIR
}
voip_coef.bin
]
&&
{
[
!
-f
${
DIR
}
decode_ifx_fw
]
&&
{
[
!
-f
${
DIR
}
decode_ifx_fw
]
&&
{
tar
xjf
${
DIR
}
ifxmips_fw_decode.tar.bz2 ifxmips_fw_decode/decode.c
-O
>
${
DIR
}
decode.c
tar
xjf
${
DIR
}
ifxmips_fw_decode
v2
.tar.bz2 ifxmips_fw_decode/decode.c
-O
>
${
DIR
}
decode.c
gcc
-o
${
DIR
}
decode_ifx_fw
${
DIR
}
decode.c
gcc
-o
${
DIR
}
decode_ifx_fw
${
DIR
}
decode.c
}
}
[
!
-f
${
DIR
}
voip_coef.lzma
]
&&
{
[
!
-f
${
DIR
}
voip_coef.lzma
]
&&
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment