Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | package/kernel: various NLS handling fixes | Nicolas Thill | 2011-10-29 |
| | | | | | | | | * move AddDepends/nls to 001-depends.mk for proper use by other packages (closes: #7639) * make kmod-usb-core use it * fix deps generated from its arguments (as used in kmod-fs-hfsplus) SVN-Revision: 28668 | ||
* | package/kernel: add dependency on kmod-lib-crc-itu-t to kmod-fs-udf (closes: ↵ | Nicolas Thill | 2011-10-29 |
| | | | | | | #8045) SVN-Revision: 28666 | ||
* | package/kernel: fix my previous kmod-fs-cifs fix in r28661 (could I be ↵ | Nicolas Thill | 2011-10-28 |
| | | | | | | sleep-deprived?) SVN-Revision: 28663 | ||
* | package/kernel: fix kmod-fs-cifs dependencies (closes: #9381, #10055) | Nicolas Thill | 2011-10-28 |
| | | | | SVN-Revision: 28661 | ||
* | package/kernel: fix kmod-fs-btrfs dependencies (missed in r28656) | Nicolas Thill | 2011-10-28 |
| | | | | SVN-Revision: 28659 | ||
* | package/kernel: add dependency on kmod-lib-lzo to kmod-fs-btrfs | Nicolas Thill | 2011-10-28 |
| | | | | SVN-Revision: 28655 | ||
* | package/kernel: move kmod-fs-mbcache into fs-ext4 | Jonas Gorski | 2011-07-31 |
| | | | | | | | mbcache is only needed if xattr support is enabled, but this is only true for ext4 on 2.6.37+, so just bundle it with ext4 when needed. SVN-Revision: 27849 | ||
* | package/kernel: Remove all 2.4 definitions | Vasilis Tsiligiannis | 2011-05-15 |
| | | | | | | | | | With no 2.4 support in trunk, we can safely remove any 2.4 definitions for kmods and merge the 2.6 definitions into the generic ones. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26901 | ||
* | kernel: revert r24160 (remove the bogus ext2/ext3 dependency on linux 2.6.30/31) | Lars-Peter Clausen | 2011-04-13 |
| | | | | | | | | | | For kernel versions newer then 2.6.31 the ext4 module can be used to mount ext2/3 filesystems. Building ext2/3 as modules on the other hand breaks using ext4 for mounting ext2 or ext3, which breaks booting from ext2/3 on machines where the ext4 module is built into the kernel. SVN-Revision: 26645 | ||
* | kernel/modules: Add zlib package | Vasilis Tsiligiannis | 2011-04-12 |
| | | | | SVN-Revision: 26636 | ||
* | kernel/modules: fix kmod-fs-btrfs deps / zlib_deflate / makefile | Vasilis Tsiligiannis | 2011-04-12 |
| | | | | | | | | btrfs needs zlib_deflate, which was built but not included Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 26632 | ||
* | kernel: deactivate ext4 SElinux support and extended attributes support in ↵ | Hauke Mehrtens | 2011-01-09 |
| | | | | | | | | general config. This effects the build in kmod-fs-ext4 and when it is build into the kernel in the x86 target. Thank you Philip Prindeville SVN-Revision: 24951 | ||
* | kernel: remove the bogus ext2/ext3 dependency on linux 2.6.30/31 - some ↵ | Felix Fietkau | 2010-11-27 |
| | | | | | | people still want to use those modules SVN-Revision: 24160 | ||
* | fix typos | Imre Kaloz | 2010-11-22 |
| | | | | SVN-Revision: 24086 | ||
* | use ext4 for ext2/3 on 2.6.32+ | Imre Kaloz | 2010-11-22 |
| | | | | SVN-Revision: 24083 | ||
* | kmod-sctp: Add SCTP kernel support | Florian Fainelli | 2010-09-04 |
| | | | | | | | | | | This adds a new kmod-sctp option that enables support of SCTP in 2.6x kernels. The patch also contains a small cleanup in the dependencies. Signed-off-by: Sebastien Decugis <sdecugis@nict.go.jp> SVN-Revision: 22917 | ||
* | kernel: add a missing config symbol for ext4 | Felix Fietkau | 2010-08-19 |
| | | | | SVN-Revision: 22717 | ||
* | massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950 | Claudio Mignanti | 2010-07-12 |
| | | | | SVN-Revision: 22145 | ||
* | remove obsolete kernel dependencies and version checks | Felix Fietkau | 2010-06-26 |
| | | | | SVN-Revision: 21956 | ||
* | package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 ↵ | Nicolas Thill | 2010-04-29 |
| | | | | | | only SVN-Revision: 21251 | ||
* | package/kernel: sort FS package definitions | Nicolas Thill | 2010-04-24 |
| | | | | SVN-Revision: 21126 | ||
* | package/kernel: move NLS modules to their own file & submenu | Nicolas Thill | 2010-04-24 |
| | | | | SVN-Revision: 21125 | ||
* | package/kernel: rename KernelPackage/*/Depends to AddDepends/* | Nicolas Thill | 2010-04-24 |
| | | | | SVN-Revision: 21124 | ||
* | package/kernel: introduce a new file that will be sourced first and holding ↵ | Nicolas Thill | 2010-04-23 |
| | | | | | | complex dependencies spread over multiple files, use it for kmod-crc16 SVN-Revision: 21101 | ||
* | add missing dependency to kmod-crypto-misc, patch from Benjamin Cama | Florian Fainelli | 2010-03-20 |
| | | | | SVN-Revision: 20312 | ||
* | kernel: mark kmod-nfs-common-v4 as BROKEN (enabling it will interfere with ↵ | Nicolas Thill | 2010-03-10 |
| | | | | | | the other stable nfs modules) SVN-Revision: 20123 | ||
* | mark relevant kmod-* packages as being required for rootfs mounting (patch ↵ | Felix Fietkau | 2010-02-26 |
| | | | | | | by cshore) SVN-Revision: 19879 | ||
* | ext4: fix for commit r19799 | Hauke Mehrtens | 2010-02-21 |
| | | | | SVN-Revision: 19800 | ||
* | ext4: add Support for large (2TB+) block devices and files | Hauke Mehrtens | 2010-02-21 |
| | | | | | | | | | CONFIG_LBDAF is needed for mounting ext4 filesystems with huge_file enabled. This is the default option. This closes #6714. SVN-Revision: 19799 | ||
* | kernel: make NFSv4 optional and add kmods for it - patch by Peter Wagner ↵ | Jo-Philipp Wich | 2010-02-20 |
| | | | | | | <tripolar@gmx.at> SVN-Revision: 19772 | ||
* | remove obsolete dependencies and checks | Felix Fietkau | 2010-01-23 |
| | | | | SVN-Revision: 19292 | ||
* | kernel: remove more calls to CompareKernelPatchVer and use 2.4 exceptions ↵ | Nicolas Thill | 2010-01-06 |
| | | | | | | instead SVN-Revision: 19049 | ||
* | fix wrong paths after r18955. | Florian Fainelli | 2009-12-28 |
| | | | | SVN-Revision: 18957 | ||
* | remove handling of older unsupported kernels | Imre Kaloz | 2009-12-27 |
| | | | | SVN-Revision: 18955 | ||
* | remove 2.6.28 specific stuff from kernel packages | Imre Kaloz | 2009-12-27 |
| | | | | SVN-Revision: 18954 | ||
* | package nls cp866 support (#6281) | Florian Fainelli | 2009-12-07 |
| | | | | SVN-Revision: 18690 | ||
* | change ext2/ext3 load order so that lazy mount tries ext3 before ext2 | Nicolas Thill | 2009-11-17 |
| | | | | SVN-Revision: 18442 | ||
* | remove references to 2_6_27 | Florian Fainelli | 2009-10-29 |
| | | | | SVN-Revision: 18202 | ||
* | adds mountd. There is still much space for improvement, static mounts and ↵ | John Crispin | 2009-10-04 |
| | | | | | | fstab are not supported yet SVN-Revision: 17853 | ||
* | fix wrong kernel version based nls dependency | Felix Fietkau | 2009-08-28 |
| | | | | SVN-Revision: 17436 | ||
* | add missing dependency for kmod-ntfs (patch from #5638) | Felix Fietkau | 2009-08-28 |
| | | | | SVN-Revision: 17435 | ||
* | exclude kernel 2.6.27 | Hauke Mehrtens | 2009-08-15 |
| | | | | SVN-Revision: 17274 | ||
* | Correct bool expressions in dependencies. This fixes #5627 | Hauke Mehrtens | 2009-08-10 |
| | | | | SVN-Revision: 17208 | ||
* | add btrfs filesystem support, patch from Benjamin Cama | Florian Fainelli | 2009-07-26 |
| | | | | SVN-Revision: 16999 | ||
* | Baltic language support in kernel | Gabor Juhos | 2009-07-06 |
| | | | | | | | | Add Baltic langugae support in kernel package Signed-off-by: zintis.petersons@e-mail.lv SVN-Revision: 16717 | ||
* | kernel: change dependency on kmod-nfs-common in kmod-nfs & kmod-nfsd from ↵ | Nicolas Thill | 2009-05-17 |
| | | | | | | "depends" to "select" SVN-Revision: 15888 | ||
* | The vfat directory have chanced with all newer kernel. | Hauke Mehrtens | 2009-05-11 |
| | | | | SVN-Revision: 15782 | ||
* | Make nfs and xfs load again. | Hauke Mehrtens | 2009-05-11 |
| | | | | SVN-Revision: 15781 | ||
* | add missing dependencies | Hauke Mehrtens | 2009-04-25 |
| | | | | SVN-Revision: 15411 | ||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 |
| | | | | SVN-Revision: 15242 |