Merge pull request #1071 from zerojay/master
Fix hardware detection for Odroid-XU4 against newer kernels
This commit is contained in:
commit
ad0ec384cf
|
@ -44,6 +44,8 @@ ifeq (,$(platform))
|
|||
platform = odroidc1
|
||||
else ifneq (,$(findstring ODROID-XU3,$(HARDWARE)))
|
||||
platform = odroidxu3
|
||||
else ifneq (,$(findstring ODROID-XU4,$(HARDWARE)))
|
||||
platform = odroidxu3
|
||||
else ifneq (,$(findstring ODROIDXU,$(HARDWARE)))
|
||||
platform = odroidxu
|
||||
else ifneq (,$(findstring ODROIDX2,$(HARDWARE)))
|
||||
|
|
Loading…
Reference in New Issue