summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/netdevices.mk
Commit message (Collapse)AuthorAgeFilesLines
* brcm47xx: build b44 as a moduleHauke Mehrtens2013-01-031-1/+1
| | | | SVN-Revision: 34994
* kernel: in kernel 3.6.8 and later tg3 depends on hwmon.koHauke Mehrtens2012-12-131-1/+1
| | | | SVN-Revision: 34652
* kernel: remove references to TARGET_ubicom32Florian Fainelli2012-11-301-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34431
* move ssb-gige to target specific modules.mkFlorian Fainelli2012-07-251-14/+0
| | | | SVN-Revision: 32862
* kmod-r6040 depends on PCI_SUPPORTFlorian Fainelli2012-07-251-1/+1
| | | | SVN-Revision: 32860
* move ixp4xx-eth to target specific modules.mkFlorian Fainelli2012-07-251-14/+0
| | | | SVN-Revision: 32858
* fix network devices modules to depend on PCI instead of x86Florian Fainelli2012-07-251-21/+21
| | | | SVN-Revision: 32849
* kernel: remove more unnecessary kernel version checks/dependenciesFelix Fietkau2012-05-271-20/+4
| | | | SVN-Revision: 31907
* kernel: remove a few more obsolete CompareKernelPatchVer calls, add ↵Felix Fietkau2012-05-271-126/+33
| | | | | | dependencies on @TARGET_x86 for a few network drivers that are typically not found in non-PC equipment SVN-Revision: 31870
* kernel: add et131x from packages/Felix Fietkau2012-05-181-0/+18
| | | | SVN-Revision: 31792
* remove kmod-mvswitch, it does not work on kernels <3.2 and is not necessary ↵Felix Fietkau2012-05-111-15/+0
| | | | | | as a module anyway SVN-Revision: 31678
* kernel: add some more additional missing config symbols for 3.2 and 3.3Jonas Gorski2012-04-091-1/+2
| | | | SVN-Revision: 31221
* kernel: update module names and add new config symbols for linux 3.3Jonas Gorski2012-02-021-1/+1
| | | | SVN-Revision: 29985
* kernel: rename kmod-switch-rtl8366_smi to kmod-switch-rtl8366-smi to avoid ↵Jo-Philipp Wich2011-12-131-4/+4
| | | | | | underscores in package names SVN-Revision: 29518
* package/kernel: create packages for the rtl8366* driversGabor Juhos2011-12-011-0/+45
| | | | | | | | | This allows to enable rtl8366 switches family support, which are optional (present on few boards). Based on a patch by Roman Yeryomin <roman@advem.lv> SVN-Revision: 29388
* kmod-r6040 depends on kmod-libphyFlorian Fainelli2011-11-151-1/+1
| | | | SVN-Revision: 29162
* package: kernel: add handling for 3.2 renames (and some missed ones for 3.1)Jonas Gorski2011-11-091-33/+145
| | | | SVN-Revision: 28897
* package/kernel: prefix library modules with lib-Nicolas Thill2011-10-281-2/+2
| | | | SVN-Revision: 28656
* package/kernel: remove remaining uses of $(LINUX_KMOD_SUFFIX)Nicolas Thill2011-10-261-6/+6
| | | | SVN-Revision: 28598
* kernel: remove the x86 dependency from kmod-sky2 so that it can be used on ↵Felix Fietkau2011-09-281-1/+0
| | | | | | other platforms as well SVN-Revision: 28314
* package/kernel: Mark mvswitch as broken for linux 3.1Jonas Gorski2011-08-091-1/+1
| | | | | | mvswitch does not compile because of VLAN API changes. SVN-Revision: 27936
* kernel/modules: Add missing config symbolVasilis Tsiligiannis2011-08-011-2/+3
| | | | SVN-Revision: 27862
* kmod-dm9000 should build as a moduleJohn Crispin2011-07-071-2/+4
| | | | SVN-Revision: 27543
* add kmod for dm9000John Crispin2011-07-031-0/+14
| | | | SVN-Revision: 27402
* kernel: package more NIC drivers: * SiS 190 Fast/Gigabit Ethernet support * ↵Jo-Philipp Wich2011-06-201-0/+66
| | | | | | SysKonnect Yukon support * Atheros L2 Fast Ethernet support * Atheros L1 Gigabit Ethernet support * Atheros L1C * Atheros L1E Patch by Lauri Võsandi<lauri.vosandi@gmail.com> SVN-Revision: 27242
* kernel: include firmware in the e100 packageFelix Fietkau2011-04-081-0/+7
| | | | SVN-Revision: 26539
* kernel/modules: Enable Realtek R8169 not only for x86Vasilis Tsiligiannis2011-04-071-1/+1
| | | | | | | | | | | This enables support for Realtek 8169 based network cards for other platforms than x86. I have a mini-PCI card on ixp4xxx running here. Maybe for the other cards in netdevices.mk a @DEPENDS change from @TARGET_x86 to @PCI_SUPPORT makes also sense. Signed-off-by: Christoph König <christoph.koenig@ikt.uni-hannover.de> SVN-Revision: 26529
* add kmod-hfcpciFlorian Fainelli2011-04-031-3/+22
| | | | | | | | | | Changed: - Support added for mISDN card driver for Cologne AG's HFC pci cards (single port) - Title texts and help texts for some other isdn drivers adjusted for clarification Signed-off by: Arnold Schulz <arnysch@gmx.net> SVN-Revision: 26452
* 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