aboutsummaryrefslogtreecommitdiffstats
path: root/package/broadcom-diag
Commit message (Expand)AuthorAgeFilesLines
...
* broadcom-diag cleanupAndy Boyett2008-03-311-30/+32
* ssb: Make the GPIO API reentrancy safe.Michael Büsch2008-02-191-22/+7
* ssb: Update the GPIO APIMichael Büsch2008-02-191-1/+10
* Add back Sitecom WL-105b supportFlorian Fainelli2008-01-081-0/+17
* add switch gpio init for bcm57xx (untested, see #2744)Felix Fietkau2007-11-301-1/+10
* add extra wrt350n leds (patch from #2745)Felix Fietkau2007-11-301-1/+4
* fix adm switch misdetection, which led to bogus button events that caused the...Felix Fietkau2007-11-161-1/+1
* Add detection support for Buffalo WHR-G125 from #2611Florian Fainelli2007-11-131-0/+18
* fix wr850g detection (#1936)Felix Fietkau2007-11-031-1/+2
* major target cleanup. it is now possible to have subtargets that can override...Felix Fietkau2007-09-081-2/+2
* bump package versions after updatesFelix Fietkau2007-09-071-1/+1
* fix board name for nvram and switch packages on brcm-2.4 after [8653]Nicolas Thill2007-09-071-1/+1
* strip the kernel version suffix from target directories, except for brcm-2.4 ...Felix Fietkau2007-09-061-1/+1
* package Makefile cleanup: remove uneeded varsNicolas Thill2007-09-031-2/+0
* use a default VERSION field for kmod packagesNicolas Thill2007-09-021-1/+0
* fix wan configuration on wr850g v2/v3Mike Baker2007-08-252-2/+7
* Fix the typoFlorian Fainelli2007-08-041-1/+1
* Add support for the D-Link DWL-3150Florian Fainelli2007-08-041-1/+15
* rearrange diag's platform detection code to look for known platform strings b...Mike Baker2007-07-041-41/+66
* fix failsafe on broadcom, send netlink events in diag when running linux 2.6Felix Fietkau2007-06-254-42/+120
* fix a memleak in broadcom-diag (#1780)Felix Fietkau2007-06-201-0/+1
* Add support for the D-Link DIR-130/330Florian Fainelli2007-06-181-0/+35
* Add updated support for buffalo routers (#1874)Florian Fainelli2007-06-121-0/+3
* bcm47xx compile fix for .21, thanks to nozImre Kaloz2007-05-262-0/+14
* fix gpio interrupts on broadcom (thanks, jpcass)Felix Fietkau2007-05-041-1/+2
* Fix reverse polarity on WGT634U (was : green while booting, amber when ready)Florian Fainelli2007-04-151-1/+1
* add diag and switch support for brcm47xx-2.6Felix Fietkau2007-03-144-13/+94
* add SimpleTech SimpleShare NAS diag support (untested; based on patch from #1...Felix Fietkau2007-03-021-2/+20
* add wl-500w diag support (untested, based on patch from #1298)Felix Fietkau2007-02-281-0/+13
* Add WL-700gE support (based on work by jr) Includes kernel/diag patch and a n...Felix Fietkau2007-01-202-1/+43
* cleanup, nuke obsolete 'Kernel drivers' category, convert remaining kmod pack...Felix Fietkau2007-01-201-2/+1
* add usb led for wl-hddFelix Fietkau2007-01-201-0/+1
* move several instances of DEFAULT:=y to profile preselections (easier for the...Felix Fietkau2007-01-141-1/+0
* add hardware detection for dell truemobile 2300Felix Fietkau2006-12-191-1/+7
* add diag support for the Buffalo WZR-G300NImre Kaloz2006-12-161-0/+14
* add diag support for the WRT350NFelix Fietkau2006-12-141-1/+28
* Add Trendware TEW-411BRplus (#1038)Florian Fainelli2006-12-111-0/+19
* Ignore false button events generated by switch gpio useMike Baker2006-12-011-0/+2
* fix gpios for wzr-rs-g54, add support for the wzr-rs-g54hpFelix Fietkau2006-11-241-2/+19
* diag: add support for the buffalo wzr-rs-g54Felix Fietkau2006-11-221-0/+13
* fix dmz gpio for the wrtsl54gsFelix Fietkau2006-11-211-1/+1
* fix motorola we800g misdetectionFelix Fietkau2006-11-191-8/+7
* improve accuracy of the diag detection of the wrt54g3gFelix Fietkau2006-11-131-2/+2
* forward port diag changes from whiterussian, add extra abstraction for the gp...Felix Fietkau2006-11-093-330/+417
* fix typoFelix Fietkau2006-11-031-2/+2
* port new diag driver to kamikazeFelix Fietkau2006-11-033-0/+1000
x */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#
# Copyright (C) 2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

define Profile/ARCHERC7
	NAME:=TP-LINK Archer C5/C7
	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev kmod-ath10k
endef

define Profile/ARCHERC7/Description
	Package set optimized for the TP-LINK Archer C5/C7.
endef
$(eval $(call Profile,ARCHERC7))


define Profile/CPE510
	NAME:=TP-LINK CPE210/220/510/520
	PACKAGES:=rssileds
endef

define Profile/CPE510/Description
	Package set optimized for the TP-LINK CPE210/220/510/520.
endef
$(eval $(call Profile,CPE510))


define Profile/TLMR10U
	NAME:=TP-LINK TL-MR10U
	PACKAGES:=kmod-usb-core kmod-usb2
endef

define Profile/TLMR10U/Description
	Package set optimized for the TP-LINK TL-MR10U.
endef
$(eval $(call Profile,TLMR10U))


define Profile/TLMR11U
	NAME:=TP-LINK TL-MR11U
	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
endef

define Profile/TLMR11U/Description
	Package set optimized for the TP-LINK TL-MR11U.
endef
$(eval $(call Profile,TLMR11U))

define Profile/TLMR12U
	NAME:=TP-LINK TL-MR12U
	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
endef

define Profile/TLMR12U/Description
	Package set optimized for the TP-LINK TL-MR12U.
endef

$(eval $(call Profile,TLMR12U))

define Profile/TLMR13U
	NAME:=TP-LINK TL-MR13U
	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
endef

define Profile/TLMR13U/Description
	Package set optimized for the TP-LINK TL-MR13U.
endef
$(eval $(call Profile,TLMR13U))


define Profile/TLMR3020
	NAME:=TP-LINK TL-MR3020
	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
endef

define Profile/TLMR3020/Description
	Package set optimized for the TP-LINK TL-MR3020.
endef
$(eval $(call Profile,TLMR3020))


define Profile/TLMR3040
	NAME:=TP-LINK TL-MR3040
	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
endef

define Profile/TLMR3040/Description
	Package set optimized for the TP-LINK TL-MR3040.
endef
$(eval $(call Profile,TLMR3040))


define Profile/TLMR3220
	NAME:=TP-LINK TL-MR3220
	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
endef

define Profile/TLMR3220/Description
	Package set optimized for the TP-LINK TL-MR3220.
endef
$(eval $(call Profile,TLMR3220))


define Profile/TLMR3420
	NAME:=TP-LINK TL-MR3420
	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
endef

define Profile/TLMR3420/Description
	Package set optimized for the TP-LINK TL-MR3420.
endef
$(eval $(call Profile,TLMR3420))


define Profile/TLWR703
	NAME:=TP-LINK TL-WR703N
	PACKAGES:=kmod-usb-core kmod-usb2
endef


define Profile/TLWR703/Description
	Package set optimized for the TP-LINK TL-WR703N.
endef
$(eval $(call Profile,TLWR703))


define Profile/TLWR710
	NAME:=TP-LINK TL-WR710N
	PACKAGES:=kmod-usb-core kmod-usb2
endef


define Profile/TLWR710/Description
	Package set optimized for the TP-LINK TL-WR710N.
endef
$(eval $(call Profile,TLWR710))


define Profile/TLWR720
	NAME:=TP-LINK TL-WR720N
	PACKAGES:=kmod-usb-core kmod-usb2
endef


define Profile/TLWR720/Description
	Package set optimized for the TP-LINK TL-WR720N.
endef
$(eval $(call Profile,TLWR720))


define Profile/TLWA701
	NAME:=TP-LINK TL-WA701N/ND
	PACKAGES:=
endef

define Profile/TLWA701/Description
	Package set optimized for the TP-LINK TL-WA701N/ND.
endef
$(eval $(call Profile,TLWA701))

define Profile/TLWA7210
        NAME:=TP-LINK TL-WA7210N
        PACKAGES:=rssileds kmod-ledtrig-netdev
endef

define Profile/TLWA7210/Description
        Package set optimized for the TP-LINK TL-WA7210N.
endef
$(eval $(call Profile,TLWA7210))

define Profile/TLWA730RE
	NAME:=TP-LINK TL-WA730RE
	PACKAGES:=
endef

define Profile/TLWA730RE/Description
	Package set optimized for the TP-LINK TL-WA730RE.
endef
$(eval $(call Profile,TLWA730RE))

define Profile/TLWA750
	NAME:=TP-LINK TL-WA750RE
	PACKAGES:=rssileds
endef

define Profile/TLWA750/Description
	Package set optimized for the TP-LINK TL-WA750RE.
endef
$(eval $(call Profile,TLWA750))


define Profile/TLWA7510
	NAME:=TP-LINK TL-WA7510N
	PACKAGES:=
endef

define Profile/TLWA7510/Description
	Package set optimized for the TP-LINK TL-WA7510N.
endef
$(eval $(call Profile,TLWA7510))

define Profile/TLWA801
	NAME:=TP-LINK TL-WA801N/ND
	PACKAGES:=
endef

define Profile/TLWA801/Description
	Package set optimized for the TP-LINK TL-WA801N/ND.
endef
$(eval $(call Profile,TLWA801))

define Profile/TLWA830
	NAME:=TP-LINK TL-WA830RE
	PACKAGES:=
endef

define Profile/TLWA830/Description
	Package set optimized for the TP-LINK TL-WA830RE.
endef
$(eval $(call Profile,TLWA830))


define Profile/TLWA850
	NAME:=TP-LINK TL-WA850RE
	PACKAGES:=rssileds
endef

define Profile/TLWA850/Description
	Package set optimized for the TP-LINK TL-WA850RE.
endef
$(eval $(call Profile,TLWA850))


define Profile/TLWA860
	NAME:=TP-LINK TL-WA860RE
	PACKAGES:=
endef

define Profile/TLWA860/Description
	Package set optimized for the TP-LINK TL-WA860RE.
endef
$(eval $(call Profile,TLWA860))


define Profile/TLWA901
	NAME:=TP-LINK TL-WA901N/ND
	PACKAGES:=
endef

define Profile/TLWA901/Description
	Package set optimized for the TP-LINK TL-WA901N/ND.
endef
$(eval $(call Profile,TLWA901))


define Profile/TLWDR4300
	NAME:=TP-LINK TL-WDR3500/3600/4300/4310/MW4350R
	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
endef

define Profile/TLWDR4300/Description
	Package set optimized for the TP-LINK TL-WDR3500/3600/4300/4310/MW4350R.
endef
$(eval $(call Profile,TLWDR4300))


define Profile/TLWDR3320V2
	NAME:=TP-LINK TL-WDR3320v2
	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
endef

define Profile/TLWDR3320V2/Description
	Package set optimized for the TP-LINK TL-WDR3320v2.
endef
$(eval $(call Profile,TLWDR3320V2))


define Profile/TLWDR4900V2
	NAME:=TP-LINK TL-WDR4900v2
	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
endef

define Profile/TLWDR4900V2/Description
	Package set optimized for the TP-LINK TL-WDR4900v2.
endef
$(eval $(call Profile,TLWDR4900V2))


define Profile/TLWDR6500V2
	NAME:=TP-LINK TL-WDR6500v2
	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev kmod-ath10k
endef

define Profile/TLWDR6500V2/Description
	Package set optimized for the TP-LINK TL-WDR6500v2.
endef
$(eval $(call Profile,TLWDR6500V2))


define Profile/TLWR740
	NAME:=TP-LINK TL-WR740N/ND
	PACKAGES:=
endef

define Profile/TLWR740/Description
	Package set optimized for the TP-LINK TL-WR740N/ND.
endef
$(eval $(call Profile,TLWR740))


define Profile/TLWR741
	NAME:=TP-LINK TL-WR741N/ND
	PACKAGES:=
endef

define Profile/TLWR741/Description
	Package set optimized for the TP-LINK TL-WR741N/ND.
endef
$(eval $(call Profile,TLWR741))


define Profile/TLWR743
	NAME:=TP-LINK TL-WR743N/ND
	PACKAGES:=
endef

define Profile/TLWR743/Description
	Package set optimized for the TP-LINK TL-WR743N/ND.
endef
$(eval $(call Profile,TLWR743))


define Profile/TLWR841
	NAME:=TP-LINK TL-WR841N/ND
	PACKAGES:=
endef

define Profile/TLWR841/Description
	Package set optimized for the TP-LINK TL-WR841N/ND.
endef
$(eval $(call Profile,TLWR841))


define Profile/TLWR842
	NAME:=TP-LINK TL-WR842N/ND
	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
endef

define Profile/TLWR842/Description
	Package set optimized for the TP-LINK TL-WR842N/ND.
endef
$(eval $(call Profile,TLWR842))


define Profile/TLWR843
	NAME:=TP-LINK TL-WR843N/ND
	PACKAGES:=
endef

define Profile/TLWR843/Description
	Package set optimized for the TP-LINK TL-WR843N/ND.
endef
$(eval $(call Profile,TLWR843))


define Profile/TLWR941
	NAME:=TP-LINK TL-WR941N/ND
	PACKAGES:=
endef

define Profile/TLWR941/Description
	Package set optimized for the TP-LINK TL-WR941N/ND.
endef
$(eval $(call Profile,TLWR941))


define Profile/TLWR1041
	NAME:=TP-LINK TL-WR1041N
	PACKAGES:=
endef

define Profile/TLWR1041/Description
	Package set optimized for the TP-LINK TL-WR1041N/ND.
endef
$(eval $(call Profile,TLWR1041))


define Profile/TLWR1043
	NAME:=TP-LINK TL-WR1043N/ND
	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
endef

define Profile/TLWR1043/Description
	Package set optimized for the TP-LINK TL-WR1043N/ND.
endef
$(eval $(call Profile,TLWR1043))


define Profile/TLWR2543
	NAME:=TP-LINK TL-WR2543N/ND
	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
endef

define Profile/TLWR2543/Description
	Package set optimized for the TP-LINK TL-WR2543N/ND.
endef
$(eval $(call Profile,TLWR2543))