summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/profiles
Commit message (Collapse)AuthorAgeFilesLines
...
* brcm63xx: Add DT support for P870HW-51aJonas Gorski2014-08-211-0/+15
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo: fix nvram partition offset] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42248
* brcm63xx: Add DT support for HG553Jonas Gorski2014-08-211-0/+10
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo: fix linux partition length] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42247
* brcm63xx: Add DT support for HG520vJonas Gorski2014-08-211-0/+9
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo: fix nvram partition offset] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42246
* brcm63xx: Add DT support for A4001NJonas Gorski2014-08-211-0/+10
| | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42245
* brcm63xx: Add DT support for A4001N1Jonas Gorski2014-08-211-0/+16
| | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42244
* brcm63xx: Add DT support for WAP-5813nJonas Gorski2014-08-211-0/+10
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo: make linux partition writable] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42243
* brcm63xx: Add DT support for VR-3025unJonas Gorski2014-08-211-0/+10
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo: make linux partition writable] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42242
* brcm63xx: Add DT support for VR-3025uJonas Gorski2014-08-211-0/+10
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo: make linux partition writable] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42241
* brcm63xx: Add DT support for AR-5387unJonas Gorski2014-08-211-0/+10
| | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42240
* brcm63xx: Add DT support for AR-5381uJonas Gorski2014-08-211-0/+10
| | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42239
* brcm63xx: Add DT support for CT-6373Jonas Gorski2014-08-211-0/+10
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo: make linux partition writable] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42238
* brcm63xx: Add DT support for CT-5365Jonas Gorski2014-08-211-0/+9
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo: make linux partition writable] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42237
* brcm63xx: add profiles for DTB supported devicesJonas Gorski2014-08-1818-162/+180
| | | | | | | | | Remove generic profiles and add profiles for each DTB supported device. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42209
* brcm63xx: move generic profiles to top dir and remove smp profilesJonas Gorski2014-08-189-0/+162
| | | | | | | | | | Use generic profiles for brcm63xx instead of having similar profiles for each subtarget. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42208
* bcm63xx: split into two subtargets, generic and SMPJonas Gorski2013-05-028-137/+0
| | | | | | | | Make SMP a subtarget, since it only supports BCM6362 and BCM6368. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36527
* bcm63xx: move bcm63xx-spi into the kernelJonas Gorski2013-01-232-2/+1
| | | | | | | | | The SPI driver is needed for supporting to boot from SPI flash on BCM6358 and BCM6368, and for SPI connected switches. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35304
* bcm63xx: Add Huawei HG556a supportJonas Gorski2013-01-041-0/+17
| | | | | | | | | | Add Huawei EchoLife HG556a support. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo@openwrt.org: added some code style fixes] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35011
* remove kmod-spi-bitbangFlorian Fainelli2012-09-262-2/+2
| | | | | | This is no longer a dependency of kmod-spi-bcm63xx SVN-Revision: 33562
* Add brcmsmac profileFlorian Fainelli2012-07-271-0/+17
| | | | | | | | Add brcmsmac profile (kmod-brcmsmac + wpad-mini). Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 32890
* bcm63xx: add ath9k to atheros wifi profileJonas Gorski2012-05-271-1/+1
| | | | SVN-Revision: 31884
* targets: replace madwifi in profiles with ath5k, madwifi is unmaintainedFelix Fietkau2012-03-191-1/+1
| | | | SVN-Revision: 31015
* profiles: GW6X00: fixed inclusion of both wl and wlc wireless tools...should ↵Daniel Dickinson2011-07-061-1/+1
| | | | | | be just wlc SVN-Revision: 27470
* Profiles: GW6X00: Replace ext2 module with ext4 as ext2 and 3 are going ↵Daniel Dickinson2010-12-081-2/+2
| | | | | | away. Remove kmod-loop as the need for it has been superseded by block-extroot, and remove kmod-fs-vfat as it takes space and is rarely needed. SVN-Revision: 24316
* Profiles: Make buttons and led modules included by default so that failsafe ↵Daniel Dickinson2010-12-081-3/+1
| | | | | | will work in the case of builds for releases. SVN-Revision: 24315
* Profiles: Move wpad-mini to the profiles that use it, rather than default ↵Daniel Dickinson2010-12-084-4/+4
| | | | | | for all profiles (because -wpad-mini means it's not selectable, which isn't what we always want for the No WiFi profile SVN-Revision: 24314
* remove wpa-supplicant and iw from the Tecom GW6x00 profileFlorian Fainelli2010-09-131-1/+1
| | | | SVN-Revision: 23051
* change the Tecom GW6x00 profile to use wl instead of b43Florian Fainelli2010-09-121-2/+3
| | | | SVN-Revision: 23036
* reorder profilesJo-Philipp Wich2010-07-264-0/+0
| | | | SVN-Revision: 22390
* add a wifi profile for proprietary wlJo-Philipp Wich2010-07-011-0/+19
| | | | SVN-Revision: 22009
* brcm63xx: Tecom GW6x00 profile: Added hotplug button events and gpio-leds kmodsDaniel Dickinson2010-05-301-1/+1
| | | | SVN-Revision: 21630
* add infrastructure to register gpio-input reset buttonFlorian Fainelli2009-09-061-1/+1
| | | | SVN-Revision: 17526
* add a profile with no Wi-Fi drivers enabled, useful for bcm6338Florian Fainelli2009-07-061-0/+17
| | | | SVN-Revision: 16708
* include wpa-supplicant iw in the default profileFlorian Fainelli2009-05-291-1/+2
| | | | SVN-Revision: 16195
* also include the SPI driver in the gw6x00 profileFlorian Fainelli2009-05-261-1/+1
| | | | SVN-Revision: 16077
* include kmod-usb-storage and kmod-ipt-nathelper-extra for SIP connection ↵Florian Fainelli2009-05-261-2/+3
| | | | | | tracking SVN-Revision: 16075
* add the Tecom GW6x00 (6000 and 6200) board profileFlorian Fainelli2009-05-251-0/+20
| | | | SVN-Revision: 16059
* Reorder profiles numbering, broadcom being the most widely usedFlorian Fainelli2008-11-283-0/+0
| | | | SVN-Revision: 13401
* Update brcm63xx broadcom profile now that b43 is availableFlorian Fainelli2008-11-201-1/+1
| | | | SVN-Revision: 13302
* Fix reference to the old and replaced kmod-rt61Florian Fainelli2008-09-271-1/+1
| | | | SVN-Revision: 12723
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-063-0/+47
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653