|
Revision 658, 357 bytes
(checked in by markus, 2 years ago)
|
added small watchdog for WRT54G3G button. This is intended to be replaces as soon as gpio is handled on interupts.
|
| Line | |
|---|
| 1 |
config FWRT_PACKAGE_BROADCOM_WATCHBUTTON |
|---|
| 2 |
prompt "broadcom-watchbutton.............. Simple watchdog for UMTS Button on WRT54G3G" |
|---|
| 3 |
tristate |
|---|
| 4 |
default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G |
|---|
| 5 |
default n |
|---|
| 6 |
depends FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G |
|---|
| 7 |
help |
|---|
| 8 |
A little daemon that polls constantly /proc/sys/button and |
|---|
| 9 |
starts "/sbin/hotplug button" if so. |
|---|
| 10 |
|
|---|