Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | packages: clean up the package folder | John Crispin | 2013-06-21 | 1 | -908/+0 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007 | ||||
* | kernel: add veth module | Luka Perkov | 2013-05-03 | 1 | -0/+17 |
| | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 36540 | ||||
* | kernel: add more SCTP related configuration symbols | Florian Fainelli | 2013-01-08 | 1 | -1/+6 |
| | | | | | | | | These symbols are used by 3.8+ kernels Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35054 | ||||
* | kernel: fix kmod-ipsec load order (#12552) | Jo-Philipp Wich | 2013-01-07 | 1 | -2/+2 |
| | | | | SVN-Revision: 35032 | ||||
* | kernel: add a module for ipv6 gre | Felix Fietkau | 2012-12-15 | 1 | -0/+16 |
| | | | | SVN-Revision: 34709 | ||||
* | kernel: include the xfrm_algo module on 3.6+ (fixes #12552) | Felix Fietkau | 2012-12-10 | 1 | -0/+1 |
| | | | | SVN-Revision: 34611 | ||||
* | Load schedule modules | John Crispin | 2012-11-07 | 1 | -0/+4 |
| | | | | | | | | They were missing the AUTOLOAD directive. Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br> SVN-Revision: 34107 | ||||
* | Revert "[package] kernel/modules: dont only change loading order on ↵ | Vasilis Tsiligiannis | 2012-07-23 | 1 | -6/+6 |
| | | | | | | | | | | IPSEC*-m, propagate this to documentation too" Preserve alphabetical order on KCONFIG and description for consistency with other module packages This reverts commit r32775. SVN-Revision: 32791 | ||||
* | kernel/modules: dont only change loading order on IPSEC*-m, propagate this ↵ | Luka Perkov | 2012-07-17 | 1 | -6/+6 |
| | | | | | | to documentation too SVN-Revision: 32775 | ||||
* | kernel/modules: fix ipcomp6 load order | Vasilis Tsiligiannis | 2012-07-17 | 1 | -1/+1 |
| | | | | | | | | | ipcomp6 depends on xfrm6_tunnel, load order changed accordingly. Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 32773 | ||||
* | package: kernel: estetic fix | Luka Perkov | 2012-07-14 | 1 | -2/+2 |
| | | | | SVN-Revision: 32714 | ||||
* | kernel/modules: load pppol2tp after pppox | Jo-Philipp Wich | 2012-07-01 | 1 | -2/+2 |
| | | | | | | | | | | | | l2tp_ppp needs to be loaded after pppox, otherwise it ends up like this: l2tp_ppp: Unknown symbol pppox_ioctl (err 0) ... during boot. I also fixed the dependency, it should be pppox rather than pppoe. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 32562 | ||||
* | kernel: split kmod-pppoe into kmod-pppox and kmod-pppoe, make kmod-pptp ↵ | Jo-Philipp Wich | 2012-06-18 | 1 | -7/+21 |
| | | | | | | depend on kmod-pppox (#11677) SVN-Revision: 32433 | ||||
* | kernel: move esfq to kmod-sched-esfq, as it has extra netfilter dependencies | Felix Fietkau | 2012-05-29 | 1 | -3/+13 |
| | | | | SVN-Revision: 32001 | ||||
* | kernel: remove more unnecessary kernel version checks/dependencies | Felix Fietkau | 2012-05-27 | 1 | -36/+6 |
| | | | | SVN-Revision: 31907 | ||||
* | kernel: remove a few more obsolete CompareKernelPatchVer calls, add ↵ | Felix Fietkau | 2012-05-27 | 1 | -11/+6 |
| | | | | | | dependencies on @TARGET_x86 for a few network drivers that are typically not found in non-PC equipment SVN-Revision: 31870 | ||||
* | kernel: fix kmod-sched-core build for kernels without codel | Felix Fietkau | 2012-05-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 31834 | ||||
* | kernel: fix packaging of act_connmark.ko (#11492) | Jo-Philipp Wich | 2012-05-19 | 1 | -0/+1 |
| | | | | SVN-Revision: 31821 | ||||
* | kernel: split off act_connmark into a separate package to avoid cluttering ↵ | Felix Fietkau | 2012-05-18 | 1 | -4/+11 |
| | | | | | | kmod-sched with a netfilter dependency (fixes #11483) SVN-Revision: 31791 | ||||
* | kernel: remove obsolete CompareKernelPatchVer calls | Felix Fietkau | 2012-05-17 | 1 | -13/+3 |
| | | | | SVN-Revision: 31775 | ||||
* | kernel: split kmod-sched into kmod-sched-core and kmod-sched | Felix Fietkau | 2012-05-16 | 1 | -18/+39 |
| | | | | SVN-Revision: 31760 | ||||
* | kernel: add codel and fq_codel support to kmod-sched (patch by Dave Täht) | Felix Fietkau | 2012-05-16 | 1 | -0/+2 |
| | | | | SVN-Revision: 31757 | ||||
* | kernel: remove kernel modules and references to kernels <= 2.6.36 | Hauke Mehrtens | 2012-05-06 | 1 | -3/+2 |
| | | | | | | 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 | ||||
* | 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 |