diff options
| author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-09-28 18:53:05 (GMT) |
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-09-28 20:08:39 (GMT) |
| commit | 81b3d1f4f1799523cecb0fb94f707a0754180f25 (patch) | |
| tree | 45cb82ff205468fd801c9c484038f91aee30cb73 | |
| parent | 7d1473859dab0be549eadb605cfe492f72494fbb (diff) | |
| download | buildroot-81b3d1f4f1799523cecb0fb94f707a0754180f25.tar.gz buildroot-81b3d1f4f1799523cecb0fb94f707a0754180f25.tar.bz2 | |
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>
| -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 6612d2c..65263cf 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 580972a..e3d9cf5 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 |
