1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 07:04:10 +03:00

Fix the scx200 watchdog typo (#1724)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7277 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-05-20 11:50:53 +00:00
parent fa9a999ca0
commit 37a2d57dfd

View File

@ -330,7 +330,7 @@ define KernelPackage/scx200-wdt
SUBMENU:=$(EMENU) SUBMENU:=$(EMENU)
KCONFIG:=$(CONFIG_SC1200_WDT) KCONFIG:=$(CONFIG_SC1200_WDT)
FILES:=$(LINUX_DIR)/drivers/char/watchdog/scx200_wdt.$(LINUX_KMOD_SUFFIX) FILES:=$(LINUX_DIR)/drivers/char/watchdog/scx200_wdt.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,scx200_wt) AUTOLOAD:=$(call AutoLoad,50,scx200_wdt)
endef endef
$(eval $(call KernelPackage,scx200-wdt)) $(eval $(call KernelPackage,scx200-wdt))