908 Commits (65a07aa7cf20ea5ff4798a41a86eb35dca17be54)

Author SHA1 Message Date
Felix Fietkau 380ea005e1 use PREFIX/bin instead of PREFIX/sbin for all host builds (fixes e2fsprogs path) 14 years ago
Imre Kaloz 66b08771ff cleanup 14 years ago
Imre Kaloz 5ea6194ab0 remove 2.6.25 support 14 years ago
Imre Kaloz 4052849677 switch from ext2 to ext4 (w/o) journaling 14 years ago
Jo-Philipp Wich e09767beea package-ipkg.mk: add support for "essential" package flag, fix typo 14 years ago
Florian Fainelli b6e9f1dfe0 make targets provide their KERNELNAME 14 years ago
Michael Büsch 995cedb319 InstallDev: Move the "find" out of the lock critical section. 14 years ago
Michael Büsch e5fc77edd9 Lock copying of directory trees to the staging dir with the "staging-dir" lock. This lock probably has to be taken elsewhere, too. 14 years ago
Imre Kaloz 0a5da348d1 update kernels to 2.6.32.25 and 2.6.35.8 14 years ago
Michael Büsch 050902efd7 deptest: Install of host tools has to be forced for every test, because the host staging dir is cleaned prior a test. 14 years ago
Michael Büsch 9d61a9b1c6 Lock copying to STAGING_DIR_ROOT. This fixes build failures for parallelized build. 14 years ago
Florian Fainelli d78a574019 add support for darcs repositories 14 years ago
Michael Büsch a7ae32e3dd Add md5sum for linux-2.6.36 14 years ago
Jo-Philipp Wich c32a125607 netfilter: workaround a userspace/kernel mismatch on Linux 2.6.35 and later 14 years ago
Florian Fainelli 8a6ee777b0 make ModuleAutoLoad more readable 14 years ago
Michael Büsch dc7a68165d Fix typo 14 years ago
Michael Büsch d4807cf557 Support force-disabling per-package parallel build with {PKG,HOST}_BUILD_PARALLEL:=0 14 years ago
Felix Fietkau 5e3284ecfd set the umask in toplevel.mk instead of forcing the user to adjust it 14 years ago
Jo-Philipp Wich c11586a203 add a prereq check for umask 0022, other settings will result in broken packages 14 years ago
Jo-Philipp Wich 38e3474542 quilt.mk: export PATCH for patch-kernel.sh 14 years ago
Jo-Philipp Wich 3cf0250da2 host.mk: introduce PATCH which refers to either gpatch or patch 14 years ago
Jo-Philipp Wich d3f412f4ec rename PATCH to KPATCH 14 years ago
Ralph Hempel a1973192c6 add configure as package target 14 years ago
Jo-Philipp Wich f3a5085903 package-ipkg.mk: build sysupgrade keepfile hints out of conffiles not yet present in the package. This applies to config directories or files that do not exist but may be created by the user after package installation. 14 years ago
Jo-Philipp Wich 8ae1a4fc69 correct default package status info (install -> unknown) - fixes "opkg_conf_write_status_files: Internal error: package ... has a NULL dest" 14 years ago
Imre Kaloz 5f9a6a5431 upgrade kernel versions to the latest stable ones 14 years ago
Lars-Peter Clausen 83d6a36019 update 2.6.35.x to 2.6.35.7 14 years ago
Michael Büsch cf323eb924 optionally support parallel toolchain build. This defaults to off, because certain toolchain versions are known to break on parallel build. However, it significantly speeds up the build and latest versions of the tools do compile fine. 14 years ago
Jo-Philipp Wich cb4c39b55d prime .ipk control files with Status: field to introduce hold for post flash installed packages 14 years ago
Jo-Philipp Wich 8b9ca16985 add support for flagging packages 14 years ago
Gabor Juhos b5b21d03c4 package-ipkg.mk: use the BOARD variable in opkg cmdline if ARCH_PACKAGES is not defined 14 years ago
Michael Büsch e9eb82b33b Add maintainer information to menuconfig description dialog 14 years ago
Felix Fietkau 7f80e26661 fix build dependencies on packages with multiple variants but no selected virtual packages 14 years ago
Jo-Philipp Wich 9bb6f3b5f3 opkg: - implement --add-dest and --add-arch commandline options, this allows to run entirely without configuration - tweak default config location patch to not require a config in offline root mode - rename --force-run-hooks option to --force-postinstall, its a more appropriate name - utilize new opkg commandline options in package-ipkg.mk and remove config file generation 14 years ago
Jo-Philipp Wich 064e7c8f00 Implement an ARCH_PACKAGES variable which defaults to BOARD but can be overridden on a per-subtarget basis. This is intended for targets such as adm5120 and malta which support both big and little endianess and will replace the target specific exceptions in package-defaults and Image Builder. 14 years ago
Jo-Philipp Wich 6cbd09df64 pass opkg offline root as command line arg, solves caching issues when switching between multiple subtargets, thanks Ralph Hempel for reporting 14 years ago
Michael Büsch f54f9b25e1 host.mk: Don't use bash-ism 14 years ago
Jo-Philipp Wich b1edd2ac6e opkg: add --force-run-hooks option to run postinstall scripts in offline root mode, utilize it for host package install 14 years ago
Jo-Philipp Wich 9d74fc3eb3 use opkg/host for package installation - speeds up rebuild operations - aligns generated package list format with the one created by opkg on the target - fixes broken dependency handling in imagebuilder 14 years ago
Felix Fietkau 392888845c fix build error in tools on darwin on newer macs (patch by dirtyfreebooter) 14 years ago
Jo-Philipp Wich 6734c999af ignore vim .swp files when scanning for updates (#7867) 14 years ago
Felix Fietkau 00d1e599d7 add a command for printing a cleaned up make target database - will be used to analyze package dependencies at some point 14 years ago
Lars-Peter Clausen cf445bb48f Update 2.6.35.x to 2.6.35.4 14 years ago
Florian Fainelli dc6cc63c00 update to 2.6.33.7 14 years ago
Florian Fainelli b1becffa5b update to 2.6.32.20 14 years ago
Hauke Mehrtens 09e05d833d kernel: update kernel version to 2.6.34.5 14 years ago
Michael Büsch 7ebcd04786 Update to 2.6.35.3 14 years ago
Michael Büsch fde498904f Add an option to default the default build rule to parallel build. 14 years ago
Felix Fietkau c4b3e38fc0 fix libtool fixup for libstdc++ 14 years ago
Felix Fietkau b3c871375b fix compile errors by forcing bash to be used as a shell in all submake processes 14 years ago