Browse Source

update checksum

Waldemar Brodkorb 12 years ago
parent
commit
ef554dc6f2
2 changed files with 5 additions and 2 deletions
  1. 1 1
      mk/kernel-ver.mk
  2. 4 1
      mk/modules.mk

+ 1 - 1
mk/kernel-ver.mk

@@ -14,7 +14,7 @@ ifeq ($(ADK_KERNEL_VERSION_3_0_25),y)
 KERNEL_VERSION:=	3.0.25
 KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
-KERNEL_MD5SUM:=		0cb510da24d9cf7bd17091ed49176178
+KERNEL_MD5SUM:=		919df2dd67e6fe3e4c70436493995d14
 endif
 ifeq ($(ADK_KERNEL_VERSION_3_1_10),y)
 KERNEL_VERSION:=	3.1.10

+ 4 - 1
mk/modules.mk

@@ -1250,9 +1250,12 @@ $(eval $(call KMOD_template,INPUT_EVDEV,input-evdev,\
 
 USBMODULES:=
 ifeq ($(KERNEL_BASE),3)
+ifeq ($(KERNEL_MAJ),3)
 USBMODULES+=drivers/usb/usb-common
-endif
+else
 USBMODULES+=drivers/usb/core/usbcore
+endif
+endif
 
 ifeq ($(ADK_TARGET_SYSTEM_FOXBOARD_LX),)
 $(eval $(call KMOD_template,USB,usb,\