diff options
Diffstat (limited to 'configs/atstk100x_defconfig')
-rw-r--r-- | configs/atstk100x_defconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configs/atstk100x_defconfig b/configs/atstk100x_defconfig index 1af500111..fe7e498f6 100644 --- a/configs/atstk100x_defconfig +++ b/configs/atstk100x_defconfig @@ -4,7 +4,8 @@ BR2_avr32=y # U-Boot BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="atstk1002" -BR2_TARGET_UBOOT_2010_09=y +BR2_TARGET_UBOOT_CUSTOM_VERSION=y +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2010.09" # Kernel BR2_LINUX_KERNEL=y @@ -15,5 +16,3 @@ BR2_LINUX_KERNEL_DEFCONFIG="atstk1002" # Filesystem BR2_TARGET_ROOTFS_TAR=y - - |