|
@@ -19,7 +19,12 @@ else
|
|
|
AT91BOOTSTRAP3_SITE = $(call github,linux4sam,at91bootstrap,$(AT91BOOTSTRAP3_VERSION))
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION),y)
|
|
|
+AT91BOOTSTRAP3_LICENSE = MIT
|
|
|
+AT91BOOTSTRAP3_LICENSE_FILES = LICENSES/MIT.txt
|
|
|
+else ifeq ($(BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION_3X),y)
|
|
|
AT91BOOTSTRAP3_LICENSE = Atmel License
|
|
|
+endif
|
|
|
|
|
|
AT91BOOTSTRAP3_CPE_ID_VENDOR = linux4sam
|
|
|
AT91BOOTSTRAP3_CPE_ID_PRODUCT = at91bootstrap
|