Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | brcm63xx: add support for Huawei HG622 | Jonas Gorski | 2016-01-18 | 1 | -0/+72 |
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48305 3c298f89-4303-0410-b956-a3cf2f4a3e73 | ||||
* | brcm63xx: fix platform gpio lookups for gpios < 32 | Jonas Gorski | 2016-01-18 | 2 | -19/+10 |
| | | | | | | | | | | | | | Overwriting static strings is never a good idea, especially expecting identical strings to be stored in different memory locations. This caused the lookups to always return the second chip's name. Fix this by just initializing the lookup with the right values, so we don't need to modify the strings at all. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48303 3c298f89-4303-0410-b956-a3cf2f4a3e73 | ||||
* | brcm63xx: add linux 4.4 support | Jonas Gorski | 2015-12-02 | 157 | -0/+15914 |
Only netboot tested. Flash at your own risk. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47702 3c298f89-4303-0410-b956-a3cf2f4a3e73 |