From 12f3b7feabf016114186fecff7eacc6c9d5e4226 Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Mon, 29 Sep 2008 18:45:24 +0000
Subject: [PATCH] Do not override classifier kernel configuration symbols

SVN-Revision: 12805
---
 target/linux/iop32x/config-default | 2 --
 target/linux/ixp4xx/config-default | 2 --
 target/linux/orion/config-default  | 2 --
 3 files changed, 6 deletions(-)

diff --git a/target/linux/iop32x/config-default b/target/linux/iop32x/config-default
index 0555e8094c..2b0dcf719b 100644
--- a/target/linux/iop32x/config-default
+++ b/target/linux/iop32x/config-default
@@ -238,8 +238,6 @@ CONFIG_MTD_REDBOOT_PARTS_READONLY=y
 # CONFIG_MTD_SLRAM is not set
 # CONFIG_NATSEMI is not set
 # CONFIG_NE2K_PCI is not set
-# CONFIG_NET_CLS_ACT is not set
-# CONFIG_NET_CLS_IND is not set
 CONFIG_NET_DMA=y
 # CONFIG_NET_EMATCH is not set
 # CONFIG_NET_IPIP is not set
diff --git a/target/linux/ixp4xx/config-default b/target/linux/ixp4xx/config-default
index 3dc8ecf3a6..a9a440d39d 100644
--- a/target/linux/ixp4xx/config-default
+++ b/target/linux/ixp4xx/config-default
@@ -280,8 +280,6 @@ CONFIG_MTD_REDBOOT_PARTS_READONLY=y
 # CONFIG_MTD_SLRAM is not set
 # CONFIG_NATSEMI is not set
 # CONFIG_NE2K_PCI is not set
-# CONFIG_NET_CLS_ACT is not set
-# CONFIG_NET_CLS_IND is not set
 # CONFIG_NET_EMATCH is not set
 # CONFIG_NET_IPIP is not set
 # CONFIG_NET_SCH_NETEM is not set
diff --git a/target/linux/orion/config-default b/target/linux/orion/config-default
index 58729debd2..2a14a49e9e 100644
--- a/target/linux/orion/config-default
+++ b/target/linux/orion/config-default
@@ -249,8 +249,6 @@ CONFIG_MTD_REDBOOT_PARTS_READONLY=y
 CONFIG_MV643XX_ETH=y
 # CONFIG_NATSEMI is not set
 # CONFIG_NE2K_PCI is not set
-# CONFIG_NET_CLS_ACT is not set
-# CONFIG_NET_CLS_IND is not set
 # CONFIG_NET_EMATCH is not set
 # CONFIG_NET_IPIP is not set
 # CONFIG_NET_SCH_NETEM is not set
-- 
GitLab