Changeset 146fb29 in freewrt
- Timestamp:
- Mar 17, 2007, 3:09:50 PM (19 years ago)
- Children:
- 2c000ee
- Parents:
- 4bd8a26
- Files:
-
- 2 added
- 5 edited
-
mk/modules.mk (modified) (2 diffs)
-
target/linux/Config.in (modified) (1 diff)
-
target/linux/control/kmod-rc32434-wdt.control (added)
-
target/linux/rb-2.6/ext2-cf/config/config.ext2 (modified) (2 diffs)
-
target/linux/rb-2.6/nfs/config/config.nfs (modified) (1 diff)
-
target/linux/rb-2.6/patches/105-rc32434_wdt.patch (added)
-
target/linux/rb-2.6/yaffs2/config/config.yaffs2 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mk/modules.mk
r4bd8a26 r146fb29 436 436 ,CONFIG_BLUEZ,,90)) 437 437 438 # modules below have to be inserted separately - useful lat all?438 # modules below have to be inserted separately - useful at all? 439 439 # $(MODULES_DIR)/kernel/drivers/bluetooth/bt3c_cs \ 440 440 # $(MODULES_DIR)/kernel/drivers/bluetooth/btuart_cs \ … … 450 450 $(foreach mod,$(SOFTDOG_MODULES),$(MODULES_DIR)/kernel/$(mod)) \ 451 451 ,CONFIG_SOFT_WATCHDOG,,95)) 452 453 $(eval $(call KMOD_template,RC32434_WDT,rc32434-wdt,\ 454 $(MODULES_DIR)/kernel/drivers/char/watchdog/rc32434_wdt \ 455 ,CONFIG_RC32434_WDT,,95)) 452 456 453 457 # NLS -
target/linux/Config.in
r4bd8a26 r146fb29 1070 1070 found on Soekris net4801 boards 1071 1071 1072 1072 config FWRT_PACKAGE_KMOD_RC32434_WDT 1073 prompt "kmod-rc32434_wdt.................. Hardware watchdog driver for IDT RC32434" 1074 tristate 1075 default n 1076 help 1077 Hardware driver for the IDT RC32434 integrated watchdog. 1078 This processor is used at least on the Mikrotik RouterBoard532. 1073 1079 1074 1080 config FWRT_PACKAGE_KMOD_CRYPTO -
target/linux/rb-2.6/ext2-cf/config/config.ext2
r4bd8a26 r146fb29 2 2 # Automatically generated make config: don't edit 3 3 # Linux kernel version: 2.6.19.1 4 # Wed Feb 28 17:46:1620074 # Sat Mar 17 13:30:15 2007 5 5 # 6 6 CONFIG_MIPS=y … … 1127 1127 # Watchdog Device Drivers 1128 1128 # 1129 CONFIG_SOFT_WATCHDOG=m 1129 # CONFIG_SOFT_WATCHDOG is not set 1130 CONFIG_RC32434_WDT=m 1130 1131 1131 1132 # -
target/linux/rb-2.6/nfs/config/config.nfs
r4bd8a26 r146fb29 1095 1095 # Watchdog Device Drivers 1096 1096 # 1097 CONFIG_SOFT_WATCHDOG=m 1097 # CONFIG_SOFT_WATCHDOG is not set 1098 CONFIG_RC32434_WDT=m 1098 1099 1099 1100 # -
target/linux/rb-2.6/yaffs2/config/config.yaffs2
r4bd8a26 r146fb29 1092 1092 # Watchdog Device Drivers 1093 1093 # 1094 CONFIG_SOFT_WATCHDOG=m 1094 # CONFIG_SOFT_WATCHDOG is not set 1095 CONFIG_RC32434_WDT=m 1095 1096 1096 1097 #
Note:
See TracChangeset
for help on using the changeset viewer.
