1107 Commits (5528e0b0083597fec12c4de95c46f0e00cb2d6a4)

Author SHA1 Message Date
Felix Fietkau 83de49ae81 prepare .config before testing for missing options 13 years ago
Jo-Philipp Wich 149341faf1 silence error when package has no patches (patchwork 321) 13 years ago
Jo-Philipp Wich a9977eca91 firewall: allow local redirection of ports 13 years ago
Jo-Philipp Wich a65b43a46f autotools.mk: disable autoreconf recursion if more than one dir is given in PKG_AUTOMAKE_PATHS 13 years ago
Jo-Philipp Wich 0f13d0a068 cmake.mk: don't assume toolchain binaries in .../bin/ if an external toolchain is used, rely on `which` instead 13 years ago
Hauke Mehrtens 24c1caef5f iipt-debug: create bundle of netfilter modules for debugging 13 years ago
Felix Fietkau 2238b949f1 build: log package dump failures to logs to avoid forcing user to write cryptic commands to figure out what's going on 13 years ago
Felix Fietkau caf4747f0c build: clean up handling of the kernel config 13 years ago
Felix Fietkau 459762ace2 add a new package metadata variable MDEPENDS for specifying local menuconfig dependencies that do not propagate to other packages 13 years ago
Felix Fietkau fcc570d999 site: set ac_cv_sizeof_off_t=8 to fix autoconf applications using it for detecting largefile support (#8376, #5681) 13 years ago
Felix Fietkau d637ae2fc8 make the build system a bit more silent without V=99 13 years ago
Felix Fietkau c4b8294c2d toplevel: add a warning about .config being out of sync after an update 13 years ago
Florian Fainelli 5959cd2850 add kmod-ipt-led 13 years ago
Hauke Mehrtens 87f98f8b09 kernel: add md5sum of kernel 13 years ago
Felix Fietkau 61485f6491 build: reduce the amount of generated make code for the initial prereq scan - makes it about 20% faster 13 years ago
Felix Fietkau 314ce66b86 build: use a conditional @ sign before silenced targets instead of .SILENT - makes prereq checks more than twice as fast 13 years ago
Felix Fietkau 33cde6b296 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 13 years ago
Felix Fietkau 8a0d981006 build: move the SH_FUNC eval to the beginning of the opkg control file build command chain, not in front of every single command 13 years ago
Felix Fietkau f6a0d67e7c build: do not use shell calls to export empty opkg control files, speeds up package build and fixes some "Argument list too long" errors Patch by Thomas Langer from #8450 13 years ago
Felix Fietkau e6aa1cab00 tools/squashfs4: update to version 4.2 (adds support for xz compression) 13 years ago
Michael Büsch 371bccb4c0 Update 2.6.38 to 2.6.38.2 13 years ago
Felix Fietkau 335877a2b3 global cflags: remove -funit-at-a-time, it is ignored by recent compilers. instead add -fno-caller-saves, which improves compression ratio for generated code with no apparent negative effects on performance 13 years ago
Jo-Philipp Wich d005251cc4 target.mk: don't enable coreutils by default, it does not even exist anymore... fixes the Image Builder 13 years ago
Felix Fietkau b568a64f8c add support for md5sum checks for mirrored tarballs of packages with version control source urls 13 years ago
Jo-Philipp Wich 48c8a8ddb0 image.mk: only upgrade permissions instead of overwriting, utilize tar -p flag for targz image targets (#7667) 13 years ago
Imre Kaloz b8430e7427 update to 2.6.32.33 and 2.6.37.4 13 years ago
Imre Kaloz 7df8322519 add 2.6.38 md5sum 13 years ago
Felix Fietkau 73c1dd9473 build: move the CCACHE_DIR to the build targets so that it doesn't interfere with a host ccache setup 14 years ago
Felix Fietkau fd0deca65d download.mk: properly quote download urls 14 years ago
Hauke Mehrtens 4226f1d373 kernel: update to kernel version 2.6.37.3 14 years ago
Hauke Mehrtens 425bf41b23 kernel: update to kernel version 2.6.34.8 14 years ago
Hauke Mehrtens b78210955c kernel: update to kernel version 2.6.32.32 14 years ago
Daniel Dickinson 0f93d4c3c4 target: Added coreutils to list of default packages. It doesn't build or install anything (0 bytes, 0 dependencies) and it prevents other packages from appearing in the package list if it is not selected 14 years ago
Felix Fietkau f67f66bb89 Revert "[include] provide mipsel-openwrt-linux-uclibcgnueabi site script, fixes the majority of configure problems" 14 years ago
Jo-Philipp Wich fb53b99f8c provide mipsel-openwrt-linux-uclibcgnueabi site script, fixes the majority of configure problems 14 years ago
Jo-Philipp Wich ff1f0be710 site: cache ac_cv_func_malloc_0_nonnull and ac_cv_func_realloc_0_nonnull 14 years ago
Imre Kaloz b74308c433 only support EABI on ARM targets 14 years ago
Felix Fietkau 504eda0da9 hotplug2: replace udevtrigger from the udev-106 source with a much smaller self-contained, stripped-down version 14 years ago
Jo-Philipp Wich dcb66b0593 deploy .ipk archives with --force-maintainer to ensure that configs are kept up-to-date in case they exist already for various reasons 14 years ago
Michael Büsch 9e7801b913 cmake: Fix ccache 14 years ago
Felix Fietkau de4fdd0ce6 add a stamp that can forcibly disable autorebuild for a specific package - useful for testing changes to packages with extremely long recompilation times 14 years ago
Jo-Philipp Wich 073c5e0e74 add config.rpath and link it in autotools.mk if missing, some packages might need it, especially users of lib-link.m4 or iconv.m4 14 years ago
Felix Fietkau c864843cbf netfilter.mk: put ipv6 conntrack in the right package 14 years ago
Felix Fietkau 2d14f4e2f8 netfilter: add missing modules for v6 conntrack (patch from #8940) 14 years ago
Felix Fietkau 831e597d7c move nf_{conntrack,nat}_tftp to ipt-nathelper-extra, most people don't need this 14 years ago
Felix Fietkau 9dad83362d kernel: remove imq support, refresh patches 14 years ago
Jo-Philipp Wich d56fe0cf53 toplevel.mk: remove quotes from the release name, its up to its users to ensure proper quoting 14 years ago
Florian Fainelli d3c2b87213 update to 2.6.32.29 14 years ago
Florian Fainelli 31709b2c76 update to 2.6.35.11 14 years ago
Florian Fainelli 45c9f5e75e update to kernel 2.6.36.4 14 years ago