aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/config-2.6.30
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-07-12 00:01:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-07-12 00:01:12 +0000
commit2020fc8c568d3adba46315b8ad32c4f258694adb (patch)
tree1cce9057d71b394a966187258f681e7c233641c8 /target/linux/generic-2.6/config-2.6.30
parentbcbdd2a425f2849a15547671e98f01ae967bd78f (diff)
downloadupstream-2020fc8c568d3adba46315b8ad32c4f258694adb.tar.gz
upstream-2020fc8c568d3adba46315b8ad32c4f258694adb.tar.bz2
upstream-2020fc8c568d3adba46315b8ad32c4f258694adb.zip
kernel: clean up scheduler default config and kmod-sched kconfig symbols, enable skbedit by default
SVN-Revision: 16789
Diffstat (limited to 'target/linux/generic-2.6/config-2.6.30')
-rw-r--r--target/linux/generic-2.6/config-2.6.308
1 files changed, 3 insertions, 5 deletions
diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30
index 7988ca5861..487a68551c 100644
--- a/target/linux/generic-2.6/config-2.6.30
+++ b/target/linux/generic-2.6/config-2.6.30
@@ -1122,17 +1122,15 @@ CONFIG_MTD=y
# CONFIG_NET_ACT_MIRRED is not set
# CONFIG_NET_ACT_NAT is not set
# CONFIG_NET_ACT_PEDIT is not set
-CONFIG_NET_ACT_POLICE=y
+# CONFIG_NET_ACT_POLICE is not set
# CONFIG_NET_ACT_SIMP is not set
-# CONFIG_NET_ACT_SKBEDIT is not set
+CONFIG_NET_ACT_SKBEDIT=y
CONFIG_NET_CLS_ACT=y
-# CONFIG_NET_CLS_BASIC is not set
+CONFIG_NET_CLS_BASIC=y
# CONFIG_NET_CLS_FLOW is not set
# CONFIG_NET_CLS_FW is not set
CONFIG_NET_CLS_IND=y
-CONFIG_NET_CLS_POLICE=y
# CONFIG_NET_CLS_ROUTE4 is not set
-CONFIG_NET_CLS_ROUTE=y
# CONFIG_NET_CLS_RSVP6 is not set
# CONFIG_NET_CLS_RSVP is not set
# CONFIG_NET_CLS_TCINDEX is not set
ense v2. # See /LICENSE for more information. # # $Id$ include $(TOPDIR)/rules.mk PKG_NAME:=haserl PKG_VERSION:=0.8.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/haserl PKG_MD5SUM:=bd9195d086566f56634c0bcbbbcbebea PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk define Package/haserl SECTION:=utils CATEGORY:=Utilities TITLE:=A CGI wrapper to embed shell scripts in HTML documents URL:=http://haserl.sourceforge.net/ endef define Package/haserl/install install -m0755 -d $(1)/usr/bin install -m0755 $(PKG_BUILD_DIR)/src/haserl $(1)/usr/bin/ endef $(eval $(call BuildPackage,haserl))