summaryrefslogtreecommitdiff
path: root/target/linux/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-06 09:58:27 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-06 09:58:27 +0100
commite4e3fe59675fab8a98b31dd4e5634c27427d2538 (patch)
treebe7b3fd3cbe495fb7d6c95d16a7b098e219e3c22 /target/linux/config
parent89551d9a7633d83d45fb22316153dee7cd898fbc (diff)
add new kernel
Diffstat (limited to 'target/linux/config')
-rw-r--r--target/linux/config/Config.in.netdevice14
-rw-r--r--target/linux/config/Config.in.netfilter.ip43
-rw-r--r--target/linux/config/Config.in.systems3
3 files changed, 2 insertions, 18 deletions
diff --git a/target/linux/config/Config.in.netdevice b/target/linux/config/Config.in.netdevice
index dcf9f03ec..2d5c8e3c7 100644
--- a/target/linux/config/Config.in.netdevice
+++ b/target/linux/config/Config.in.netdevice
@@ -113,16 +113,6 @@ config ADK_KERNEL_AR231X_ETHERNET
default n
help
-config ADK_KERNEL_NE2K_PCI
- boolean
- select ADK_KERNEL_NETDEVICES
- select ADK_KERNEL_NET_ETHERNET
- select ADK_KERNEL_NET_PCI
- select ADK_KERNEL_MII
- default y if ADK_TARGET_SYSTEM_QEMU_PPC
- default n
- help
-
config ADK_KERNEL_KORINA
boolean
select ADK_KERNEL_NETDEVICES
@@ -164,10 +154,6 @@ config ADK_KERNEL_E1000
default y if ADK_NATIVE_SYSTEM_IBM_X40
default y if ADK_TARGET_SYSTEM_QEMU_I686
default y if ADK_TARGET_SYSTEM_QEMU_X86_64
- default y if ADK_TARGET_SYSTEM_QEMU_MIPS64
- default y if ADK_TARGET_SYSTEM_QEMU_MIPS64EL
- default y if ADK_TARGET_SYSTEM_QEMU_MIPS
- default y if ADK_TARGET_SYSTEM_QEMU_MIPSEL
default n
help
diff --git a/target/linux/config/Config.in.netfilter.ip4 b/target/linux/config/Config.in.netfilter.ip4
index 2cdd45d85..a9c42769a 100644
--- a/target/linux/config/Config.in.netfilter.ip4
+++ b/target/linux/config/Config.in.netfilter.ip4
@@ -38,6 +38,7 @@ config ADK_KPACKAGE_KMOD_FULL_NAT
tristate "Meta package for Full NAT"
select ADK_KPACKAGE_KMOD_NF_NAT if ADK_KERNEL_VERSION_3_4_71
select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_11_10
+ select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_12_6
config ADK_KPACKAGE_KMOD_NF_NAT
tristate 'Full NAT'
@@ -51,7 +52,7 @@ config ADK_KPACKAGE_KMOD_NF_NAT
config ADK_KPACKAGE_KMOD_NF_NAT_IPV4
tristate 'Full NAT'
depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
- depends on ADK_KERNEL_VERSION_3_11_10
+ depends on ADK_KERNEL_VERSION_3_11_10 || ADK_KERNEL_VERSION_3_12_6
help
The Full NAT option allows masquerading, port forwarding and other
forms of full Network Address Port Translation. It is controlled by
diff --git a/target/linux/config/Config.in.systems b/target/linux/config/Config.in.systems
index d41ce49f1..239f3495e 100644
--- a/target/linux/config/Config.in.systems
+++ b/target/linux/config/Config.in.systems
@@ -9,9 +9,6 @@ config ADK_KERNEL_PAGE_SIZE_16KB
config ADK_KERNEL_ATHEROS_AR231X
boolean
-config ADK_KERNEL_MIPS_MALTA
- boolean
-
config ADK_KERNEL_MIKROTIK_RB532
boolean