aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/netdevices.mk
Commit message (Collapse)AuthorAgeFilesLines
* kernel/modules: Add ifb module (#8764)Vasilis Tsiligiannis2011-02-021-0/+16
| | | | SVN-Revision: 25323
* kmod-via-velocity depends on kmod-crc-ccitt (#8730)Florian Fainelli2011-01-291-1/+1
| | | | SVN-Revision: 25244
* Revert "[kernel] solos-pci: Depend on soloscli, just like mac80211 depends ↵Florian Fainelli2011-01-181-1/+1
| | | | | | | | on iw and crda, since in both cases the module is useless without the userspace." We do not make a kernel module depend on user-space utility. SVN-Revision: 25035
* solos-pci: Depend on soloscli, just like mac80211 depends on iw and crda, ↵Daniel Dickinson2011-01-181-1/+1
| | | | | | since in both cases the module is useless without the userspace. SVN-Revision: 25034
* kernel: add dummy net deviceHauke Mehrtens2010-12-051-0/+14
| | | | | | | Thank you Thomas Jansen. (partly closes #5849) SVN-Revision: 24272
* Fix missing dependency in solos-pci moduleFlorian Fainelli2010-09-191-1/+1
| | | | | | | | | Modinfo for solos-pci tells us that it has a dependency on "atm", but this isn't captured in the Makefile. Signed-off-by: Philip A. Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 23086
* Support for Solos PCI ADSL2+ modem This driver is used by Traverse ↵Jo-Philipp Wich2010-09-151-0/+17
| | | | | | | | | | Technologies' Geos ADSL2+ x86 router: http://www.traverse.com.au/productview.php?product_id=117 Signed-off-by: Nathan Williams <nathan@traverse.com.au> SVN-Revision: 23070
* Support for RTL-8139C+ ethernet adapters Signed-off-by: Nathan Williams ↵Jo-Philipp Wich2010-09-151-0/+16
| | | | | | <nathan@traverse.com.au> SVN-Revision: 23068
* rename kmod-switch-ip175c package to kmod-switch-ip17xxFlorian Fainelli2010-08-081-7/+7
| | | | SVN-Revision: 22544
* load e1000 earlier to fix the order of the ethernet ports on Axiomtek NA-200Felix Fietkau2010-07-231-1/+1
| | | | SVN-Revision: 22359
* package/kernel: modularize ixp4xx_eth driver & marvel 88E6060 phy supportAlexandros C. Couloumbis2010-07-181-0/+29
| | | | SVN-Revision: 22283
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-32/+32
| | | | SVN-Revision: 22145
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-261-6/+3
| | | | SVN-Revision: 21956
* kernel: package tulip family modules into kmod-tulipJo-Philipp Wich2010-06-211-0/+35
| | | | SVN-Revision: 21859
* fix kmod-swconfig module loading typoFlorian Fainelli2010-05-211-1/+1
| | | | SVN-Revision: 21530
* add kmod-swconfig and kmod-swich-ip175cFlorian Fainelli2010-05-211-0/+30
| | | | SVN-Revision: 21520
* package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 ↵Nicolas Thill2010-04-291-1/+2
| | | | | | only SVN-Revision: 21251
* gigaset: build gigaset with isdn4linux supportHauke Mehrtens2010-04-181-1/+2
| | | | SVN-Revision: 20997
* - enable PCI - add kmod-pcnet32 to default packages - make kmod-pcnet32 ↵Jo-Philipp Wich2010-04-161-1/+1
| | | | | | available for malta target SVN-Revision: 20923
* ps3: move ps3lan kmod under target/linux/ps3Nicolas Thill2010-03-281-16/+0
| | | | SVN-Revision: 20533
* Create kernel module for PS3 networkingHamish Guthrie2010-03-261-0/+16
| | | | SVN-Revision: 20447
* kernel: fix tg3 installationHauke Mehrtens2010-03-211-1/+1
| | | | | | libphy is build into the kernel for brcm47xx and not as an extra module. SVN-Revision: 20344
* remove obsolete dependencies and checksFelix Fietkau2010-01-231-2/+2
| | | | SVN-Revision: 19292
* package: kernel/modules: package module for MAC-VLAN supportGabor Juhos2009-12-311-0/+16
| | | | SVN-Revision: 18980
* remove handling of older unsupported kernelsImre Kaloz2009-12-271-1/+1
| | | | SVN-Revision: 18955
* prevent some modules from being built on ubicom32 since they do not compile ↵Florian Fainelli2009-11-291-1/+1
| | | | | | or link SVN-Revision: 18595
* e1000: add CONFIG_E1000_NAPI=y for older kernelsFelix Fietkau2009-11-141-1/+2
| | | | SVN-Revision: 18416
* e1000: depend on pci support instead of x86 target - some people have ↵Felix Fietkau2009-11-111-1/+1
| | | | | | minipci cards with this chipset SVN-Revision: 18376
* add preliminary MPC83xx supportImre Kaloz2009-11-091-1/+1
| | | | SVN-Revision: 18353
* remove references to 2_6_27Florian Fainelli2009-10-291-1/+1
| | | | SVN-Revision: 18202
* fixes for kernel 2.6.31Hauke Mehrtens2009-09-261-1/+1
| | | | SVN-Revision: 17739
* allow via-velocity to be selectable on x86Florian Fainelli2009-07-211-1/+1
| | | | SVN-Revision: 16940
* get rid of linux 2.6.29Felix Fietkau2009-07-171-1/+1
| | | | SVN-Revision: 16883
* package the e1000e driverImre Kaloz2009-06-021-2/+18
| | | | SVN-Revision: 16295
* kmod-libphy also needed with kernel 2.6.30Hauke Mehrtens2009-05-111-1/+1
| | | | SVN-Revision: 15780
* r6040 kernel module also needs to set the CONFIG_R6040_NAPI symbolFlorian Fainelli2009-04-241-1/+2
| | | | SVN-Revision: 15377
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* turn some of the kernel dependencies the other way around to make it easier ↵Hauke Mehrtens2009-03-071-1/+1
| | | | | | to support new kernel. SVN-Revision: 14783
* add ssb dependency to b44Hauke Mehrtens2009-03-071-1/+1
| | | | SVN-Revision: 14774
* Add isdn4linux and gigaset kernel modules.Hauke Mehrtens2009-03-071-0/+30
| | | | SVN-Revision: 14772
* add missing symbols for some packages needed by x86 targetHauke Mehrtens2009-03-011-4/+12
| | | | SVN-Revision: 14717
* fix tg3 libphy dependency, thanks AcinonyxFlorian Fainelli2009-02-031-1/+1
| | | | SVN-Revision: 14390
* package libphy separately and make tg3 depend on it for kernels 2.6.27 and ↵Florian Fainelli2009-02-021-5/+15
| | | | | | superior SVN-Revision: 14354
* add libphy module to tg3 driver package - fixes unresolved symbols (#4353)Florian Fainelli2009-01-311-0/+4
| | | | SVN-Revision: 14310
* Add hfcmulti mISDN driverFlorian Fainelli2009-01-081-0/+14
| | | | SVN-Revision: 13945
* kernel/modules: split network makefile into netdevices and netsupportAndy Boyett2008-12-291-0/+278
SVN-Revision: 13757