summaryrefslogtreecommitdiff
path: root/openwrt/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
commit0a5eabc8e656be443a0d84651f6fa86299ac4af0 (patch)
tree019928486619cbab36268fb28dbebfe254e70648 /openwrt/package
parent0ae49a0bd37554489d703ad4a2f371b50842105e (diff)
downloadmtk-20170518-0a5eabc8e656be443a0d84651f6fa86299ac4af0.zip
mtk-20170518-0a5eabc8e656be443a0d84651f6fa86299ac4af0.tar.gz
mtk-20170518-0a5eabc8e656be443a0d84651f6fa86299ac4af0.tar.bz2
Update defaults
SVN-Revision: 202
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/bridge/Config.in2
-rw-r--r--openwrt/package/dnsmasq/Config.in2
-rw-r--r--openwrt/package/iptables/Config.in2
-rw-r--r--openwrt/package/linux/Config.in2
4 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/package/bridge/Config.in b/openwrt/package/bridge/Config.in
index 8a5ebce..5856e3f 100644
--- a/openwrt/package/bridge/Config.in
+++ b/openwrt/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/openwrt/package/dnsmasq/Config.in b/openwrt/package/dnsmasq/Config.in
index 05e40f3..c0f0508 100644
--- a/openwrt/package/dnsmasq/Config.in
+++ b/openwrt/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/openwrt/package/iptables/Config.in b/openwrt/package/iptables/Config.in
index f1e5ef6..11fdc5e 100644
--- a/openwrt/package/iptables/Config.in
+++ b/openwrt/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/openwrt/package/linux/Config.in b/openwrt/package/linux/Config.in
index 4588e48..22809cd 100644
--- a/openwrt/package/linux/Config.in
+++ b/openwrt/package/linux/Config.in
@@ -1,6 +1,6 @@
config BR2_PACKAGE_LINUX
bool "linux"
- default n
+ default y
help
The Linux kernel.