mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
software watchdog as kernel modul, pf ring as kernel module. saves some bytes in the default images, ideas from 22c3 talking with nbd and sven-ola
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2801 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -177,6 +177,13 @@ config BR2_PACKAGE_KMOD_PPPOE
|
||||
help
|
||||
Support for PPP over Ethernet
|
||||
|
||||
config BR2_PACKAGE_KMOD_RING
|
||||
prompt "kmod-ring......................... PF Ring"
|
||||
tristate
|
||||
default m
|
||||
help
|
||||
PF Ring
|
||||
|
||||
config BR2_PACKAGE_KMOD_SCHED
|
||||
prompt "kmod-sched........................ Traffic schedulers"
|
||||
tristate
|
||||
@@ -773,6 +780,13 @@ config BR2_PACKAGE_KMOD_LP
|
||||
help
|
||||
Kernel modules for line printer and parallel port support
|
||||
|
||||
config BR2_PACKAGE_KMOD_SOFTDOG
|
||||
prompt "kmod-softdog..................... software watchdog"
|
||||
tristate
|
||||
default m
|
||||
help
|
||||
Kernel modules for software watchdog driver
|
||||
|
||||
config BR2_PACKAGE_KMOD_WD1100
|
||||
prompt "kmod-wd1100....................... Soekris net4801 watchdog"
|
||||
tristate
|
||||
|
||||
Reference in New Issue
Block a user