Searched refs:override (Results 1 - 24 of 24) sorted by relevance

/openwrt/tools/firmware-utils/src/
H A Dimagetag_cmdline.c259 params->override = 0;
533 imagetag_cmdline2 (int argc, char **argv, struct gengetopt_args_info *args_info, int override, int initialize, int check_required) argument
538 params.override = override;
641 * @param override @see imagetag_cmdline_params.override
654 int check_ambiguity, int override,
694 if (field_given && *field_given && ! override)
765 int override; local
772 override
649 update_arg(void *field, char **orig_field, unsigned int *field_given, unsigned int *prev_given, char *value, const char *possible_values[], const char *default_value, imagetag_cmdline_arg_type arg_type, int check_ambiguity, int override, int no_free, int multiple_option, const char *long_opt, char short_opt, const char *additional_error) argument
[all...]
H A Dimagetag_cmdline.h152 int override; /**< @brief whether to override possibly already present options (default 0) */ member in struct:imagetag_cmdline_params
181 * @param override whether to override possibly already present options
189 int override, int initialize, int check_required);
/openwrt/include/
H A Dkernel-version.mk1 # Use the default kernel version if the Makefile doesn't override it
H A Dtoolchain-build.mk8 override CONFIG_AUTOREBUILD=
H A Dscan.mk66 override[$$NF]=$$0; \
74 if($$NF in override) \
75 pkg=override[$$NF]; \
H A Dquilt.mk19 override QUILT=1
20 override HOST_QUILT=1
66 override CONFIG_AUTOREBUILD=
75 override CONFIG_AUTOREBUILD=
H A Dversion.mk65 +OVERRIDE_PKGS:override \
H A Dkernel-defaults.mk114 $(SCRIPT_DIR)/metadata.pl kconfig $(TMP_DIR)/.packageinfo $(TOPDIR)/.config $(KERNEL_PATCHVER) > $(LINUX_DIR)/.config.override
115 $(SCRIPT_DIR)/kconfig.pl 'm+' '+' $(LINUX_DIR)/.config.target /dev/null $(LINUX_DIR)/.config.override > $(LINUX_DIR)/.config.set
H A Dimage.mk8 override TARGET_BUILD=
14 override MAKE:=$(_SINGLE)$(SUBMAKE)
15 override NO_TRACE_MAKE:=$(_SINGLE)$(NO_TRACE_MAKE)
H A Dhost-build.mk38 override MAKEFLAGS=
H A Dpackage.mk104 override MAKEFLAGS=
H A Dtoplevel.mk154 echo "Prerequisite check failed. Use FORCE=1 to override."; \
/openwrt/toolchain/kernel-headers/
H A DMakefile12 override QUILT:=
13 override HOST_QUILT:=
/openwrt/target/sdk/files/
H A DMakefile20 override OPENWRT_BUILD=1
/openwrt/scripts/
H A Dmetadata.pm133 my $override;
149 $override = "";
153 $override = $1;
171 $pkg->{override} = $override;
H A Dfeeds493 # If it's a core package and we don't want to override, just return
500 # we'll trigger the override only with the 3 conditions below:
501 # - override is allowed by command line (-f)
504 my $override = 1 if ($force and is_core_package($src) and !$installed{$name}->{feed});
507 $installed{$name} and !$override and return 0;
510 defined($override) and $override == 1
779 -f : Install will be forced even if the package exists in core OpenWrt (override)
H A Dmetadata.pl74 my $override;
77 $override = 1;
83 } elsif (!$override) {
/openwrt/target/toolchain/
H A DMakefile15 override MAKEFLAGS=
/openwrt/
H A DMakefile26 override OPENWRT_BUILD=1
/openwrt/target/imagebuilder/
H A DMakefile14 override MAKEFLAGS=
/openwrt/target/imagebuilder/files/
H A DMakefile19 override OPENWRT_BUILD=1
42 make image PROFILE="<profilename>" # override the default target profile
54 # override variables from rules.mk
94 echo "Prerequisite check failed. Use FORCE=1 to override."; \
/openwrt/target/sdk/
H A DMakefile13 override MAKEFLAGS=
/openwrt/package/kernel/linux/modules/
H A Dsound.mk10 # allow targets to override the soundcore stuff
/openwrt/docs/
H A Dbuild.tex328 To make it easier to modify the configure command line, you can either extend or completely override the following variables:
339 As with \texttt{Build/Configure} there are two variables that allow you to override

Completed in 60 milliseconds