Changeset c04ece1 in freewrt for build.mk


Ignore:
Timestamp:
Jul 22, 2006, 5:48:30 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
5bef084
Parents:
e13d736
Message:

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build.mk

    re13d736 rc04ece1  
    1919endif
    2020
    21 ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
     21ifeq ($(strip $(FWRT_HAVE_DOT_CONFIG)),y)
    2222include $(TOPDIR)/rules.mk
    2323
     
    100100        rm -f .config* .tmpconfig.h
    101101
    102 else # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
     102else # ifeq ($(strip $(FWRT_HAVE_DOT_CONFIG)),y)
    103103
    104104include $(TOPDIR)/lbin/prereq.mk
     
    139139        @$(CONFIG)/conf -n $(CONFIG_CONFIG_IN)
    140140
    141 endif # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
     141endif # ifeq ($(strip $(FWRT_HAVE_DOT_CONFIG)),y)
Note: See TracChangeset for help on using the changeset viewer.