disable non-essential packages by default if DEVELOPER is unset on make menuconfig
[openwrt.git] / package / libgcc / Config.in
index 727cf10..074b8a3 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_LIBGCC
        tristate "libgcc (GCC support library)"
-       default m
+       default m if CONFIG_DEVEL
        help
          Shared version of the support library, a library of 
          internal subroutines that GCC uses to overcome 
This page took 0.031869 seconds and 4 git commands to generate.