software watchdog as kernel modul, pf ring as kernel module. saves some bytes in...
[openwrt.git] / target / linux / linux-2.4 / Makefile
index 8cdee42..405d1b3 100644 (file)
@@ -102,6 +102,10 @@ $(eval $(call KMOD_template,TUN,tun,\
        $(MODULES_DIR)/kernel/drivers/net/tun.o \
 ,CONFIG_TUN,,20,tun))
 
+$(eval $(call KMOD_template,RING,ring,\
+       $(MODULES_DIR)/kernel/net/ring/ring.o \
+,CONFIG_RING,,20,ring))
+
 
 # Filtering / Firewalling
 
@@ -361,6 +365,10 @@ $(eval $(call KMOD_template,BLUETOOTH,bluetooth,\
        $(MODULES_DIR)/kernel/drivers/bluetooth/*.o \
 ,CONFIG_BLUEZ))
 
+$(eval $(call KMOD_template,SOFTDOG,softdog,\
+       $(MODULES_DIR)/kernel/drivers/char/softdog.o \
+,CONFIG_SOFT_WATCHDOG,,95,softdog))
+
 
 $(TARGETS): $(PACKAGE_DIR)
 
This page took 0.040453 seconds and 4 git commands to generate.