diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-23 11:20:29 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-23 11:20:29 +0200 |
commit | bec212eb49d15a8a5e29207ef6d96b87e91d2c89 (patch) | |
tree | 62a681e1cef337466bfd92eb07a954386c546e8e /configs | |
parent | 503f8c041d7791d89538b214a0df1a946c4f7586 (diff) |
defconfigs: use the default BR2_JLEVEL setting (2)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/at91sam9260pf_defconfig | 2 | ||||
-rw-r--r-- | configs/atngw100-base_defconfig | 2 | ||||
-rw-r--r-- | configs/atngw100_defconfig | 2 | ||||
-rw-r--r-- | configs/i386_defconfig | 2 | ||||
-rw-r--r-- | configs/i686_defconfig | 2 | ||||
-rw-r--r-- | configs/integrator926_defconfig | 2 | ||||
-rw-r--r-- | configs/integrator926_huge_defconfig | 2 | ||||
-rw-r--r-- | configs/kb9202_defconfig | 2 | ||||
-rw-r--r-- | configs/v100sc2_defconfig | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/configs/at91sam9260pf_defconfig b/configs/at91sam9260pf_defconfig index b8ab5ac29..d444158e9 100644 --- a/configs/at91sam9260pf_defconfig +++ b/configs/at91sam9260pf_defconfig @@ -72,7 +72,7 @@ BR2_AT91_PATCH_MIRROR="http://maxim.org.za/AT91RM9200/2.6/" BR2_STAGING_DIR="$(BASE_DIR)/staging" BR2_TOPDIR_PREFIX="" BR2_TOPDIR_SUFFIX="wchar" -BR2_JLEVEL=1 +BR2_JLEVEL=2 # BR2_DEPRECATED is not set BR2_STRIP_strip=y # BR2_STRIP_sstrip is not set diff --git a/configs/atngw100-base_defconfig b/configs/atngw100-base_defconfig index b83970322..8c3d80bd7 100644 --- a/configs/atngw100-base_defconfig +++ b/configs/atngw100-base_defconfig @@ -111,7 +111,7 @@ BR2_STAGING_DIR="$(BASE_DIR)/staging" # BR2_FPU_SUFFIX is not set BR2_TOPDIR_PREFIX="" BR2_TOPDIR_SUFFIX="" -BR2_JLEVEL=1 +BR2_JLEVEL=2 # BR2_DEPRECATED is not set # BR2_CONFIG_CACHE is not set # BR2_ENABLE_DEBUG is not set diff --git a/configs/atngw100_defconfig b/configs/atngw100_defconfig index a70a9f9d8..763cad776 100644 --- a/configs/atngw100_defconfig +++ b/configs/atngw100_defconfig @@ -91,7 +91,7 @@ BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" BR2_DEBIAN_MIRROR="http://ftp.debian.org" BR2_ATMEL_MIRROR="ftp://www.at91.com/pub/buildroot/" BR2_AT91_PATCH_MIRROR="http://maxim.org.za/AT91RM9200/2.6/" -BR2_JLEVEL=3 +BR2_JLEVEL=2 # BR2_DEPRECATED is not set # BR2_ENABLE_DEBUG is not set BR2_STRIP_strip=y diff --git a/configs/i386_defconfig b/configs/i386_defconfig index 4f8a290f2..69e6412a3 100644 --- a/configs/i386_defconfig +++ b/configs/i386_defconfig @@ -112,7 +112,7 @@ BR2_STAGING_DIR="$(BASE_DIR)/staging" # BR2_FPU_SUFFIX is not set BR2_TOPDIR_PREFIX="" BR2_TOPDIR_SUFFIX="" -BR2_JLEVEL=1 +BR2_JLEVEL=2 # BR2_DEPRECATED is not set # BR2_CONFIG_CACHE is not set # BR2_ENABLE_DEBUG is not set diff --git a/configs/i686_defconfig b/configs/i686_defconfig index 7a9d02542..e4d4f98a1 100644 --- a/configs/i686_defconfig +++ b/configs/i686_defconfig @@ -112,7 +112,7 @@ BR2_STAGING_DIR="$(BASE_DIR)/staging" # BR2_FPU_SUFFIX is not set BR2_TOPDIR_PREFIX="" BR2_TOPDIR_SUFFIX="" -BR2_JLEVEL=1 +BR2_JLEVEL=2 # BR2_DEPRECATED is not set # BR2_CONFIG_CACHE is not set # BR2_ENABLE_DEBUG is not set diff --git a/configs/integrator926_defconfig b/configs/integrator926_defconfig index b7f0c1d23..cb8302393 100644 --- a/configs/integrator926_defconfig +++ b/configs/integrator926_defconfig @@ -109,7 +109,7 @@ BR2_STAGING_DIR="$(BASE_DIR)/staging" BR2_TOPDIR_PREFIX="" BR2_TOPDIR_SUFFIX="" BR2_ROOTFS_PREFIX="rootfs" -BR2_JLEVEL=1 +BR2_JLEVEL=2 # BR2_DEPRECATED is not set # BR2_CONFIG_CACHE is not set # BR2_ENABLE_DEBUG is not set diff --git a/configs/integrator926_huge_defconfig b/configs/integrator926_huge_defconfig index e4c15fdfd..f9d05c013 100644 --- a/configs/integrator926_huge_defconfig +++ b/configs/integrator926_huge_defconfig @@ -109,7 +109,7 @@ BR2_STAGING_DIR="$(BASE_DIR)/staging" BR2_TOPDIR_PREFIX="" BR2_TOPDIR_SUFFIX="" BR2_ROOTFS_PREFIX="$(BOARD_NAME)-rootfs" -BR2_JLEVEL=1 +BR2_JLEVEL=2 # BR2_DEPRECATED is not set # BR2_CONFIG_CACHE is not set # BR2_ENABLE_DEBUG is not set diff --git a/configs/kb9202_defconfig b/configs/kb9202_defconfig index 4c84b9e26..9300f28fe 100644 --- a/configs/kb9202_defconfig +++ b/configs/kb9202_defconfig @@ -118,7 +118,7 @@ BR2_STAGING_DIR="$(BASE_DIR)/staging" BR2_TOPDIR_PREFIX="" BR2_TOPDIR_SUFFIX="" BR2_ROOTFS_PREFIX="rootfs" -BR2_JLEVEL=1 +BR2_JLEVEL=2 # BR2_DEPRECATED is not set # BR2_ENABLE_DEBUG is not set BR2_STRIP_strip=y diff --git a/configs/v100sc2_defconfig b/configs/v100sc2_defconfig index 1ee7a9ec2..c85a4d8bf 100644 --- a/configs/v100sc2_defconfig +++ b/configs/v100sc2_defconfig @@ -89,7 +89,7 @@ BR2_STAGING_DIR="$(BASE_DIR)/staging" BR2_TOPDIR_PREFIX="" BR2_TOPDIR_SUFFIX="" BR2_ROOTFS_PREFIX="rootfs" -BR2_JLEVEL=1 +BR2_JLEVEL=2 # BR2_DEPRECATED is not set # BR2_ENABLE_DEBUG is not set BR2_STRIP_strip=y |