Searched refs:check (Results 1 - 25 of 32) sorted by relevance

12

/openwrt/package/system/procd/files/
H A Dreload_config2 rm -rf /var/run/config.check
3 mkdir -p /var/run/config.check
6 uci show "${file##*/}" > /var/run/config.check/$file
14 md5sum /var/run/config.check/* > $MD5FILE
15 rm -rf /var/run/config.check
/openwrt/target/linux/brcm47xx/base-files/lib/upgrade/
H A Dplatform.sh103 if ! otrx check "$1" -o "$header_len"; then
118 if ! otrx check "$1" -o 32; then
124 if ! otrx check "$1"; then
/openwrt/include/
H A Dkernel-version.mk23 # disable the md5sum check for unknown kernel versions
H A Dprereq.mk34 if $(NO_TRACE_MAKE) -f $(firstword $(MAKEFILE_LIST)) check-$(1) >/dev/null 2>/dev/null; then \
41 check-$(1): FORCE
45 .SILENT: prereq-$(1) check-$(1)
H A Dquilt.mk67 quilt-check: $(STAMP_CHECKED)
76 host-quilt-check: $(HOST_STAMP_CHECKED)
143 $(3)quilt-check: $($(2)STAMP_PREPARED) FORCE
157 $(3)refresh: $(3)quilt-check
164 $(3)update: $(3)quilt-check
/openwrt/scripts/config/lxdialog/
H A Dcheck-lxdialog.sh47 check() { function
64 printf "Usage: $0 [-check compiler options|-ccflags|-ldflags compiler options]\n"
74 "-check")
77 check
H A Dutil.c58 dlg.check.atr = A_BOLD;
98 DLG_COLOR(check, COLOR_BLACK, COLOR_WHITE, false);
139 DLG_COLOR(check, COLOR_YELLOW, COLOR_BLACK, false);
218 init_one_color(&dlg.check);
H A Ddialog.h142 struct dialog_color check; member in struct:dialog_info
H A Dchecklist.c47 : dlg.check.atr);
/openwrt/package/base-files/files/sbin/
H A Dsysupgrade186 for check in $sysupgrade_image_check; do
187 ( eval "$check \"\$ARGV\"" ) || {
189 echo "Image check '$check' failed but --force given - will update anyway!"
192 echo "Image check '$check' failed."
/openwrt/package/boot/uboot-oxnas/files/board/ox820/
H A Dox820.c25 int check; local
28 check = 0;
38 check += (pattern == *read++) ? 1 : 0;
41 return (check == DILIGENCE) ? 0 : -1;
318 /* check at base address */
/openwrt/scripts/flashing/
H A Dadam2flash-fritzbox.pl131 sub check { subroutine
139 if (${${*$ftp}{'net_cmd_resp'}}[0] =~ /^Flash check 0x([0-9A-F]{8})/) {
/openwrt/target/linux/lantiq/image/
H A Dtp-link.mk18 IMAGE/sysupgrade.bin := mktplinkfw2 | check-size $$$$(IMAGE_SIZE)
/openwrt/target/linux/ramips/image/
H A Dmt7621.mk72 pad-rootfs | check-size $$$$(IMAGE_SIZE)
77 check-size $$$$(IMAGE_SIZE)
146 IMAGE/sysupgrade.bin := append-kernel | append-ubi | check-size $$$$(IMAGE_SIZE)
158 KERNEL_INITRAMFS := $$(KERNEL) | check-size $$(KERNEL_SIZE) | \
/openwrt/scripts/config/
H A DMakefile17 check_lxdialog = $(shell $(SHELL) $(CURDIR)/lxdialog/check-lxdialog.sh -$(1))
/openwrt/target/linux/ar71xx/image/
H A Dubnt.mk50 IMAGE/sysupgrade.bin = append-kernel $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE)
62 IMAGE/sysupgrade.bin = append-kernel $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE)
74 IMAGE/sysupgrade.bin = append-kernel $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE)
82 IMAGE/sysupgrade.bin = append-kernel $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE)
193 IMAGE/sysupgrade.bin = append-rootfs | pad-rootfs | combined-image | check-size $$$$(IMAGE_SIZE)
236 IMAGE/sysupgrade.bin = append-kernel $$$$(KERNEL_SIZE) | append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE)
H A Dgeneric.mk30 IMAGE/sysupgrade.bin = append-rootfs | pad-rootfs | pad-to 14528k | append-kernel | check-size $$$$(IMAGE_SIZE)
75 IMAGE/sysupgrade.bin = $$(IMAGE/default) | check-size $$$$(IMAGE_SIZE)
76 IMAGE/factory.img = $$(IMAGE/default) | netgear-dni | check-size $$$$(IMAGE_SIZE)
77 IMAGE/factory-NA.img = $$(IMAGE/default) | netgear-dni NA | check-size $$$$(IMAGE_SIZE)
319 IMAGE/sysupgrade.bin = append-kernel $$$$(KERNEL_SIZE) | append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE)
350 IMAGE/sysupgrade.bin = append-kernel $$$$(KERNEL_SIZE) | append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE)
H A DMakefile99 IMAGE/sysupgrade.bin = append-kernel $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE)
/openwrt/target/linux/bcm53xx/base-files/lib/upgrade/
H A Dplatform.sh85 if ! otrx check "$1" -o "$header_len"; then
100 if ! otrx check "$1" -o 32; then
121 if ! otrx check "$1"; then
/openwrt/package/network/services/ead/src/tinysrp/
H A DMakefile.in354 && $(MAKE) $(AM_MAKEFLAGS) check \
390 check-am: all-am
391 check: check-am
467 maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
H A Dt_conf.c380 BIGNUM *A1, *A1_odd, *check; /* taken from ctx */ local
418 check = BN_CTX_get(ctx);
419 if (check == NULL) goto err;
448 if (!BN_pseudo_rand(check, BN_num_bits(A1), 0, 0))
450 if (BN_cmp(check, A1) >= 0)
451 if (!BN_sub(check, check, A1))
453 if (!BN_add_word(check, 1))
455 /* now 1 <= check < A */
457 j = witness(check,
[all...]
/openwrt/scripts/
H A Dcheckpatch.pl26 my $check = 0;
48 --no-signoff do not check for 'Signed-off-by' line
107 'subjective!' => \$check,
108 'strict!' => \$check,
201 # We need \b after 'init' otherwise 'initconst' will cause a false positive in a check
398 foreach my $check (@tree_check) {
399 if (! -e $root . '/' . $check) {
1284 if ($check && report("CHECK", $_[0], $_[1])) {
1649 # Still not yet in a patch, check for any UTF-8
1672 # check fo
[all...]
/openwrt/docs/
H A Dsubmitting-patches.tex25 \item Wiki: check the wiki: \href{http://wiki.openwrt.org/OpenWrtDocs}{http://wiki.openwrt.org/OpenWrtDocs}
H A Ddebugging.tex24 Once found, you can easily check where is GND, which is connected to
H A Dwireless.tex430 # check config consistency for wifi-iface sections
432 # check mode combination
473 for new devices should be written to stdout. Must check for already existing config sections

Completed in 134 milliseconds

12