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
453f6d16
Commit
453f6d16
authored
18 years ago
by
Mike Baker
Browse files
Options
Downloads
Patches
Plain Diff
Convert to new template
SVN-Revision: 3746
parent
0f89b02a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
openwrt/package/ipset/Config.in
+0
-9
0 additions, 9 deletions
openwrt/package/ipset/Config.in
openwrt/package/ipset/Makefile
+15
-15
15 additions, 15 deletions
openwrt/package/ipset/Makefile
openwrt/package/ipset/ipkg/ipset.control
+0
-5
0 additions, 5 deletions
openwrt/package/ipset/ipkg/ipset.control
with
15 additions
and
29 deletions
openwrt/package/ipset/Config.in
deleted
100644 → 0
+
0
−
9
View file @
0f89b02a
config BR2_PACKAGE_IPSET
prompt "ipset............................. Netfilter ip sets administration utility"
tristate
default m if CONFIG_DEVEL
help
Netfilter ip sets administration utility
http://ipset.netfilter.org/
This diff is collapsed.
Click to expand it.
openwrt/package/ipset/Makefile
+
15
−
15
View file @
453f6d16
...
...
@@ -7,28 +7,28 @@ PKG_VERSION:=2.2.3
PKG_RELEASE
:=
1
PKG_MD5SUM
:=
1709424cc2cdb925d4fb6fd5fcaefc26
PKG_SOURCE_URL
:=
http://ipset.netfilter.org
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
-20050914
.tar.bz2
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/ipset-
$(
PKG_VERSION
)
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
-20050914
.tar.bz2
PKG_SOURCE_URL
:=
http://ipset.netfilter.org
PKG_CAT
:=
bzcat
include
$(TOPDIR)/package/rules.mk
$(
eval
$(
call PKG_template,IPSET,
$(
PKG_NAME
)
,
$(
PKG_VERSION
)
-
$(
PKG_RELEASE
)
,
$(
ARCH
)))
$(PKG_BUILD_DIR)/.configured
:
touch
$@
$(PKG_BUILD_DIR)/.built
:
$(
MAKE
)
-C
$(
PKG_BUILD_DIR
)
\
CC
=
$(
TARGET_CC
)
LD
=
$(
TARGET_CROSS
)
ld
\
CFLAGS
=
"
$(
TARGET_CFLAGS
)
-Wall -I
$(
LINUX_DIR
)
/include -I."
\
KERNEL_DIR
=
$(
LINUX_DIR
)
PREFIX
=
/usr
touch
$@
$(IPKG_IPSET)
:
define
Package/ipset
SECTION
:=
base
CATEGORY
:=
Network
DEFAULT
:=
y
DEPENDS
:=
kmod-iptables-extra
TITLE
:=
Netfilter ip sets administration utility
DESCRIPTION
:=
Netfilter ip sets administration utility
URL
:=
http://ipset.netfilter.org/
endef
define
Package/ipset/install
$(MAKE)
-C
$(PKG_BUILD_DIR)
\
DESTDIR
=
$(
IDIR_IPSET
)
PREFIX
=
/usr
install
rm
-rf
$(IDIR_IPSET)/usr/man
$(IPKG_BUILD)
$(IDIR_IPSET)
$(PACKAGE_DIR)
endef
$(
eval
$(
call BuildPackage,ipset
))
This diff is collapsed.
Click to expand it.
openwrt/package/ipset/ipkg/ipset.control
deleted
100644 → 0
+
0
−
5
View file @
0f89b02a
Package: ipset
Priority: optional
Section: net
Description: Netfilter ip sets administration utility
Depends: kmod-iptables-extra
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