aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2005-01-17 00:19:20 +0000
committerMike Baker <mbm@openwrt.org>2005-01-17 00:19:20 +0000
commitb062195bf064ed2845fa66852c29433656582d54 (patch)
treeb3c0cf3a36f05d3c1c1b2f97c269d611afa05cfa /package
parentfcdec19cc412de7b555e5f2ab20473853a10df04 (diff)
downloadmaster-187ad058-b062195bf064ed2845fa66852c29433656582d54.tar.gz
master-187ad058-b062195bf064ed2845fa66852c29433656582d54.tar.bz2
master-187ad058-b062195bf064ed2845fa66852c29433656582d54.zip
Update defaults
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@202 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/bridge/Config.in2
-rw-r--r--package/dnsmasq/Config.in2
-rw-r--r--package/iptables/Config.in2
-rw-r--r--package/linux/Config.in2
4 files changed, 4 insertions, 4 deletions
diff --git a/package/bridge/Config.in b/package/bridge/Config.in
index 8a5ebce0e9..5856e3f791 100644
--- a/package/bridge/Config.in
+++ b/package/bridge/Config.in
@@ -1,6 +1,6 @@
config BR2_PACKAGE_BRIDGE
bool "bridge"
- default n
+ default y
help
Manage ethernet bridging; a way to connect networks together to
form a larger network.
diff --git a/package/dnsmasq/Config.in b/package/dnsmasq/Config.in
index 05e40f34eb..c0f05088e3 100644
--- a/package/dnsmasq/Config.in
+++ b/package/dnsmasq/Config.in
@@ -1,6 +1,6 @@
config BR2_PACKAGE_DNSMASQ
bool "dnsmasq"
- default n
+ default y
help
A lightweight DNS and DHCP server. It is intended to provide
coupled DNS and DHCP service to a LAN.
diff --git a/package/iptables/Config.in b/package/iptables/Config.in
index f1e5ef631d..11fdc5ecd7 100644
--- a/package/iptables/Config.in
+++ b/package/iptables/Config.in
@@ -1,6 +1,6 @@
config BR2_PACKAGE_IPTABLES
bool "iptables"
- default n
+ default y
help
Linux kernel (2.4+) firewall, NAT, and packet mangling tools.
diff --git a/package/linux/Config.in b/package/linux/Config.in
index 4588e48efb..22809cd7f3 100644
--- a/package/linux/Config.in
+++ b/package/linux/Config.in
@@ -1,6 +1,6 @@
config BR2_PACKAGE_LINUX
bool "linux"
- default n
+ default y
help
The Linux kernel.