Changeset c04ece1 in freewrt for scripts


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

Location:
scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scripts/gen_busybox_config.pl

    re13d736 rc04ece1  
    77while (<>) {
    88        chomp;
    9         /^(# )BR2_LARGEFILE(.+)$/ and do {
     9        /^(# )FWRT_LARGEFILE(.+)$/ and do {
    1010                $l1 = $1;
    1111                $l2 = $2;
  • scripts/scan-pkgs.sh

    re13d736 rc04ece1  
    4545#-- start adding dependencies here --
    4646
    47 if [[ -n $BR2_COMPILE_SABLEVM_CLASSPATH ]]; then
     47if [[ -n $FWRT_COMPILE_SABLEVM_CLASSPATH ]]; then
    4848        NEED_JIKES="$NEED_JIKES sablevm-classpath"
    4949fi
Note: See TracChangeset for help on using the changeset viewer.