Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add kernel module package for SLIP | John Crispin | 2012-02-14 | 1 | -0/+25 |
| | | | | | | | | This patch adds support for a kernel module package for SLIP. We needed it forusing tunslip6 from Contiki OS for 6LoWPAN communications. Signed-off-by: Markus Becker <mab@comnets.uni-bremen.de> SVN-Revision: 30538 | ||||
* | allow building 8021q and bridge as modules | Florian Fainelli | 2011-11-15 | 1 | -0/+62 |
| | | | | SVN-Revision: 29163 | ||||
* | package: kernel: add handling for 3.2 renames (and some missed ones for 3.1) | Jonas Gorski | 2011-11-09 | 1 | -5/+30 |
| | | | | SVN-Revision: 28897 | ||||
* | package/kernel: prefix library modules with lib- | Nicolas Thill | 2011-10-28 | 1 | -3/+3 |
| | | | | SVN-Revision: 28656 | ||||
* | package: kernel: remove last use of $(LINUX_KMOD_SUFFIX) | Jonas Gorski | 2011-10-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 28600 | ||||
* | kernel: add dependency on kmod-crypto-authenc to kmod-ipsec (closes: #7431) | Nicolas Thill | 2011-10-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 28515 | ||||
* | package/kernel: invert dependencies for current kernel features | Jonas Gorski | 2011-08-09 | 1 | -3/+3 |
| | | | | | | | Instead of depending on new kernel versions, depend on not having one of the older ones (or vice versa for modules removed in current kernels). SVN-Revision: 27934 | ||||
* | add kmod-sched-netem (#8839) | Florian Fainelli | 2011-07-05 | 1 | -0/+15 |
| | | | | SVN-Revision: 27458 | ||||
* | package/kernel: Update version dependencies and kmods for linux 3.0 | Hauke Mehrtens | 2011-06-15 | 1 | -4/+8 |
| | | | | | | | | | Also disable rtc-core for now since this changed to a bool, now directly used in the kernel if enabled. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27186 | ||||
* | kernel: revert unrelated change in previous commit | Jo-Philipp Wich | 2011-06-09 | 1 | -1/+0 |
| | | | | SVN-Revision: 27150 | ||||
* | kernel: gre depends on ipv6 is Kernel is built with IPv6 support | Jo-Philipp Wich | 2011-06-09 | 1 | -0/+2 |
| | | | | SVN-Revision: 27149 | ||||
* | kernel: generic: Update 2.6.39 to final | Hauke Mehrtens | 2011-05-25 | 1 | -4/+4 |
| | | | | | | | | | | | * Add missing config symbols * Update package/kernel for 2.6.39 CONFIG_BT_L2CAP=y and CONFIG_BT_SCO=y are set to build them into the bluetooth module. Thank you Jonas Gorski for the patch SVN-Revision: 27010 | ||||
* | package/kernel: Remove $(KMOD_SUFFIX) usage | Vasilis Tsiligiannis | 2011-05-15 | 1 | -5/+5 |
| | | | | | | | | | Since there's only 2.6 in trunk $(KMOD_SUFFIX) can be safely replaced with ko for all mainline kernel modules. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26900 | ||||
* | kernel: add kmod-crypto-{wq,rng,iv} Add kmod-crypto-iv as a dependency for ↵ | Jo-Philipp Wich | 2011-05-03 | 1 | -1/+1 |
| | | | | | | | | kmod-ipsec. Also remove the extraneous kmod-crypto-core dependency to eliminate recursion. Signed-off-by: Lars Hjersted <lars@hjersted.com> SVN-Revision: 26813 | ||||
* | exclude pktgen for uml target | Florian Fainelli | 2011-04-29 | 1 | -0/+1 |
| | | | | SVN-Revision: 26781 | ||||
* | kernel: enable MPPE again, got broken in r26296 | Felix Fietkau | 2011-04-07 | 1 | -1/+1 |
| | | | | | | | | | Since r26296 mppe.ko could not be loaded, kernel gives "device missing" error. According to KConfig cypther-ecb is required. Signed-off-by: Sven Roederer <mailinglists.sven_at_roederer.dhs.org> SVN-Revision: 26507 | ||||
* | kernel: fix some problems with kernel 2.6.38 | Hauke Mehrtens | 2011-03-19 | 1 | -3/+3 |
| | | | | | | | In some places LINUX_2_6_38 was just missing. Some kernel modules were moved. SVN-Revision: 26239 | ||||
* | kernel: further fixes to kmod-gre packaging | Jo-Philipp Wich | 2011-03-10 | 1 | -6/+8 |
| | | | | SVN-Revision: 26012 | ||||
* | kernel: fix usage of CompareKernelPatchVer for kmod-gre | Jo-Philipp Wich | 2011-03-10 | 1 | -3/+3 |
| | | | | SVN-Revision: 26010 | ||||
* | kernel: package kmod-pptp, autoload kmod-gre | Jo-Philipp Wich | 2011-03-09 | 1 | -0/+15 |
| | | | | SVN-Revision: 25987 | ||||
* | kernel: fix kmod-gre for Kernel >= 2.6.37 (#9009) | Jo-Philipp Wich | 2011-03-09 | 1 | -2/+4 |
| | | | | SVN-Revision: 25985 | ||||
* | kernel: disable scheduler actions by default, they will be enabled only when ↵ | Felix Fietkau | 2011-02-27 | 1 | -0/+1 |
| | | | | | | kmod-sched is selected SVN-Revision: 25771 | ||||
* | kernel: add a new scheduler action for restoring the connection tracking ↵ | Felix Fietkau | 2011-02-21 | 1 | -0/+1 |
| | | | | | | mark - useful for ingress shaping, will be used for replacing IMQ later SVN-Revision: 25639 | ||||
* | move the cbc crypto module out of the crypto core and into a separate ↵ | Felix Fietkau | 2011-02-12 | 1 | -1/+1 |
| | | | | | | package - it is only used for ipsec SVN-Revision: 25493 | ||||
* | move the deflate crypto module out of the crypto core and into a separate ↵ | Felix Fietkau | 2011-02-12 | 1 | -1/+1 |
| | | | | | | package - it is only used for ipsec SVN-Revision: 25491 | ||||
* | target/linux: revert r24014 (further testing is needed) | Alexandros C. Couloumbis | 2010-11-16 | 1 | -2/+2 |
| | | | | SVN-Revision: 24015 | ||||
* | linux/generic: add kernel mppc/mppe for 2.6.37. ↵ | Alexandros C. Couloumbis | 2010-11-16 | 1 | -2/+2 |
| | | | | | | http://yablochkin.net.ru/mppc/ (not enabled by default) SVN-Revision: 24014 | ||||
* | kernel: fix l2tp kernel packages | Hauke Mehrtens | 2010-11-14 | 1 | -18/+19 |
| | | | | | | | l2tp-ip and l2tp-eth should depend on l2tp_netlink fix pppol2tp for kernel >= 2.6.35 SVN-Revision: 23993 | ||||
* | kernel: add CONFIG_IPV6_SIT_6RD | Hauke Mehrtens | 2010-11-13 | 1 | -5/+4 |
| | | | | | | This closes #8227 SVN-Revision: 23986 | ||||
* | l2tp: activate l2tp for kernel 2.6.36 and 2.6.37 and fix pppol2tp | Hauke Mehrtens | 2010-11-10 | 1 | -3/+7 |
| | | | | SVN-Revision: 23948 | ||||
* | kmod-sctp: Add SCTP kernel support | Florian Fainelli | 2010-09-04 | 1 | -0/+22 |
| | | | | | | | | | | 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: fix missing symbol introduced by l2tp | Jo-Philipp Wich | 2010-08-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 22507 | ||||
* | kernel: package L2TP v3 ("Pseudowire") modules, restrict them to 2.6.35 | Jo-Philipp Wich | 2010-08-06 | 1 | -0/+50 |
| | | | | SVN-Revision: 22501 | ||||
* | kmod-ipsec: fix a compile error with some configurations. since ↵ | Felix Fietkau | 2010-07-27 | 1 | -0/+1 |
| | | | | | | CONFIG_XFRM_IPCOMP is not selectable on its own (no prompt), always select CONFIG_INET_IPCOMP along with it, to make sure that it gets enabled SVN-Revision: 22402 | ||||
* | massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950 | Claudio Mignanti | 2010-07-12 | 1 | -44/+44 |
| | | | | SVN-Revision: 22145 | ||||
* | remove obsolete kernel dependencies and version checks | Felix Fietkau | 2010-06-26 | 1 | -14/+7 |
| | | | | SVN-Revision: 21956 | ||||
* | remove linux 2.4 support from several packages | Felix Fietkau | 2010-06-26 | 1 | -38/+5 |
| | | | | SVN-Revision: 21954 | ||||
* | package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 ↵ | Nicolas Thill | 2010-04-29 | 1 | -1/+3 |
| | | | | | | only SVN-Revision: 21251 | ||||
* | package/kernel: introduce a new file that will be sourced first and holding ↵ | Nicolas Thill | 2010-04-23 | 1 | -1/+1 |
| | | | | | | complex dependencies spread over multiple files, use it for kmod-crc16 SVN-Revision: 21101 | ||||
* | package/kernel: add missing modules autoloading for kmod-ipsec, kmod-ipsec4 ↵ | Nicolas Thill | 2010-04-16 | 1 | -16/+32 |
| | | | | | | & kmod-ipsec6 (partially closes: #7164) SVN-Revision: 20893 | ||||
* | kernel: make ISDN build again | Hauke Mehrtens | 2010-03-21 | 1 | -28/+12 |
| | | | | | | | | | In combination with r20339 ISDN will be build again. * Fix syntax problem in kmod-capi * add xfrm_ipcomp to kmod-ipsec SVN-Revision: 20341 | ||||
* | kernel: add the token bucket filter to kmod-sched (#6681) | Jo-Philipp Wich | 2010-02-19 | 1 | -0/+1 |
| | | | | SVN-Revision: 19723 | ||||
* | add kernel packages for the ixp4xx-beeper and appletalk -- closes #6618 | Imre Kaloz | 2010-02-02 | 1 | -0/+23 |
| | | | | SVN-Revision: 19497 | ||||
* | remove obsolete dependencies and checks | Felix Fietkau | 2010-01-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 19292 | ||||
* | add explicit dependency on kmod-crypto-core when required (closes: #6557) | Nicolas Thill | 2010-01-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 19291 | ||||
* | kernel: use select instead of depend for kmod-crc16 dependency in kmod-ax25 ↵ | Nicolas Thill | 2009-12-19 | 1 | -1/+1 |
| | | | | | | (closes: #5843) SVN-Revision: 18847 | ||||
* | remove references to 2_6_27 | Florian Fainelli | 2009-10-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 18202 | ||||
* | small fixes mostly for kernel 2.6.31 | Hauke Mehrtens | 2009-09-26 | 1 | -0/+1 |
| | | | | | | | | | | | - libsas needs symbols from scsi_transport_sas - autoload line in pppoe was missing - rfkill-input does not exist in kernel 2.6.31 - password for download server of r8101 changed - r8101 and siit do not build with kernel 2.6.31 - fix build of net sched esfq SVN-Revision: 17752 | ||||
* | fix isdn symbols for 2.4 kernels | Florian Fainelli | 2009-07-29 | 1 | -2/+10 |
| | | | | SVN-Revision: 17044 | ||||
* | add kmod-pppol2tp, patch from Vladimir Voronkov | Florian Fainelli | 2009-07-26 | 1 | -1/+15 |
| | | | | SVN-Revision: 16995 |