| Commit message (Expand) | Author | Age | Files | Lines |
* | kernel: make the kernel build auto-clean the build dir like package builds | Felix Fietkau | 2016-08-05 | 1 | -2/+2 |
* | build: split scripts/metadata.pl into target-metadata.pl and package-metadata.pl | Felix Fietkau | 2016-06-07 | 1 | -1/+1 |
* | include: fix nonshared flag handling | Jo-Philipp Wich | 2016-04-15 | 1 | -1/+2 |
* | include/kernel.mk: flag kmod packages as nonshared by default | Jo-Philipp Wich | 2016-04-06 | 1 | -0/+1 |
* | include: remove now unused PACKAGE_SUBDIR variable | Jo-Philipp Wich | 2016-04-13 | 1 | -1/+0 |
* | include/kernel: sort module lists for reproducibility | Felix Fietkau | 2016-01-28 | 1 | -2/+2 |
* | include: restrict separate kmod repo handling to base packages | Jo-Philipp Wich | 2016-01-24 | 1 | -1/+1 |
* | include: group kmod ipk files into a "kernel" subdirectory | Jo-Philipp Wich | 2016-01-24 | 1 | -0/+1 |
* | build: remove SDK special case for kernel module packages | Felix Fietkau | 2016-01-11 | 1 | -1/+1 |
* | linux: add support of Synopsys ARC770-based boards | Felix Fietkau | 2015-11-22 | 1 | -0/+2 |
* | include/kernel.mk - better search for ARCH | Felix Fietkau | 2015-11-02 | 1 | -5/+5 |
* | kernel: assume modules.builtin is always present | Jonas Gorski | 2015-07-05 | 1 | -9/+5 |
* | modules: fix postinst generation for kernel modules | John Crispin | 2015-04-10 | 1 | -6/+6 |
* | include/kernel.mk: add KernelPackage/conffiles macro | Nicolas Thill | 2015-04-02 | 1 | -0/+6 |
* | kernel: only run kernel module list through version filter where version spec... | Felix Fietkau | 2015-03-29 | 1 | -5/+7 |
* | include: remove trailing whitespaces | Luka Perkov | 2015-03-29 | 1 | -1/+1 |
* | Fix download URL of the 4.x kernel. | Michael Büsch | 2015-03-01 | 1 | -1/+1 |
* | include: apply version filter on AutoLoad and AutoProbe arguments | Jo-Philipp Wich | 2015-01-31 | 1 | -2/+2 |
* | include: apply version filter on kmod file list | Jo-Philipp Wich | 2015-01-29 | 1 | -2/+2 |
* | kernel: drop obsolete kernel version checks | Felix Fietkau | 2015-01-24 | 1 | -3/+1 |
* | kernel.mk: Handle the x86_64 LINUX_KARCH case | Felix Fietkau | 2014-12-12 | 1 | -1/+1 |
* | kernel.mk: Refactor LINUX_KARCH affectation | Felix Fietkau | 2014-12-12 | 1 | -4/+11 |
* | sdk: don't try to build in-kernel kmods | Jonas Gorski | 2014-12-05 | 1 | -1/+1 |
* | aarch64: add initial support | Florian Fainelli | 2014-11-24 | 1 | -1/+1 |
* | build: allow AutoLoad and AutoProbe to specify modules not included in the pa... | Felix Fietkau | 2014-11-19 | 1 | -8/+4 |
* | kernel: remove debug code from module insert script | John Crispin | 2013-10-08 | 1 | -1/+0 |
* | include: add AutoProbe support | John Crispin | 2013-09-17 | 1 | -0/+23 |
* | include: modify kernel.mk to build empty kmod packages if the referenced symb... | Jo-Philipp Wich | 2013-07-18 | 1 | -3/+7 |
* | package: fix insmod on install | John Crispin | 2013-06-22 | 1 | -1/+1 |
* | include/kernel.mk: print warnings/errors to stderr | Jonas Gorski | 2013-02-21 | 1 | -3/+3 |
* | kernel: fix module packages postinst by pointing to the new functions.sh loca... | Felix Fietkau | 2012-12-20 | 1 | -1/+1 |
* | fixes uapi helper define | John Crispin | 2012-12-16 | 1 | -2/+3 |
* | adds wrapper for uapi directory | John Crispin | 2012-12-15 | 1 | -0/+1 |
* | kernel: move KERNEL_BUILD_DIR under BUILD_DIR to properly fix gcc/libc based ... | Felix Fietkau | 2012-12-02 | 1 | -1/+1 |
* | include: use $(DIR_SUFFIX) in $(KERNEL_BUILD_DIR) to separate build_dir/linux... | Jo-Philipp Wich | 2012-11-22 | 1 | -1/+1 |
* | use xz compressed kernel tarballs | Imre Kaloz | 2012-11-18 | 1 | -1/+1 |
* | we only support v3.x kernels | Imre Kaloz | 2012-11-18 | 1 | -4/+0 |
* | include: calculate md5sum over sorted kernel config symbol list and incorpera... | Jo-Philipp Wich | 2012-01-08 | 1 | -1/+5 |
* | include/kernel.mk: don't check for modules.builtin on 2.6.32- | Jonas Gorski | 2011-11-13 | 1 | -4/+8 |
* | include/kernel.mk: enhance built-in/missing modules detection when packaging ... | Nicolas Thill | 2011-11-08 | 1 | -1/+4 |
* | package/blockmount: simplify extroot module loading logic | Nicolas Thill | 2011-10-28 | 1 | -1/+2 |
* | kernel: build kmod even for modules built-in | Nicolas Thill | 2011-10-28 | 1 | -14/+22 |
* | Fix kernel version check macro typo | Michael Büsch | 2011-10-27 | 1 | -2/+2 |
* | kernel.mk: also do not download Linux if CONFIG_KERNEL_GIT_CLONE_URI is set | Jo-Philipp Wich | 2011-10-03 | 1 | -1/+1 |
* | include/kernel.mk: fix download path for linux 3.x | Jonas Gorski | 2011-08-09 | 1 | -1/+5 |
* | only export GCC_HONOUR_COPTS for the built-in toolchain, fixes missing-fhonou... | Felix Fietkau | 2011-07-25 | 1 | -1/+3 |
* | kernel.mk: Fix kernel module path for 3.0 | Jonas Gorski | 2011-07-24 | 1 | -3/+8 |
* | kernel.mk: add a new helper for comparing kernel versions, which can take 1 -... | Felix Fietkau | 2011-06-01 | 1 | -4/+13 |
* | remove kernel major version specific kernelpackage overrides | Felix Fietkau | 2011-05-30 | 1 | -2/+0 |
* | make ModuleAutoLoad more readable | Florian Fainelli | 2010-10-18 | 1 | -6/+10 |