diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-09-28 20:53:05 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-09-28 22:08:39 +0200 |
commit | 81b3d1f4f1799523cecb0fb94f707a0754180f25 (patch) | |
tree | 45cb82ff205468fd801c9c484038f91aee30cb73 /configs | |
parent | 7d1473859dab0be549eadb605cfe492f72494fbb (diff) | |
download | buildroot-novena-81b3d1f4f1799523cecb0fb94f707a0754180f25.tar.gz buildroot-novena-81b3d1f4f1799523cecb0fb94f707a0754180f25.zip |
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 <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/calao_usb_a9263_defconfig | 1 | ||||
-rw-r--r-- | configs/calao_usb_a9g20_lpw_defconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/configs/calao_usb_a9263_defconfig b/configs/calao_usb_a9263_defconfig index 6612d2c95..65263cfe0 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 580972a31..e3d9cf5b9 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 |