Changeset c04ece1 in freewrt for vars.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
  • vars.mk

    re13d736 rc04ece1  
    88INSTALL_DATA=           install -m0644
    99INSTALL_BIN=            install -m0755
    10 MAKEFLAGS=              -j$(BR2_JLEVEL) V=$(V) $(EXTRA_MAKEFLAGS)
     10MAKEFLAGS=              -j$(FWRT_JLEVEL) V=$(V) $(EXTRA_MAKEFLAGS)
    1111
    1212TARGET_CFLAGS:=         $(TARGET_OPTIMIZATION) $(TARGET_DEBUGGING)
     
    6565                        $(SCRIPT_DIR)/rstrip.sh
    6666
    67 # XXX derive these from BR2_* vars
     67# XXX derive these from FWRT_* vars
    6868UNAME_S:=               Linux
    6969UNAME_R:=               2.4.32
Note: See TracChangeset for help on using the changeset viewer.