Changeset 17104
- Timestamp:
- 05/23/11 10:05:07 (2 years ago)
- File:
-
- 1 edited
-
opt/install_mini_v24-K26.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
opt/install_mini_v24-K26.sh
r15229 r17104 3 3 REV=`svn info |grep Revision | cut -f 2 -d ' '` 4 4 5 export PATH=/xfs/toolchains/toolchain-mipsel_gcc 4.1.2/bin/:$PATH5 export PATH=/xfs/toolchains/toolchain-mipsel_gcc-linaro_uClibc-0.9.32/bin:$PATH 6 6 7 7 8 cd ../src 8 cd ../src/router 9 9 10 cd router11 10 12 ## use your desired config file here 11 ## use your desired config file here... 13 12 cp ./configs/broadcom_K26/.config_mini.v24-K26 .config 14 13 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... 16 15 # echo CONFIG_NVRAM_60K=y >> .config 17 16 … … 22 21 cd mipsel-uclibc 23 22 23 ## uncomment next line for normal (32k nvram) builds 24 24 cp dd-wrt.v24-K26.trx ~/dd-wrt/GruppenLW/dd-wrt.v24-${REV}_NEWD-2_K2.6_mini.bin 25 25 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.bin26 ## 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.
