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
86b573fa
Commit
86b573fa
authored
9 years ago
by
John Crispin
Browse files
Options
Downloads
Patches
Plain Diff
procd: make the jail code also work on arm
Signed-off-by:
John Crispin
<
blogic@openwrt.org
>
SVN-Revision: 45719
parent
230efe31
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/system/procd/Makefile
+4
-4
4 additions, 4 deletions
package/system/procd/Makefile
with
4 additions
and
4 deletions
package/system/procd/Makefile
+
4
−
4
View file @
86b573fa
...
@@ -8,14 +8,14 @@
...
@@ -8,14 +8,14 @@
include
$(TOPDIR)/rules.mk
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
procd
PKG_NAME
:=
procd
PKG_VERSION
:=
2015-05-
05
PKG_VERSION
:=
2015-05-
23
PKG_RELEASE
=
$(
PKG_SOURCE_VERSION
)
PKG_RELEASE
=
$(
PKG_SOURCE_VERSION
)
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_URL
:=
git://nbd.name/luci2/procd.git
PKG_SOURCE_URL
:=
git://nbd.name/luci2/procd.git
PKG_SOURCE_SUBDIR
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
PKG_SOURCE_SUBDIR
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
PKG_SOURCE_VERSION
:=
a
6afa72f192f6efe8374d0f0c77fb2a545225a92
PKG_SOURCE_VERSION
:=
a
771644fd3a3ac055ec0c62fbe434aed0df002fe
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
-
$(
PKG_SOURCE_VERSION
)
.tar.gz
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
-
$(
PKG_SOURCE_VERSION
)
.tar.gz
CMAKE_INSTALL
:=
1
CMAKE_INSTALL
:=
1
...
@@ -77,12 +77,12 @@ config PROCD_ZRAM_TMPFS
...
@@ -77,12 +77,12 @@ config PROCD_ZRAM_TMPFS
config
PROCD_JAIL_SUPPORT
config
PROCD_JAIL_SUPPORT
bool
bool
default
y
default
y
depends
on
(mips
||
mipsel
||
i386
||
x86_64)
&&
PROCD_SECCOMP_SUPPORT
depends
on
(
arm
||
armeb
||
mips
||
mipsel
||
i386
||
x86_64)
&&
PROCD_SECCOMP_SUPPORT
config
PROCD_SECCOMP_SUPPORT
config
PROCD_SECCOMP_SUPPORT
bool
bool
default
y
default
y
depends
on
(mips
||
mipsel
||
i386
||
x86_64)
&&
!TARGET_uml
&&
@KERNEL_SECCOMP
depends
on
(
arm
||
armeb
||
mips
||
mipsel
||
i386
||
x86_64)
&&
!TARGET_uml
&&
@KERNEL_SECCOMP
endmenu
endmenu
endef
endef
...
...
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