|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-AT91BOOTSTRAP3_VERSION = v3.6.2
|
|
|
+AT91BOOTSTRAP3_VERSION = v3.7.1
|
|
|
AT91BOOTSTRAP3_SITE = $(call github,linux4sam,at91bootstrap,$(AT91BOOTSTRAP3_VERSION))
|
|
|
|
|
|
AT91BOOTSTRAP3_INSTALL_IMAGES = YES
|
|
@@ -29,19 +29,17 @@ AT91BOOTSTRAP3_POST_PATCH_HOOKS += AT91BOOTSTRAP3_APPLY_CUSTOM_PATCHES
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_TARGET_AT91BOOTSTRAP3_USE_DEFCONFIG),y)
|
|
|
-AT91BOOTSTRAP3_SOURCE_CONFIG = \
|
|
|
- $(@D)/board/*/$(AT91BOOTSTRAP3_DEFCONFIG)_defconfig
|
|
|
+define AT91BOOTSTRAP3_CONFIGURE_CMDS
|
|
|
+ $(MAKE) $(AT91BOOTSTRAP3_MAKE_OPTS) -C $(@D) $(AT91BOOTSTRAP3_DEFCONFIG)_defconfig
|
|
|
+endef
|
|
|
else ifeq ($(BR2_TARGET_AT91BOOTSTRAP3_USE_CUSTOM_CONFIG),y)
|
|
|
-AT91BOOTSTRAP3_SOURCE_CONFIG = $(AT91BOOTSTRAP3_CUSTOM_CONFIG_FILE)
|
|
|
-endif
|
|
|
-
|
|
|
define AT91BOOTSTRAP3_CONFIGURE_CMDS
|
|
|
- cp $(AT91BOOTSTRAP3_SOURCE_CONFIG) $(@D)/.config
|
|
|
- $(SED) 's/image.bin/uImage/' $(@D)/.config
|
|
|
+ cp $(BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_CONFIG_FILE) $(@D)/.config
|
|
|
endef
|
|
|
+endif
|
|
|
|
|
|
define AT91BOOTSTRAP3_BUILD_CMDS
|
|
|
- $(MAKE) $(AT91BOOTSTRAP3_MAKE_OPTS) -C $(@D) boot
|
|
|
+ $(MAKE) $(AT91BOOTSTRAP3_MAKE_OPTS) -C $(@D)
|
|
|
endef
|
|
|
|
|
|
define AT91BOOTSTRAP3_INSTALL_IMAGES_CMDS
|