Changeset 855544c in freewrt


Ignore:
Timestamp:
Jun 10, 2006, 11:54:01 AM (20 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
14ccb40
Parents:
10e6184
Message:

disable toolchain options, dangerous settings, some OpenWrt -> FreeWRT conversion, remove some error messages about .defconfig

git-svn-id: svn://www.freewrt.org/trunk/freewrt@28 afb5a338-a214-0410-bd46-81f09a774fd1

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r10e6184 r855544c  
    1 #
    2 
    3 mainmenu "OpenWrt Configuration"
     1mainmenu "FreeWRT Configuration"
    42
    53config MODULES
     
    102100
    103101source "target/Config.in"
     102source "target/linux/Config.in"
     103source "package/Config.in"
    104104source "toolchain/Config.in"
    105 source "package/Config.in"
    106 source "target/linux/Config.in"
  • Config.in.devel

    r10e6184 r855544c  
    44        default y
    55
    6 mainmenu "OpenWrt Configuration"
     6mainmenu "FreeWRT Configuration"
    77
    88config MODULES
     
    103103endmenu
    104104
     105source "target/linux/Config.in"
     106source "package/Config.in"
    105107source "toolchain/Config.in"
    106 source "package/Config.in"
    107 source "target/linux/Config.in"
  • Makefile

    r10e6184 r855544c  
    3131CONFIG_CONFIG_IN = Config.in
    3232endif
    33 CONFIG_DEFCONFIG = .defconfig
    3433CONFIG = package/config
    3534
    3635noconfig_targets := menuconfig config oldconfig randconfig \
    37         defconfig allyesconfig allnoconfig tags
     36        allyesconfig allnoconfig tags
    3837
    3938# Pull in the user's configuration file
     
    113112
    114113distclean: dirclean
    115         rm -rf $(STAMP_DIR) $(DL_DIR) $(TOOL_BUILD_DIR) $(STAGING_DIR)
     114        rm -rf $(STAMP_DIR) $(TOOL_BUILD_DIR) $(STAGING_DIR)
    116115        rm -f .config* .tmpconfig.h
    117116
     
    125124$(CONFIG)/conf:
    126125        $(MAKE) -C $(CONFIG) conf
    127         -@if [ ! -f .config ] ; then \
    128                 cp $(CONFIG_DEFCONFIG) .config; \
    129         fi
    130126$(CONFIG)/mconf:
    131127        $(MAKE) -C $(CONFIG)
    132         -@if [ ! -f .config ] ; then \
    133                 cp $(CONFIG_DEFCONFIG) .config; \
    134         fi
    135128
    136129menuconfig: $(CONFIG)/mconf
     
    170163        -./scripts/configtest.pl
    171164
    172 defconfig: $(CONFIG)/conf
    173         -touch .config
    174         -cp .config .config.test
    175         @$(CONFIG)/conf -d $(CONFIG_CONFIG_IN)
    176         -./scripts/configtest.pl
    177 
    178165endif # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
  • package/Config.in

    r10e6184 r855544c  
    11#
    22
    3 menu "OpenWrt Package Selection"
     3menu "Package Selection"
    44
    55comment "Package categories"
     
    331331
    332332config BR2_PACKAGE_IMAGEBUILDER
    333         bool "OpenWrt Image Builder"
     333        bool "Image Builder"
    334334        default y if CONFIG_DEVEL
    335335        help
    336           Build an OpenWrt Image Builder.
     336          Build an Image Builder.
    337337          This package contains the necessary (precompiled) tools and all packages to generate
    338338          firmware images from package lists, without having to use the full buildroot.
  • package/sdk/Config.in

    r10e6184 r855544c  
    11config BR2_PACKAGE_SDK
    2         bool "OpenWrt SDK"
     2        bool "SDK - software development kit"
    33        default y if CONFIG_DEVEL
    44        help
    5           Build an OpenWrt SDK.
    65          This is essentially a stripped-down version of the buildroot
    76          with a precompiled toolchain. It can be used to develop and
    8           test packages for OpenWrt before including them in the buildroot
     7          test packages for FreeWRT before including them in the buildroot.
    98
  • toolchain/Config.in

    r10e6184 r855544c  
    1 #
    2 
    3 menu "Toolchain Options"
    41
    52source "toolchain/uClibc/Config.in"
    63source "toolchain/binutils/Config.in"
    74source "toolchain/gcc/Config.in"
    8 
    9 if CONFIG_DEVEL
    10 comment "Common Toolchain Options"
    11 endif
    12 if !CONFIG_DEVEL
    13 comment "Using defaults"
    14 endif
    155
    166config BR2_ENABLE_MULTILIB
     
    4838          Optimizations to use when building for the target host.
    4939
    50 # Might be worth experimenting with for gcc 3.4.x.
    51 #GCC_WITH_CPU:=
    52 #GCC_WITH_ARCH:=
    53 #GCC_WITH_TUNE:=
    54 
    55 #GCC_WITH_CPU:=--with-cpu=
    56 #GCC_WITH_ARCH:=--with-arch=
    57 #GCC_WITH_TUNE:=--with-tune=
    58 
    59 
    60 endmenu
    61 
  • toolchain/gcc/Config.in

    r10e6184 r855544c  
    1 # Choose gcc version.
    2 # WARNING -- 2.95 currently only builds for i386, arm, mips*, and powerpc.
    3 # WARNING -- 2.95 does not currently build natively for the target.
    4 
    51if CONFIG_DEVEL
    62        comment "Gcc Options"
     
    139config BR2_GCC_VERSION_3_4_4
    1410        bool
    15         default y if BR2_LINUX_2_4_BRCM
    1611
    1712config BR2_GCC_VERSION_4_0_3
    1813        bool
    19         default y if BR2_LINUX_2_6_ARUBA || BR2_LINUX_2_6_XSCALE
    2014
    2115config BR2_GCC_VERSION_4_1_0
  • toolchain/gcc/Makefile

    r10e6184 r855544c  
    8080endif
    8181endif
    82         $(SED) 's,\(version_string.. = "[0-9\.]*\).*\(";\),\1 (OpenWrt-2.0)\2,' $(GCC_DIR)/gcc/version.c
    83         $(SED) 's,\(bug_report_url.. = "\).*\(";\),\1<URL:https://dev.openwrt.org/>\2,' $(GCC_DIR)/gcc/version.c
     82        $(SED) 's,\(version_string.. = "[0-9\.]*\).*\(";\),\1 (FreeWrt)\2,' $(GCC_DIR)/gcc/version.c
     83        $(SED) 's,\(bug_report_url.. = "\).*\(";\),\1<URL:http://www.freewrt.org/development>\2,' $(GCC_DIR)/gcc/version.c
    8484        touch $(GCC_DIR)/.patched
    8585
Note: See TracChangeset for help on using the changeset viewer.