diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-01 23:45:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-01 23:45:44 +0200 |
commit | 9d75f0d407be54a14bbb6bcae4d96cb433b69c86 (patch) | |
tree | 32752cc509826a6b53598dfd90c8ce54c863502b /target/linux | |
parent | 4fa46b6a63a479a7a216b519c329dbfe53b0ca39 (diff) |
remove unzip dependency, use delivered cpio. some code cleanup
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.misc | 2 | ||||
-rw-r--r-- | target/linux/config/Config.in.sched | 17 |
2 files changed, 1 insertions, 18 deletions
diff --git a/target/linux/config/Config.in.misc b/target/linux/config/Config.in.misc index bb5097351..627a691bc 100644 --- a/target/linux/config/Config.in.misc +++ b/target/linux/config/Config.in.misc @@ -95,7 +95,7 @@ config ADK_KPACKAGE_KMOD_EEPROM_93CX6 prompt "kmod-eeprom-93cx6................. 93cx6 eeprom support" tristate depends on ADK_KPACKAGE_KMOD_MAC80211 - depends on !ADK_LINUX_CRIS_FOXBOARD + depends on !ADK_LINUX_CRIS_FOXBOARD && !ADK_LINUX_MIPS64_LEMOTE default n help diff --git a/target/linux/config/Config.in.sched b/target/linux/config/Config.in.sched index 808b00e41..7cea06102 100644 --- a/target/linux/config/Config.in.sched +++ b/target/linux/config/Config.in.sched @@ -201,7 +201,6 @@ config ADK_KPACKAGE_KMOD_NET_CLS_BASIC prompt "kmod-cls-basic.................... Elementary classification (BASIC)" tristate select ADK_KERNEL_NET_CLS - depends on ADK_LINUX_2_6 default n help Say Y here if you want to be able to classify packets using @@ -272,22 +271,10 @@ config ADK_KERNEL_NET_CLS_ACT select ADK_KERNEL_NET_ESTIMATOR default n -config ADK_KPACKAGE_KMOD_NET_CLS_POLICE - prompt "kmod-act-police................... Traffic Policing" - tristate - select ADK_KERNEL_NET_CLS_ACT - depends on ADK_LINUX_2_4 - default n - help - Say Y here if you want to do traffic policing, i.e. strict - bandwidth limiting. This action replaces the existing policing - module. - config ADK_KPACKAGE_KMOD_NET_ACT_POLICE prompt "kmod-act-police................... Traffic Policing" tristate select ADK_KERNEL_NET_CLS_ACT - depends on ADK_LINUX_2_6 default n help Say Y here if you want to do traffic policing, i.e. strict @@ -298,7 +285,6 @@ config ADK_KPACKAGE_KMOD_NET_ACT_GACT prompt "kmod-act-gact..................... Generic actions" tristate select ADK_KERNEL_NET_CLS_ACT - depends on ADK_LINUX_2_6 default n help Say Y here to take generic actions such as dropping and @@ -308,7 +294,6 @@ config ADK_KPACKAGE_KMOD_NET_ACT_MIRRED prompt "kmod-act-mirred................... Redirecting and Mirroring" tristate select ADK_KERNEL_NET_CLS_ACT - depends on ADK_LINUX_2_6 default n help Say Y here to allow packets to be mirrored or redirected to @@ -319,7 +304,6 @@ config ADK_KPACKAGE_KMOD_NET_ACT_IPT tristate select ADK_KERNEL_NET_CLS_ACT select ADK_KPACKAGE_KMOD_IP_NF_IPTABLES - depends on ADK_LINUX_2_6 default n help Say Y here to be able to invoke iptables targets after successful @@ -329,7 +313,6 @@ config ADK_KPACKAGE_KMOD_NET_ACT_PEDIT prompt "kmod-act-pedit.................... Packet Editing" tristate select ADK_KERNEL_NET_CLS_ACT - depends on ADK_LINUX_2_6 default n help Say Y here if you want to mangle the content of packets. |