OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 250... Line 250...
250 echo "firmware for annex a not found" 250 echo "firmware for annex a not found"
251 return 1 251 return 1
252 fi 252 fi
253 ;; 253 ;;
254 b*|j*) 254 b*|j*)
255 if [ -f "/lib/firmware/vr9_dsl_fw_annex_b.bin" ]; then -  
256 firmware="/lib/firmware/vr9_dsl_fw_annex_b.bin" -  
257 elif [ -f "/lib/firmware/lantiq-vrx200-b.bin" ]; then 255 if [ -f "/lib/firmware/lantiq-vrx200-b.bin" ]; then
258 firmware="/lib/firmware/lantiq-vrx200-b.bin" 256 firmware="/lib/firmware/lantiq-vrx200-b.bin"
259 elif [ -f "/tmp/lantiq-vrx200-b.bin" ]; then 257 elif [ -f "/tmp/lantiq-vrx200-b.bin" ]; then
260 firmware="/tmp/lantiq-vrx200-b.bin" 258 firmware="/tmp/lantiq-vrx200-b.bin"
261 elif [ -f "/lib/firmware/lantiq-vrx200-a.bin" ] && [ -f "/lib/firmware/lantiq-vrx200-a-to-b.bspatch" ]; then 259 elif [ -f "/lib/firmware/lantiq-vrx200-a.bin" ] && [ -f "/lib/firmware/lantiq-vrx200-a-to-b.bspatch" ]; then
262 bspatch /lib/firmware/lantiq-vrx200-a.bin \ 260 bspatch /lib/firmware/lantiq-vrx200-a.bin \