summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/fs.mk
Commit message (Collapse)AuthorAgeFilesLines
* packages: clean up the package folderJohn Crispin2013-06-211-372/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007
* kernel: modules: kmod-fs-isofs depends on kmod-lib-zlibJonas Gorski2013-05-091-0/+1
| | | | | | | | Add missing dependency. Fixes #11624. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36593
* package/kernel: remove trailing whitespaces from *.mk filesGabor Juhos2013-02-201-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35691
* add kmod-fs-configfs to replace kernel bloat added by selecting ↵Felix Fietkau2013-01-031-0/+16
| | | | | | kmod-mmc-over-gpio SVN-Revision: 34998
* fix typo in HFS kernel moduleJohn Crispin2013-01-021-1/+1
| | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com> SVN-Revision: 34963
* package/kernel: select crypto-sha256 for cifs on 3.7+Gabor Juhos2013-01-011-1/+2
| | | | | | | | Based on a patch from #12711 Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34956
* kernel: modules: ext4 depends on crypto-hash on 3.6Jonas Gorski2012-11-111-1/+1
| | | | SVN-Revision: 34159
* fuse: move kmod-fuse to package/kernelFelix Fietkau2012-06-161-0/+15
| | | | SVN-Revision: 32394
* kernel: remove obsolete dependencies and conditionalsFelix Fietkau2012-05-171-4/+4
| | | | SVN-Revision: 31779
* kernel: remove obsolete CompareKernelPatchVer callsFelix Fietkau2012-05-171-7/+2
| | | | SVN-Revision: 31775
* kernel: remove kernel modules and references to kernels <= 2.6.36Hauke Mehrtens2012-05-061-43/+7
| | | | | | OpenWrt does not support kernel version <= 2.6.36 any more, remove all modules only build for those kernels and all conditions specific for those kernel versions. SVN-Revision: 31634
* kernel: add some more missing kernel config symbolsJonas Gorski2012-04-241-3/+10
| | | | SVN-Revision: 31458
* disable xfs on avr32Travis Kemen2012-04-151-1/+1
| | | | SVN-Revision: 31291
* revert bad changeTravis Kemen2012-04-011-1/+1
| | | | SVN-Revision: 31154
* Disable xfs on avr32, it has been failing the build for at least a monthTravis Kemen2012-04-011-1/+1
| | | | SVN-Revision: 31153
* kernel: update module names and add new config symbols for linux 3.3Jonas Gorski2012-02-021-1/+2
| | | | SVN-Revision: 29985
* package/kernel: various NLS handling fixesNicolas Thill2011-10-291-8/+8
| | | | | | | | * 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 Thill2011-10-291-0/+1
| | | | | | #8045) SVN-Revision: 28666
* package/kernel: fix my previous kmod-fs-cifs fix in r28661 (could I be ↵Nicolas Thill2011-10-281-7/+6
| | | | | | sleep-deprived?) SVN-Revision: 28663
* package/kernel: fix kmod-fs-cifs dependencies (closes: #9381, #10055)Nicolas Thill2011-10-281-0/+8
| | | | SVN-Revision: 28661
* package/kernel: fix kmod-fs-btrfs dependencies (missed in r28656)Nicolas Thill2011-10-281-1/+1
| | | | SVN-Revision: 28659
* package/kernel: add dependency on kmod-lib-lzo to kmod-fs-btrfsNicolas Thill2011-10-281-1/+1
| | | | SVN-Revision: 28655
* package/kernel: move kmod-fs-mbcache into fs-ext4Jonas Gorski2011-07-311-23/+9
| | | | | | | 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 definitionsVasilis Tsiligiannis2011-05-151-10/+0
| | | | | | | | | 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 Clausen2011-04-131-2/+2
| | | | | | | | | | 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 packageVasilis Tsiligiannis2011-04-121-7/+5
| | | | SVN-Revision: 26636
* kernel/modules: fix kmod-fs-btrfs deps / zlib_deflate / makefileVasilis Tsiligiannis2011-04-121-3/+5
| | | | | | | | 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 Mehrtens2011-01-091-4/+0
| | | | | | | | 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 Fietkau2010-11-271-2/+2
| | | | | | people still want to use those modules SVN-Revision: 24160
* fix typosImre Kaloz2010-11-221-2/+2
| | | | SVN-Revision: 24086
* use ext4 for ext2/3 on 2.6.32+Imre Kaloz2010-11-221-2/+2
| | | | SVN-Revision: 24083
* kmod-sctp: Add SCTP kernel supportFlorian Fainelli2010-09-041-5/+2
| | | | | | | | | | 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 ext4Felix Fietkau2010-08-191-0/+1
| | | | SVN-Revision: 22717
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-30/+30
| | | | SVN-Revision: 22145
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-261-3/+3
| | | | SVN-Revision: 21956
* package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 ↵Nicolas Thill2010-04-291-2/+2
| | | | | | only SVN-Revision: 21251
* package/kernel: sort FS package definitionsNicolas Thill2010-04-241-128/+131
| | | | SVN-Revision: 21126
* package/kernel: move NLS modules to their own file & submenuNicolas Thill2010-04-241-239/+0
| | | | SVN-Revision: 21125
* package/kernel: rename KernelPackage/*/Depends to AddDepends/*Nicolas Thill2010-04-241-23/+23
| | | | SVN-Revision: 21124
* package/kernel: introduce a new file that will be sourced first and holding ↵Nicolas Thill2010-04-231-1/+2
| | | | | | complex dependencies spread over multiple files, use it for kmod-crc16 SVN-Revision: 21101
* add missing dependency to kmod-crypto-misc, patch from Benjamin CamaFlorian Fainelli2010-03-201-3/+1
| | | | SVN-Revision: 20312
* kernel: mark kmod-nfs-common-v4 as BROKEN (enabling it will interfere with ↵Nicolas Thill2010-03-101-1/+1
| | | | | | the other stable nfs modules) SVN-Revision: 20123
* mark relevant kmod-* packages as being required for rootfs mounting (patch ↵Felix Fietkau2010-02-261-9/+9
| | | | | | by cshore) SVN-Revision: 19879
* ext4: fix for commit r19799Hauke Mehrtens2010-02-211-1/+1
| | | | SVN-Revision: 19800
* ext4: add Support for large (2TB+) block devices and filesHauke Mehrtens2010-02-211-4/+3
| | | | | | | | | 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 Wich2010-02-201-4/+17
| | | | | | <tripolar@gmx.at> SVN-Revision: 19772
* remove obsolete dependencies and checksFelix Fietkau2010-01-231-1/+1
| | | | SVN-Revision: 19292
* kernel: remove more calls to CompareKernelPatchVer and use 2.4 exceptions ↵Nicolas Thill2010-01-061-12/+10
| | | | | | instead SVN-Revision: 19049
* fix wrong paths after r18955.Florian Fainelli2009-12-281-2/+11
| | | | SVN-Revision: 18957
* remove handling of older unsupported kernelsImre Kaloz2009-12-271-1/+1
| | | | SVN-Revision: 18955