Searched refs:source (Results 1 - 18 of 18) sorted by relevance

/openwrt/scripts/
H A Dupdate-package-md5sum25 source=`DUMP=1 TOPDIR=\`pwd\` make -f ${file} | grep -m 1 Source | cut -f 2 -d ' '`
26 if test -n "${source}"; then
27 if test ! -f "${DL_FOLDER}/${source}"; then
30 sum=`md5sum ${DL_FOLDER}/${source} 2> /dev/null` || continue
35 echo No source for ${file}
H A Dmetadata.pl652 print "source \"package/*/image-config.in\"\n";
654 print "source \"package/feeds/*/*/image-config.in\"\n";
854 if ($pkg->{name} && $pkg->{source}) {
856 print "$pkg->{source}\n";
919 $0 package_source [file] Package source file information
926 --ignore <name> Ignore the source package <name>
H A Dmetadata.pm198 /^Source: \s*(.+)\s*$/ and $pkg->{source} = $1;
H A Dcheckpatch.pl52 -f, --file treat FILE as regular source file
1555 "do not set execute permissions for source files\n" . $permhere);
1725 # check we are in a valid source file if not then ignore this hunk
1780 # check we are in a valid source file C or perl if not then ignore this hunk
1853 # check we are in a valid C source file if not then ignore this hunk
/openwrt/package/utils/busybox/
H A Dconvert_menuconfig.pl40 if ($line =~ /^\s*(menu|choice|end|source)/) {
44 $line =~ s/^(\s*source\s+)([^\/]+\/)*([^\/]+\/[^\/]+)$/$1$3/;
/openwrt/target/linux/brcm47xx/mips74k/profiles/
H A D102-Broadcom-wl.mk15 closed source) driver "wl".
/openwrt/target/linux/ipq806x/base-files/etc/hotplug.d/firmware/
H A D11-ath10k-caldata9 local source=$1
13 dd if=$source of=/lib/firmware/$FIRMWARE bs=1 skip=$offset count=$count 2>/dev/null || \
14 ath10kcal_die "failed to extract calibration data from $source"
/openwrt/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/
H A D11-ath10k-caldata9 local source=$1
13 dd if=$source of=/lib/firmware/$FIRMWARE bs=1 skip=$offset count=$count 2>/dev/null || \
14 ath10kcal_die "failed to extract calibration data from $source"
/openwrt/docs/
H A Dbuild.tex51 which can be used to monitor svn commits and browse the source repository.
272 another keyword of \texttt{@GNU} for grabbing GNU source releases. If any of the above mentioned download source fails, the OpenWrt mirrors will be used as source.
321 You can leave this undefined if the source doesn't use configure or has a
337 How to compile the source; in most cases you should leave this undefined.
362 A set of commands to copy files out of the compiled source and into the ipkg
378 multiple packages from a single source. OpenWrt works under the assumption of one
379 source per package Makefile, but you can split that source int
[all...]
H A Dadding.tex5 firmware is not really open to the consumer, even if it uses open source software.
10 open-source firmware is de-facto needed for such applications, since you want to
72 an open-source Unix or Unix-like.
86 used in firmwares are open source web server, thus allowing the code to be audited
160 CD-ROM the open source software used to build or modify the firmware.
196 \item make the binary drivers work, until there are open source drivers
198 \item understand and write open source tools to generate a valid firmware image
203 Most of the time, the kernel source that comes along with the SDK is not really
265 some proprietary bootloaders can even have source code available (i.e : Broadcom CFE).
298 This is one of the most tricky and grey part of the fully open source project
[all...]
H A Dbugs.tex1 OpenWrt as an open source software opens its development to the community by
H A Dworking.tex57 source file, create an original copy of it, an a working copy, then try to
/openwrt/include/
H A Dquilt.mk145 echo "The source directory was not unpacked using quilt. Please rebuild with QUILT=1"; \
149 echo "The source directory contains no quilt patches."; \
H A Dimage.mk133 # $(1) source dts file
/openwrt/package/kernel/rtc-rv5c386a/src/
H A Drtc.c522 static inline int startswith (char *source, char *cmp) argument
524 return !strncmp(source, cmp, strlen(cmp));
/openwrt/package/kernel/lantiq/ltq-adsl-mei/src/
H A Dlantiq_mei.c1101 param.source = 0x01;
1107 param.source = 0x02;
/openwrt/package/kernel/linux/modules/
H A Dnetfilter.mk560 what packets. The work-load sharing algorithm is based on source
H A Dother.mk820 Support for a PPS source using GPIO. To be useful you must

Completed in 97 milliseconds