X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=include%2Fmodules-2.6.mk;h=c98e4ea8a492b970e27d9b35445d8877d89182ad;hb=48e7e69b2a42338442f218166ae93db78221ff43;hp=ec9f5da44f48466ff89d20153746bf6e5c39485d;hpb=859e8f7f7d8bfbefd610d338d16498190cd51e15;p=openwrt-10.03%2F.git diff --git a/include/modules-2.6.mk b/include/modules-2.6.mk index ec9f5da44..c98e4ea8a 100644 --- a/include/modules-2.6.mk +++ b/include/modules-2.6.mk @@ -1,5 +1,11 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# NF_2_6:=1 -include $(TOPDIR)/include/netfilter.mk +include $(INCLUDE_DIR)/netfilter.mk # Networking @@ -112,11 +118,6 @@ $(eval $(call KMOD_template,IP6TABLES,ip6tables,\ # Block devices -$(eval $(call KMOD_template,IDE,ide,\ - $(MODULES_DIR)/kernel/drivers/ide/*.ko \ - $(MODULES_DIR)/kernel/drivers/ide/*/*.ko \ -,CONFIG_IDE)) - $(eval $(call KMOD_template,LOOP,loop,\ $(MODULES_DIR)/kernel/drivers/block/loop.ko \ ,CONFIG_BLK_DEV_LOOP,,20,loop))