Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IOWRT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IOPSYS
IOWRT
Commits
cf1e8abc
Commit
cf1e8abc
authored
17 years ago
by
Nicolas Thill
Browse files
Options
Downloads
Patches
Plain Diff
remove dup iptables in default package set
SVN-Revision: 11091
parent
b3b8a3d2
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
include/target.mk
+2
-2
2 additions, 2 deletions
include/target.mk
with
2 additions
and
2 deletions
include/target.mk
+
2
−
2
View file @
cf1e8abc
#
# Copyright (C) 2007 OpenWrt.org
# Copyright (C) 2007
-2008
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
...
...
@@ -14,7 +14,7 @@ DEVICE_TYPE?=router
# Default packages - the really basic set
DEFAULT_PACKAGES
:=
base-files libgcc uclibc busybox dropbear mtd uci
# For router targets
DEFAULT_PACKAGES.router
:=
dnsmasq iptables ppp ppp-mod-pppoe
iptables
kmod-ipt-nathelper bridge
DEFAULT_PACKAGES.router
:=
dnsmasq iptables ppp ppp-mod-pppoe kmod-ipt-nathelper bridge
# Additional packages for Linux 2.6
ifneq
($(KERNEL),2.4)
...
...
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