Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Johannes Rudolph
lede-mikrotik
Commits
1170a3de
Commit
1170a3de
authored
9 years ago
by
Jo-Philipp Wich
Browse files
Options
Downloads
Patches
Plain Diff
make-ext4fs: avoid using libc internal declarations
Signed-off-by:
Jo-Philipp Wich
<
jow@openwrt.org
>
SVN-Revision: 45591
parent
58f7d967
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/make-ext4fs/Makefile
+3
-3
3 additions, 3 deletions
tools/make-ext4fs/Makefile
with
3 additions
and
3 deletions
tools/make-ext4fs/Makefile
+
3
−
3
View file @
1170a3de
...
...
@@ -7,14 +7,14 @@
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
make-ext4fs
PKG_VERSION
:=
2015-0
4
-0
8
PKG_VERSION
:=
2015-0
5
-0
1
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
http://git.openwrt.org/project/make_ext4fs.git
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_VERSION
:=
2f713da924fa20cf89c25f2d122b54b959b09f87
PKG_SOURCE_VERSION
:=
7c15bef6c732896d9ffb883fb1480fcd60c94a50
PKG_SOURCE_SUBDIR
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
PKG_MIRROR_MD5SUM
:=
c88f4f7c76e3142fc5ef12a723d9ef9b
PKG_MIRROR_MD5SUM
:=
d81eca37852cbf840108e1a8ad8fb22f
PKG_CAT
:=
zcat
HOST_BUILD_DIR
:=
$(
BUILD_DIR_HOST
)
/
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
...
...
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