diff options
author | 2013-09-05 10:51:19 +0200 | |
---|---|---|
committer | 2013-09-05 10:51:19 +0200 | |
commit | b64b7e58e97e979d6fbbc63c642be285bd804eed (patch) | |
tree | 049a7e09ac9235ffe1ce872552772b021f0bf23e /configs/at91sam9260dfc_defconfig | |
parent | 7504705667a6a267f257baf70a1a945af8c68d80 (diff) | |
download | buildroot-b64b7e58e97e979d6fbbc63c642be285bd804eed.tar.gz buildroot-b64b7e58e97e979d6fbbc63c642be285bd804eed.tar.bz2 |
at91sam9260dfc_defconfig: fix linux defconfig name
The 9260 defconfig got renamed to at91sam9260_9g20_defconfig in kernel
3.11.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs/at91sam9260dfc_defconfig')
-rw-r--r-- | configs/at91sam9260dfc_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/at91sam9260dfc_defconfig b/configs/at91sam9260dfc_defconfig index 085997a0b0..20389f3ffb 100644 --- a/configs/at91sam9260dfc_defconfig +++ b/configs/at91sam9260dfc_defconfig @@ -16,4 +16,4 @@ BR2_TARGET_UBOOT_BOARDNAME="at91sam9260ek_dataflash_cs0" # Kernel BR2_LINUX_KERNEL=y -BR2_LINUX_KERNEL_DEFCONFIG="at91sam9260" +BR2_LINUX_KERNEL_DEFCONFIG="at91sam9260_9g20" |