Searched refs:profile (Results 1 - 14 of 14) sorted by relevance

/openwrt/target/linux/mcs814x/profiles/
H A D000-Generic.mk9 NAME:=Generic profile
13 Default profile for Moschip MCS814x targets
/openwrt/target/linux/ramips/rt305x/profiles/
H A Dengenius.mk14 EnGenius ESR-9753 profile.
/openwrt/package/base-files/files/etc/
H A Dprofile23 for FILE in /etc/profile.d/*.sh; do
/openwrt/scripts/
H A Dmetadata.pm36 my ($target, @target, $profile);
85 $profile = {
90 push @{$target->{profiles}}, $profile;
92 /^Target-Profile-Name:\s*(.+)\s*$/ and $profile->{name} = $1;
93 /^Target-Profile-Packages:\s*(.*)\s*$/ and $profile->{packages} = [ split(/\s+/, $1) ];
94 /^Target-Profile-Description:\s*(.*)\s*/ and $profile->{desc} = get_multiline(*FILE);
95 /^Target-Profile-Config:/ and $profile->{config} = get_multiline(*FILE, "\t");
96 /^Target-Profile-Kconfig:/ and $profile->{kconfig} = 1;
H A Dmetadata.pl286 foreach my $profile (@$profiles) {
288 config TARGET_$target->{conf}_$profile->{id}
289 bool "$profile->{name}"
291 $profile->{config}
293 $profile->{kconfig} and print "\tselect PROFILE_KCONFIG\n";
294 my @pkglist = merge_package_lists($target->{packages}, $profile->{packages});
299 my $help = $profile->{desc};
/openwrt/target/linux/mvebu/image/
H A DMakefile124 $(foreach profile, $(2),
125 $(call Image/BuildKernel/Profile/$(profile)))
129 $(foreach profile, $(2),
130 $(call Image/Build/Profile/$(profile)/BuildSysupgrade,$$(1)))
134 $(foreach profile, $(2),
135 $(call Image/Build/Profile/$(profile)/Initramfs))
139 $(foreach profile, $(2),
140 $(call Image/Build/Profile/$(profile)/squashfs))
236 # The Default profile should build everything
/openwrt/target/linux/lantiq/base-files/lib/functions/
H A Dlantiq_dsl.sh702 # Which profile is used?
704 profile() { function
706 local profile=$(dsl_val "$bpstg" nProfile);
709 case "$profile" in
724 echo "dsl.profile=${profile:-nil}"
735 profile
/openwrt/package/base-files/
H A DMakefile49 /etc/profile
149 $(1)/etc/profile
/openwrt/package/libs/ncurses/
H A DMakefile57 --without-profile \
75 --without-profile \
/openwrt/toolchain/glibc/
H A Dcommon.mk69 --disable-profile \
/openwrt/target/imagebuilder/files/
H A DMakefile39 target profile and package set. You can use the following parameters
42 make image PROFILE="<profilename>" # override the default target profile
191 @echo 'Use "make info" to get a list of available profile names.'
/openwrt/include/
H A Dtarget.mk74 if [ -f ./config/profile-$(1) ]; then \
/openwrt/docs/
H A Dbuild.tex109 kernel, profile config, for a particular platform. There's also the "\texttt{target/image}" directory
/openwrt/target/linux/ar71xx/image/
H A Dlegacy.mk35 # $(3) : name of the profile to be defined.

Completed in 177 milliseconds