Searched refs:errors (Results 1 - 3 of 3) sorted by relevance

/openwrt/package/
H A DMakefile21 package-ignore-errors := $(filter n m y,$(IGNORE_ERRORS))
22 package-ignore-errors := $(if $(package-ignore-errors),$(package-ignore-errors),n m)
23 package-ignore-subdirs := $(sort $(foreach m,$(package-ignore-errors),$(package-$(m)-filter)))
/openwrt/target/linux/lantiq/base-files/lib/functions/
H A Dlantiq_dsl.sh445 errors() { function
520 echo "Non Pre-emtive CRC errors (CRC_P): Near: ${crc_pn} / Far: ${crc_pf}"
521 echo "Pre-emtive CRC errors (CRCP_P): Near: ${crcp_pn} / Far: ${crcp_pf}"
737 errors
/openwrt/scripts/
H A Dcheckpatch.pl58 --mailback only produce a report in case of warnings/errors
63 --test-only=WORD report only warnings/errors containing WORD
3447 print "total: $cnt_error errors, $cnt_warn warnings, " .
3460 # If there were whitespace errors which cleanpatch can fix
3463 print "NOTE: whitespace errors detected, you may wish to use scripts/cleanpatch or\n";
3484 If any of these errors are false positives, please report

Completed in 103 milliseconds