Hi,

Axel Gembe wrote:
> Signed-off-by: Axel Gembe <[EMAIL PROTECTED]>
> ---
>  package/kernel/modules/other.mk |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
> index bf67464..18e7b19 100644
> --- a/package/kernel/modules/other.mk
> +++ b/package/kernel/modules/other.mk
> @@ -270,7 +270,7 @@ $(eval $(call KernelPackage,mmc-at91))
>  ifeq ($(KERNEL),2.4)
>    WATCHDOG_DIR=char
>  endif
> -ifeq ($(KERNEL_PATCHVER),2.6.24)
> +ifeq ($(firstword $(sort $(KERNEL_PATCHVER) 2.6.24)),2.6.24)
>    WATCHDOG_DIR=watchdog
>  endif
>  WATCHDOG_DIR?=char/watchdog


It would be nice if we had a patch description for this and
your other changes, that stated what they do or why they were
needed.

-Geoff

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to