@ -468,7 +468,7 @@ define KernelPackage/wdt-omap
DEPENDS:= @( TARGET_omap24xx|| TARGET_omap35xx)
KCONFIG:= CONFIG_OMAP_WATCHDOG
FILES:= $( LINUX_DIR) /drivers/$( WATCHDOG_DIR) /omap_wdt.ko
AUTOLOAD:= $( call AutoLoad,50,omap_wdt.ko)
AUTOLOAD:= $( call AutoLoad,50,omap_wdt.ko,1 )
e n d e f
d e f i n e K e r n e l P a c k a g e / w d t - o m a p / d e s c r i p t i o n
@ -484,7 +484,7 @@ define KernelPackage/wdt-orion
DEPENDS:= @TARGET_orion|| TARGET_kirkwood|| TARGET_mvebu
KCONFIG:= CONFIG_ORION_WATCHDOG
FILES:= $( LINUX_DIR) /drivers/$( WATCHDOG_DIR) /orion_wdt.ko
AUTOLOAD:= $( call AutoLoad,50,orion_wdt)
AUTOLOAD:= $( call AutoLoad,50,orion_wdt,1 )
e n d e f
d e f i n e K e r n e l P a c k a g e / w d t - o r i o n / d e s c r i p t i o n
@ -500,7 +500,7 @@ define KernelPackage/booke-wdt
DEPENDS:= @( TARGET_mpc85xx|| TARGET_ppc40x|| TARGET_ppc44x)
KCONFIG:= CONFIG_BOOKE_WDT
FILES:= $( LINUX_DIR) /drivers/$( WATCHDOG_DIR) /booke_wdt.ko
AUTOLOAD:= $( call AutoLoad,50,booke_wdt)
AUTOLOAD:= $( call AutoLoad,50,booke_wdt,1 )
e n d e f
d e f i n e K e r n e l P a c k a g e / b o o k e - w d t / d e s c r i p t i o n