Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/OpenIPC/chaos_calmer

OpenIPC 1.0 (OpenWRT-based), not maintained anymore
https://github.com/OpenIPC/chaos_calmer

lantiq - vgv7519: fix gphy led configuration (this set correct alt function to gpio and let peripherials on pci bus to comes up)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42816 3c298f89-4303-0410-b956-a3cf2f4a3e73

4366c9b6cd4012bc2610c91424135b7466e9b105 authored over 10 years ago
lantiq: fix some alt function on pinctrl-xway

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42815 3c298f89-4303-0410-b956-a3cf2f4a3e73

c3a6e0a58fd743a8367042723d1dcd87086e73cf authored over 10 years ago
procd: update to latest git HEAD

Signed-off-by: John Crispin <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trun...

06435798dccad05f2623e064a530d59237538744 authored over 10 years ago
ubox: update to latest git head

Signed-off-by: John Crispin <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trun...

c38a6c521342cb4d3fe0ed6e5ace9fbc7617ff76 authored over 10 years ago
fstools: update to latest git

adds support for /dev/vd* virtual io

Signed-off-by: John Crispin <[email protected]>

git-svn-...

f91238dc22eed2ba7c0a458a25017f28a0ecde8a authored over 10 years ago
octeon: add patches which are not upstreamed yet

Signed-off-by: Roman Yeryomin <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

0ebb7988199a06340b25c068a69f07d91f3b201f authored over 10 years ago
octeon: remove kmod-ath9k from default packages

Looks like the targets are Ubiquiti routers which don't come with any wireless cards.

Signed-of...

47a7f680d5b19da45a3052c77363fca832334231 authored over 10 years ago
octeon: prepare elf kernel image and md5sum for usb copying

Signed-off-by: Roman Yeryomin <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

f45d8eb92123f8890ac8927ee364e01f4eaac4dd authored over 10 years ago
octeon: fix serial console for 3.14 kernel

Signed-off-by: Roman Yeryomin <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

5dc87ed592a64d8165b3772ff466f6be4f7b161a authored over 10 years ago
ralink: various i2c fixes

the driver did not handle all states correctly causing a deadlock of the i2c hw block.

Signed-o...

a7658d45cd736f10b124a03a7da232f1d5019466 authored over 10 years ago
kernel: add some warnings to the old (built-in) rootfs splitter

Signed-off-by: Rafał Miłecki <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trun...

e7106c5746e5be1e81f1b56df82c797b7d753b7c authored over 10 years ago
kernel: enable CONFIG_MTD_SPLIT_SQUASHFS_ROOT

This enables dedicated "rootfs" splitter by default. We still keep
CONFIG_MTD_SPLIT_SQUASHFS_ROO...

aa7c9cf2997d6155b02123dbebc9e6d38ef3210d authored over 10 years ago
kernel: allow rootfs splitters to work without CONFIG_MTD_ROOTFS_SPLIT

We want to remove that old (built-in) splitter at some point.

Signed-off-by: Rafał Miłecki <zaj...

2fe5eba1d8281eded5b490b00d87394c000da0ae authored over 10 years ago
odhcp6c: add route-workaround for broken IPv6-ISPs

Some ISP seem to only do stateful DHCPv6 and not sending RAs.
This is technically broken because...

bb492392747ea57deb54d4bbd52e5d5ce83a08a2 authored over 10 years ago
nftables: bump to 2014-09-30, disable gmp

Signed-off-by: Steven Barth <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trun...

415543620a1d6b57d9f561268ed93a12ad190b10 authored over 10 years ago
base-files: make postinst script run inside a subshell

Signed-off-by: John Crispin <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trun...

fef66999f849771f087869f715e1adb94580cc04 authored over 10 years ago
libnftnl: bump to 2014-10-02

Signed-off-by: Steven Barth <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trun...

6a1dd4f0e7452ce66f7a332ba351bdb1c05e5214 authored over 10 years ago
lantiq: led name has changed from adsl -> dsl

make the notify script aware of this.

https://dev.openwrt.org/ticket/18005

Signed-off-by: John...

acb9d6b4e4c471495fa2e0377872e95a3c9c21f5 authored over 10 years ago
ar71xx: correctly detect hardware revision on TP-LINK Archer C5 and C7

Signed-off-by: Matthias Schiffer <[email protected]>

git-svn-id: svn://svn.openwrt...

0496c6a597a344e0a8e513dfb96d91e0962b38e8 authored over 10 years ago
ar71xx: fix syntax for TP-LINK TL-WR941N/ND / Rosewill RNX-N360RT detection

[ ] conditions should use = instead of == for string equality.

Signed-off-by: Matthias Schiffer...

ac7e01ea5ee27b2f52d9a24eb3c22e46908018ad authored over 10 years ago
ar71xx: simplify TP-LINK model detection

All TP-LINK machine names begin with "TP-LINK", so there's no need to check for
more specific mo...

8ae697d7f225e92cf0aef7fa2993979089c23447 authored over 10 years ago
Fix build when TAR_OPTIONS env variable is set

The build system sets a make variable TAR_OPTIONS to the unpacking
command, i.e. "-xf -". Now if...

230b7ba04ac27275cc6f179f2ff80584d4c6b12f authored over 10 years ago
iwinfo: add AR9580 with new subsystem device ID and QCA9880 with no subsystem vendor/device IDs

The AR9580 with the new ID can be found in the EnGenius ESR900 and the
QCA9880 without any subsy...

2e9a3b28f21344c3748b6216e9ec48cfa02a4dae authored over 10 years ago
ar71xx: add support for TP-LINK TL-WR847N v8 (clone of TL-WR841N/ND v8)

Signed-off-by: Jaehoon You <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trun...

f44a320095af3ffd8738bded4d8cbaf39e39bc21 authored over 10 years ago
kernel: add rtc-ds1307 module support

Signed-off-by: Michael Heimpold <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/tr...

09039308fa7372aa94189e8c9b7b8715b07655b8 authored over 10 years ago
kernel: add ledtrig-transient module support

Signed-off-by: Michael Heimpold <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/tr...

6e8e2303cb786cb199fbf4d6fff130ea5cbad4ba authored over 10 years ago
ramips: D-Link DIR-810L: make led naming consistent with other boards

Signed-off-by: Michael Heimpold <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/tr...

23246db9e0fb2caa7fc1dae86292aa6f0cbccd85 authored over 10 years ago
ralink: Add missing code to free GPIO on Ralink SoC

Signed-off-by: [email protected]
Acked-by: [email protected]

git-svn-id: svn://...

16c7f3c21ed006a13affd3696b269552dafe414c authored over 10 years ago
hostapd: read missing parameter for dynamic VLANs

In r41872 Dynamic VLAN support was reintroduced, but the vlan_naming
parameter is not read while...

3bf58c82494347a46dd29b03e5272d78001f2012 authored over 10 years ago
ar71xx: add LED defaults for the EnGenius ESR1750

Signed-off-by: Forest Crossman <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/tr...

1e7c3ba3986eeae432a674402aeeda1c4cf7a92c authored over 10 years ago
ramips: Support for RAMIPS based Tripmate HT-TM02 board

Provides support for the Tripmate HT-TM02 personal router including LEDs and
reset button. “Mode...

5f9a01b40fb0006b63450e93945574f23440e5ac authored over 10 years ago
firmware-utils: add NEXX factory image support

This patch adds support to encode and decode images for certain types of
NEXX routers.

git-svn-...

9584e3b28b55637370ecacb06272872ffec140c9 authored over 10 years ago
sysupgrade: preserve symlinks in backups

Signed-off-by: Catalin Patulea <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/...

37a33d7e8dfcee6e425f87e3779394535ffbda7b authored over 10 years ago
ar71xx: fix reset button gpio for OM2P/OM2P-HS

A typo in the definition for the OM2P reset button disabled its functionality
in OpenWrt. The ac...

5416fbe6e010109c808e676c27a8a40beed1ffd2 authored over 10 years ago
build: remove useless quote stripping for KERNELNAME, add fallback for it in the kernel build command line

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

f53447947d209ced026ffd784104db6e9647c676 authored over 10 years ago
targets: remove useless quotes around KERNELNAME

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

0a602b2b72aed043e3229667d4ced72a8059eda5 authored over 10 years ago
lantiq: remove the useless ltqtapi.mk include file

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

40935a16aae0b254b359065c43bbf1f7edda4b6b authored over 10 years ago
gcc: remove version 4.8.0

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

a6ea8af64245b6edb5f421254634120a3ab6e3d4 authored over 10 years ago
binutils: remove old versions

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

961d49f15b748713eac4dc65af5213594bc4d131 authored over 10 years ago
sunxi: re-add rootfs build when no profile is set, fixes #17980, thanks.

Signed-off-by: Zoltan HERPAI <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trun...

9c2be8be3918953f4a3624ba4351e2f546dbb938 authored over 10 years ago
iproute2: add conflict for ip with ip-full

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

af7fe5f5e0d6da7b1ecca223d60fdb00a970b4fb authored over 10 years ago
build: make sure modules are modposted after initramfs image is built

Otherwise the modpost steps for individual modules that are compiled
manually (using make packag...

db910597d7377551b66d888abce5fe79645dd013 authored over 10 years ago
hostapd: add conflicts with wpad(-mini) to hostapd and wpa_supplicant

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

6ca4824bc36c97fc1e75c8c681d0f1d027735cec authored over 10 years ago
build: propagate package conflicts to opkg metadata

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

78e652f3148ccc80a37f0140711a583ed55310a8 authored over 10 years ago
build: add support for declaring package CONFLICTS which only affect selecting built-in packages

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

3ed277255c06d3bd7950ef688986f2a8f64a9e6a authored over 10 years ago
Fix broken implementation of NOEXECSTACK flag for MIPS architectures for gcc-linaro-4.8

This patch ensures that libgcc_s.so properly honours the NOEXECSTACK flag
for MIPS builds, when ...

742d20f881f219f4851607ee3c944ce175b9b7fc authored over 10 years ago
ath10k: update firmware to the latest version

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

f7b51f6c07d7dcdde9aa08f904d37a5f04719be7 authored over 10 years ago
gcc: gcc 4.9.x disable libsanitize

gcc 4.9.x enables building of libsanitize

- libsanitize needs some headers that are not availab...

6cae32e029fbf3d864f8029526894b09536262da authored over 10 years ago
mac80211_hwsim: select 802.11n support for hostapd

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

4cb3d9cb9eb1dc6fff36315d519352f5f8c9eb88 authored over 10 years ago
relayd: update to the latest version, fixes a build error with the new gcc (#18010)

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

16de94ff94e1cd33de28d42529b6d5942f887a02 authored over 10 years ago
hostapd: allow using iapp for any encryption type (fixes #18022)

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

b223fd3e4c2d3b8dda8933ef973b0b1b25395223 authored over 10 years ago
hostapd: merge an upstream patch for pmksa cache

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

09cdef74a8177ca37bfc81e62f26a71e5c405a1d authored over 10 years ago
iwinfo: detect AC PHY for broadcom-wl

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

e684caba4e9ef79f3faa5c42607c5e2a63b599a0 authored over 10 years ago
iwinfo: detect HT PHY for broadcom-wl

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

016f5ba570edfe31b129df592cf9b328cf64e731 authored over 10 years ago
iwinfo: fix handling of accessing nl80211 interfaces via radio*

look up device path via uci instead of assuming a direct phy index

Signed-off-by: Felix Fietkau...

bfacdd543b92213a6f47ae0a58ac170286c4610a authored over 10 years ago
iwinfo: enable nl80211 support based on cfg80211, not mac80211

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

0d160a4d3e056fb277d139119c7a0dab54883dd5 authored over 10 years ago
iwinfo: handle 802.11ac mode for lua

Signed-off-by: Bartosz Markowski <[email protected]>

git-svn-id: svn://svn.openwrt.or...

2ec28fde123e5275393cbede7f6ea29f0d840b9b authored over 10 years ago
brcm63xx: fix wrong fixups pointer

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Signed-off-by: Jonas Gorski <jogo@open...

f02ccab61b43920f24610a5798f5b2427da117ba authored over 10 years ago
base-files: remove a 'not found' error message during system boot

During boot, a not found message is displayed for systems which do
not have uci 'network.globals...

956a14a1b2ea557ce8ae9affb3426f1acef24867 authored over 10 years ago
bcm53xx: build R6250 firmware with "Other Regions" region

This prevents vendor firmware from warning about incompatible region.

Signed-off-by: Rafał Miłe...

132a7fda2cae17800fb149b7fb470a4cc7bef0c2 authored over 10 years ago
ar8216: set the pvid based on runtime state instead of port number to fix learning with enable_vlan = 0

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

5612af273e920f4818bb104f4178505b82ad945f authored over 10 years ago
toolchain: Fix libthreaddb not being installed

Signed-off-by: Michel Stam <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42...

c42e8fe0ab0b1849899dcb6dfd242fa18b9c9427 authored over 10 years ago
busybox: remove validation message from bootup

A message:
uinteger - 9 = true
is displayed during boot. This is the result of the validate_data...

2ab44b72d3a32824f79f6ef91744abb0b41aaa19 authored over 10 years ago
authsae: update to latest version

Send a netlink call to leave the mesh when meshd exits
Make hunting-and-pecking loop (more) resi...

7644a744522433a6b80951d6fd37409f7a459ca3 authored over 10 years ago
6in4: Tos support

Tos support is added as a string parameter which can have the following values :
-inherit (ou...

e3e254cd7e6842ae2a140124116c6391a374e1bf authored over 10 years ago
6to4: Tos support

Tos support is added as a string parameter which can have the following values :
-inherit (ou...

b5cf0a125bac523ce9e819be8320467230b4d31b authored over 10 years ago
6rd: Tos support

Tos support is added as a string parameter which can have the following values :
-inherit (...

35fbc3abaa15f4aa636afdedb55f3accc478dce0 authored over 10 years ago
IPIP: IP in IP package support

The package supports IP in IP by registering the ipip protocol handler

Following options are co...

b4c5339ffa7261f25026c9f9cabb2b3314aab4bb authored over 10 years ago
netifd: fix an error message during network shutdown

When 'wifi down' is called by /etc/init.d/network, it is run from
stop_service( ). This function...

3545c2dce525e90f05c0db9ff457460c3fe09004 authored over 10 years ago
netifd: add IPIP tunnel support (thx Hans Dedecker)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42744 3c298f89-4303-0410-b956-a3cf2f4a3e73

55316cc6724ed43456aa043a580c0d7460f4ab8f authored over 10 years ago
bcm53xx: early support for Netgear R6300 V2

Signed-off-by: Rafał Miłecki <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trun...

81123a998ec807086d64447b8634d7017f636e91 authored over 10 years ago
map: fix portsets starting with 0 and use regular NAT for 1:1 MAP

Signed-off-by: Steven Barth <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trun...

332585be143449caa5ba6ce3296fe84b97bbc845 authored over 10 years ago
brcm63xx: update spw500v sprom to values from gpl tarball

Signed-off-by: Jonas Gorski <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

e2ca113a8d988e6ce79a364b503e7ed9ebf63499 authored over 10 years ago
brcm63xx: reorder some patches according to their upstream state

The irq rewrite was accepted upstream.

Signed-off-by: Jonas Gorski <[email protected]>

git-svn-...

0efabe27583996fe402c9f49edb55ca4df791b09 authored over 10 years ago
brcm63xx: Add DT support for 96368MVWG

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Signed-off-by: Jonas Gorski <jogo@open...

e618873b741446b0a8353bcae0b5a2707e3c6c13 authored over 10 years ago
brcm63xx: Add DT support for 96368MVNgr

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Signed-off-by: Jonas Gorski <jogo@open...

25ac300092344e42bfb762da0aaa96c67f92cb90 authored over 10 years ago
brcm63xx: Add DT support for 96358VW2

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Signed-off-by: Jonas Gorski <jogo@open...

6f45e918853c9c916d7237bb892863fe6c8e4cb0 authored over 10 years ago
brcm63xx: Add DT support for 96358VW

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Signed-off-by: Jonas Gorski <jogo@open...

df73d94e0d393ad25bd06b6d4f9e7b2762611c03 authored over 10 years ago
brcm63xx: Add DT support for 96338W

Renamed of_board_id to convention.

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Si...

ef4c63343cd7d8ca59a2b1a509c6bec87199504f authored over 10 years ago
brcm63xx: Add DT support for 96338GW

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Signed-off-by: Jonas Gorski <jogo@open...

47fe2c490fd5a2edc708297a607213e434e26de0 authored over 10 years ago
brcm63xx: Add DT support for 96348R

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Signed-off-by: Jonas Gorski <jogo@open...

96c2df5c53c45fe33514dd1e500f91717ee45be2 authored over 10 years ago
brcm63xx: Add DT support for 96348GW-11

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Signed-off-by: Jonas Gorski <jogo@open...

1d8056734c8abb9735de30f953ffbc0558f901d5 authored over 10 years ago
brcm63xx: Add DT support for 96348GW-10

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Signed-off-by: Jonas Gorski <jogo@open...

8e89050d962d7076ef32e71d3da218a1dbcc49dc authored over 10 years ago
brcm63xx: Add DT support for 96348GW

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Signed-off-by: Jonas Gorski <jogo@open...

c5e3f2868e13a0b2884bb3a8cd31f9c87d7b406c authored over 10 years ago
brcm63xx: Add DT support for 96345GW2

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Signed-off-by: Jonas Gorski <jogo@open...

f51292a0a7a2fe77bcffb7a1c79dd25153127b1b authored over 10 years ago
brcm63xx: Add DT support for 963281TAN

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Signed-off-by: Jonas Gorski <jogo@open...

ef157784bce2f9160d629f2d596a98e48bc79415 authored over 10 years ago
brcm63xx: fix brcm63xx fallback typo

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Signed-off-by: Jonas Gorski <jogo@open...

699c5518e83957852db81f70de0e162007225b4b authored over 10 years ago
brcm-wl: use new brcm63xx fallback sprom

This fixes brcm63xx fallback sprom extraction.

Signed-off-by: Álvaro Fernández Rojas <noltari@g...

f4c1b25a5fb12cda1c83e3875efa75de836f81a6 authored over 10 years ago
uqmi: set data format to 802.3 at startup

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

fed0932d4d41990bbb14d044b4ee9ed4ca50e070 authored over 10 years ago
uqmi: do not wait for network connection before starting dhcp

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

6419c9a961b081ce186d9a65f5a96b79fbd9a123 authored over 10 years ago
uqmi: update to the latest version

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

03e3d0d0a4d85a0805779b67f9767bf24575de6c authored over 10 years ago
uqmi: use the autoconnect feature

Instead of connecting once and saving the packet data handle, let the
firmware handle connecting...

700e098ab3d666d7e2ef5e3644779cd8dae72ef2 authored over 10 years ago
uqmi: replace logger calls in netifd with echo

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@...

d2b5f93d8cc3cfa02a9cc277f429ed2687c65efe authored over 10 years ago
uqmi: work out the ifname instead of relying on it being in uci

Signed-off-by: John Crispin <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trun...

b003339cfbf10be7000a683e70da3ac8e478de96 authored over 10 years ago
bcm53xx: early buttons support (without interrupts)

Signed-off-by: Rafał Miłecki <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trun...

33a1027ab97f9dfde48da533ad8388ee3f79890b authored over 10 years ago
bcm53xx: backport bcma RFC patch that fixes LEDs

Signed-off-by: Rafał Miłecki <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trun...

0afdc1f958dc6381f8e78bc9cff08a4cfb657be2 authored over 10 years ago
bcm53xx: support devices with more (13+) partitions

Signed-off-by: Rafał Miłecki <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trun...

7bea35cb81f5fb72d9374398e32b8007d4d1fd00 authored over 10 years ago
bcm53xx: select LEDs support by default

Signed-off-by: Rafał Miłecki <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trun...

4b28afb2cbe301ee4237931f52b73245c24bb34e authored over 10 years ago
bcm53xx: add BCM5301X patches sent upstream (bus and R6250 LEDs)

Signed-off-by: Rafał Miłecki <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trun...

09f077e5e9eeae1b0ee32be8621b889d590ad8aa authored over 10 years ago
kernel: update bcma to the tag master-2014-09-30 (wireless-next)

Signed-off-by: Rafał Miłecki <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trun...

6eaf246e8fa03c956635042d9cb86b4437b0cfdc authored over 10 years ago