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
9fc958bf
Commit
9fc958bf
authored
18 years ago
by
Florian Fainelli
Browse files
Options
Downloads
Patches
Plain Diff
Fix the lock warning (#1111), also add another download source
SVN-Revision: 5944
parent
945b4fb8
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/busybox/Makefile
+2
-1
2 additions, 1 deletion
package/busybox/Makefile
package/busybox/patches/340-lock_util.patch
+2
-1
2 additions, 1 deletion
package/busybox/patches/340-lock_util.patch
with
4 additions
and
2 deletions
package/busybox/Makefile
+
2
−
1
View file @
9fc958bf
...
@@ -13,7 +13,8 @@ PKG_VERSION:=1.3.1
...
@@ -13,7 +13,8 @@ PKG_VERSION:=1.3.1
PKG_RELEASE
:=
1
PKG_RELEASE
:=
1
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
PKG_SOURCE_URL
:=
http://www.busybox.net/downloads
PKG_SOURCE_URL
:=
http://www.busybox.net/downloads
\
http://distfiles.gentoo.org/distfiles/
PKG_MD5SUM
:=
571531cfa83726947ccb566de017ad4f
PKG_MD5SUM
:=
571531cfa83726947ccb566de017ad4f
PKG_CAT
:=
bzcat
PKG_CAT
:=
bzcat
...
...
This diff is collapsed.
Click to expand it.
package/busybox/patches/340-lock_util.patch
+
2
−
1
View file @
9fc958bf
...
@@ -39,7 +39,7 @@ diff -ruN busybox-1.3.1-old/miscutils/Kbuild busybox-1.3.1/miscutils/Kbuild
...
@@ -39,7 +39,7 @@ diff -ruN busybox-1.3.1-old/miscutils/Kbuild busybox-1.3.1/miscutils/Kbuild
diff -ruN busybox-1.3.1-old/miscutils/lock.c busybox-1.3.1/miscutils/lock.c
diff -ruN busybox-1.3.1-old/miscutils/lock.c busybox-1.3.1/miscutils/lock.c
--- busybox-1.3.1-old/miscutils/lock.c 1970-01-01 01:00:00.000000000 +0100
--- busybox-1.3.1-old/miscutils/lock.c 1970-01-01 01:00:00.000000000 +0100
+++ busybox-1.3.1/miscutils/lock.c 2006-12-28 03:11:36.000000000 +0100
+++ busybox-1.3.1/miscutils/lock.c 2006-12-28 03:11:36.000000000 +0100
@@ -0,0 +1,13
5
@@
@@ -0,0 +1,13
6
@@
+/*
+/*
+ * Copyright (C) 2006 Felix Fietkau <nbd@openwrt.org>
+ * Copyright (C) 2006 Felix Fietkau <nbd@openwrt.org>
+ *
+ *
...
@@ -136,6 +136,7 @@ diff -ruN busybox-1.3.1-old/miscutils/lock.c busybox-1.3.1/miscutils/lock.c
...
@@ -136,6 +136,7 @@ diff -ruN busybox-1.3.1-old/miscutils/lock.c busybox-1.3.1/miscutils/lock.c
+
+
+ return 0;
+ return 0;
+ }
+ }
+ return 0;
+}
+}
+
+
+#ifndef CONFIG_LOCK
+#ifndef CONFIG_LOCK
...
...
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