From: Peter Korsgaard Date: Fri, 28 Sep 2012 18:53:05 +0000 (+0200) Subject: configs/calao_*: defconfigs should not hardcode BR2_JLEVEL X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=81b3d1f4f1799523cecb0fb94f707a0754180f25;p=buildroot.git configs/calao_*: defconfigs should not hardcode BR2_JLEVEL BR2_JLEVEL is specific to the build machine, not the specific board you are targetting. Signed-off-by: Peter Korsgaard --- diff --git a/configs/calao_usb_a9263_defconfig b/configs/calao_usb_a9263_defconfig index 6612d2c959..65263cfe06 100644 --- a/configs/calao_usb_a9263_defconfig +++ b/configs/calao_usb_a9263_defconfig @@ -1,6 +1,5 @@ BR2_arm=y BR2_arm926t=y -BR2_JLEVEL=2 BR2_PACKAGE_HOST_SAM_BA=y BR2_TARGET_ROOTFS_UBIFS=y BR2_TARGET_AT91BOOTSTRAP=y diff --git a/configs/calao_usb_a9g20_lpw_defconfig b/configs/calao_usb_a9g20_lpw_defconfig index 580972a31d..e3d9cf5b90 100644 --- a/configs/calao_usb_a9g20_lpw_defconfig +++ b/configs/calao_usb_a9g20_lpw_defconfig @@ -1,6 +1,5 @@ BR2_arm=y BR2_arm926t=y -BR2_JLEVEL=2 BR2_PACKAGE_HOST_SAM_BA=y BR2_TARGET_ROOTFS_UBIFS=y BR2_TARGET_AT91BOOTSTRAP=y