mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user