diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2013-04-11 10:10:48 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-04-11 10:10:48 +0200 |
commit | 2f43a9105dac6760ea1f6456e5cf29b956bc4fe7 (patch) | |
tree | a555896047652f4288db196f3f5030c891b8511b /configs | |
parent | 9db3b47ea1b37b1ac52561f94ca39fa9cf4ae74c (diff) | |
download | buildroot-novena-2f43a9105dac6760ea1f6456e5cf29b956bc4fe7.tar.gz buildroot-novena-2f43a9105dac6760ea1f6456e5cf29b956bc4fe7.zip |
nitrogen6x_defconfig: drop double linux tarball location
Somehow the old setting wasn't dropped in 184850a42 (bump u-boot /
linux versions to current stable).
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/nitrogen6x_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/nitrogen6x_defconfig b/configs/nitrogen6x_defconfig index 9828c8e7b..9b4d47352 100644 --- a/configs/nitrogen6x_defconfig +++ b/configs/nitrogen6x_defconfig @@ -19,7 +19,6 @@ BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/u-bo # kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/linux-imx6/tarball/5f84e92/linux-imx6-5f84e92.tar.gz" BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/linux-imx6/tarball/2dc5560/linux-imx6-2dc5560.tar.gz" BR2_LINUX_KERNEL_DEFCONFIG="nitrogen6x" BR2_LINUX_KERNEL_INSTALL_TARGET=y |