Changeset 17104


Ignore:
Timestamp:
05/23/11 10:05:07 (2 years ago)
Author:
eko
Message:

update sample bcm K26 script for new toolchain (that fixes missing script problem.....)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • opt/install_mini_v24-K26.sh

    r15229 r17104  
    33REV=`svn info |grep Revision | cut -f 2 -d ' '` 
    44 
    5 export PATH=/xfs/toolchains/toolchain-mipsel_gcc4.1.2/bin/:$PATH 
     5export PATH=/xfs/toolchains/toolchain-mipsel_gcc-linaro_uClibc-0.9.32/bin:$PATH 
    66 
    77 
    8 cd ../src 
     8cd ../src/router 
    99 
    10 cd router 
    1110 
    12 ## use your desired config file here 
     11## use your desired config file here...  
    1312cp ./configs/broadcom_K26/.config_mini.v24-K26 .config 
    1413 
    15 ## uncomment next line for 60K nvram builds, e.g. e2000, e3000... 
     14## uncomment next line for 60K nvram builds, e.g. e2000, e3000, e3200, e4200... 
    1615# echo CONFIG_NVRAM_60K=y >> .config 
    1716 
     
    2221cd mipsel-uclibc 
    2322 
     23## uncomment next line for normal (32k nvram) builds 
    2424cp dd-wrt.v24-K26.trx ~/dd-wrt/GruppenLW/dd-wrt.v24-${REV}_NEWD-2_K2.6_mini.bin 
    2525 
    26 ## uncomment next line for 60K nvram builds, e.g. e2000, e3000... 
    27 # cp dd-wrt.v24-K26.trx ~/dd-wrt/GruppenLW/dd-wrt.v24-${REV}_NEWD-2_K2.6_mini-e2k-e3k.bin 
     26## uncomment next line for 60K nvram builds, e.g. e2000, e3000, e3200, e4200... 
     27# cp dd-wrt.v24-K26_nv60k.bin ~/dd-wrt/GruppenLW/dd-wrt.v24-${REV}_NEWD-2_K2.6_mini-nv60k.bin 
Note: See TracChangeset for help on using the changeset viewer.