You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Florian Fainelli
7196f5d7c8
image.mk: don't squash file permissions in JFFS2 images
...
Currently we call mkfs.jffs2 --squash, which will change
both file permissions and owners.
If we have some file with suid bits, it will clear these bits.
Thus it's enough to just squash file owners, by replacing that
argument to --squash-uids.
Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34397
12 years ago
..
site
add preliminary support for musl
12 years ago
autotools.mk
autotools.mk: add a gettext-version PKG_FIXUP ( #11236 )
12 years ago
cmake.mk
cmake: add support for V=cs
13 years ago
debug.mk
build: undefine debug helper templates used by subdir.mk if the DEBUG variable is empty, speeds up "make prereq" by 25% when lots of packages are installed
14 years ago
depends.mk
change the recursive dependency template to use more make evaluation - the shell command got so long that it triggered "Argument list too long" on some systems ( #8231 )
14 years ago
download.mk
download.mk: refuse to download mirror tarballs from packages using version control if no mirror md5sum was provided
13 years ago
host-build.mk
build: fix host build stampfile usage, fixes spurious errors with missing opkg host binary after deleting the staging dir
12 years ago
host.mk
host.mk: introduce PATCH which refers to either gpatch or patch
14 years ago
image.mk
image.mk: don't squash file permissions in JFFS2 images
12 years ago
kernel-build.mk
kernel-build.mk: there is no tarball when using CONFIG_KERNEL_GIT_CLONE_URI or CONFIG_EXTERNAL_KERNEL_TREE, do not make the prepared stamp file depend on it in this case
13 years ago
kernel-defaults.mk
use xz compressed kernel tarballs
12 years ago
kernel-version.mk
use xz compressed kernel tarballs
12 years ago
kernel.mk
include: use $(DIR_SUFFIX) in $(KERNEL_BUILD_DIR) to separate build_dir/linux-* directories when building different libc implementations in the same buildroot
12 years ago
ltqtapi.mk
unify tapi deps
12 years ago
netfilter.mk
kernel: fix loading of nf_nat_irc
12 years ago
nls.mk
nls.mk: fix build dependency on gettext ( #11829 )
13 years ago
package-bin.mk
only build bin packages for the selected build variants (same behaviour as with ipkg builds)
15 years ago
package-defaults.mk
build: allow the package maintainer info to be specified globally for a source package
12 years ago
package-dumpinfo.mk
build: add a dependency on libc to all non-kernel packages
13 years ago
package-ipkg.mk
buildroot: isolate the .install stamp files for build variants ( #12279 )
12 years ago
package-version-override.mk
use autoreconf hook instead of manual call
12 years ago
package.mk
buildroot: isolate the .install stamp files for build variants ( #12279 )
12 years ago
prereq-build.mk
prereq-build.mk: do not perform static linking tests on Darwin
12 years ago
prereq.mk
some minor fixes, cleanups, package build abstraction
17 years ago
quilt.mk
quilt: add a NO_RECONFIGURE override for compiling a package without re-running Build/Configure
13 years ago
scan.mk
build: log package dump failures to logs to avoid forcing user to write cryptic commands to figure out what's going on
14 years ago
scons.mk
fix up scons vs ccache
12 years ago
shell.sh
clean up md5s() shell function
16 years ago
subdir.mk
log failed package builds
13 years ago
target.mk
target: add a feature flag for RTC support
13 years ago
toolchain-build.mk
toolchain: enable parallel build for uClibc, remove the obsolete TOOLCHAIN_PARALLEL config symbol
12 years ago
toplevel.mk
build: increase file descriptor count limit for the build, some systems (e.g. Mac OS X default to 256, which is too little for some parallel builds)
12 years ago
uclibc++.mk
make CXX_DEPENDS also depend on INSTALL_LIBSTDCPP
12 years ago
unpack.mk
speed up the build system by including include/shell.sh on shell commands only where necessary
14 years ago
verbose.mk
build: fix bad file descriptor issues with the verbosity changes
13 years ago
version.mk
version.mk: ensure that %S is always populated with a subtarget identifier, fallback to "generic" if no subtarget exists
12 years ago