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
22282193
Commit
22282193
authored
17 years ago
by
Florian Fainelli
Browse files
Options
Downloads
Patches
Plain Diff
Package ip6tables-utils as well (#2318)
SVN-Revision: 8636
parent
c0033f36
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/iptables/Makefile
+14
-1
14 additions, 1 deletion
package/iptables/Makefile
with
14 additions
and
1 deletion
package/iptables/Makefile
+
14
−
1
View file @
22282193
...
@@ -181,6 +181,13 @@ define Package/ip6tables
...
@@ -181,6 +181,13 @@ define Package/ip6tables
TITLE
:=
IPv6 firewall administration tool
TITLE
:=
IPv6 firewall administration tool
endef
endef
define
Package/ip6tables-utils
$(
call
Package/iptables/Default
)
DEPENDS
:=
ip6tables
CATEGORY
:=
Network
TITLE
:=
ip6tables save and restore utilities
endef
define
Build/Configure
define
Build/Configure
rm
-f
$(PKG_BUILD_DIR)/.configured*
rm
-f
$(PKG_BUILD_DIR)/.configured*
$(MAKE)
-C
$(PKG_BUILD_DIR)
\
$(MAKE)
-C
$(PKG_BUILD_DIR)
\
...
@@ -196,7 +203,7 @@ define Build/Compile
...
@@ -196,7 +203,7 @@ define Build/Compile
LDFLAGS
=
"-rdynamic -static-libgcc"
\
LDFLAGS
=
"-rdynamic -static-libgcc"
\
KERNEL_DIR
=
"
$(
LINUX_DIR
)
"
PREFIX
=
/usr
\
KERNEL_DIR
=
"
$(
LINUX_DIR
)
"
PREFIX
=
/usr
\
DESTDIR
=
"
$(
PKG_INSTALL_DIR
)
"
\
DESTDIR
=
"
$(
PKG_INSTALL_DIR
)
"
\
all
instal
l
all
experimental
install
install-experimenta
l
endef
endef
define
Build/InstallDev
define
Build/InstallDev
...
@@ -252,6 +259,11 @@ define Package/ip6tables/install
...
@@ -252,6 +259,11 @@ define Package/ip6tables/install
)
)
endef
endef
define
Package/ip6tables-utils/install
$(INSTALL_DIR)
$(1)/usr/sbin
$(CP)
$(PKG_INSTALL_DIR)/usr/sbin/ip6tables-{save,restore}
$(1)/usr/sbin/
endef
define
BuildPlugin
define
BuildPlugin
define
Package/$(1)/install
define
Package/$(1)/install
$(INSTALL_DIR)
$$(1)/usr/lib/iptables
$(INSTALL_DIR)
$$(1)/usr/lib/iptables
...
@@ -281,3 +293,4 @@ $(eval $(call BuildPlugin,iptables-mod-nat,$(IPT_NAT-m)))
...
@@ -281,3 +293,4 @@ $(eval $(call BuildPlugin,iptables-mod-nat,$(IPT_NAT-m)))
$(
eval
$(
call BuildPlugin,iptables-mod-iprange,
$(
IPT_IPRANGE-m
)))
$(
eval
$(
call BuildPlugin,iptables-mod-iprange,
$(
IPT_IPRANGE-m
)))
$(
eval
$(
call BuildPlugin,iptables-mod-ulog,
$(
IPT_ULOG-m
)))
$(
eval
$(
call BuildPlugin,iptables-mod-ulog,
$(
IPT_ULOG-m
)))
$(
eval
$(
call BuildPackage,ip6tables
))
$(
eval
$(
call BuildPackage,ip6tables
))
$(
eval
$(
call BuildPackage,ip6tables-utils
))
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