X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/cbd083f77e670109507819d3f592cf3bf6bc6044..3329b43e7655951c4b496eb7c24b2af096fcbef7:/target/linux/rdc/modules.mk?ds=inline diff --git a/target/linux/rdc/modules.mk b/target/linux/rdc/modules.mk index 668c1c063..ce7cbdf6e 100644 --- a/target/linux/rdc/modules.mk +++ b/target/linux/rdc/modules.mk @@ -1,5 +1,22 @@ -define KernelPackage/ide-core/install - rm -f $(1)/etc/modules.d/30-ide-core +# +# Copyright (C) 2010 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define KernelPackage/rdc321x-wdt + SUBMENU:=$(OTHER_MENU) + TITLE:=RDC321x watchdog + DEPENDS:=@TARGET_rdc + KCONFIG:=CONFIG_RDC321X_WDT + FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/rdc321x_wdt.ko + AUTOLOAD:=$(call AutoLoad,50,rdc321x_wdt) +endef + +define KernelPackage/rdc321x-wdt/description + RDC-321x watchdog driver endef +$(eval $(call KernelPackage,rdc321x-wdt))