- Aug 01, 2014
-
-
Jonas Gorski authored
Mostly works except for USB led. Flashing not tested yet. Mostly as an example for the sprom fixup code. Fixup values taken from GPL tarball by comparing bcm43217_map.c with the struct in sprom.c. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41944
-
Jonas Gorski authored
Fixes b43-phy0 ERROR: Firmware file "b43-open/ucode30_mimo.fw" not found for BCM43217 devices. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41943
-
Jonas Gorski authored
Rework fallback sprom support by providing different sproms for different chips. Also make it optional to use. This likely causes sprom fallback support to break on a few boards. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41942
-
Jonas Gorski authored
Now that BB is branched off, we can now switch to 3.14 and start breaking stuff again. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41941
-
Jonas Gorski authored
Add a working lzma loader and use it for generating initramfs kernels to allow easily netbooting elf kernels on devices with a 4 MiB CFE size limit. Based on ar71xx's lzma-loader. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41940
-
John Crispin authored
This is based and tested on VoCore Alpha, but other stuff like status/eth LEDs are present on the final board revision + VoDock. All GPIOs are exported, except spi/i2c. Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 41939
-
John Crispin authored
This patch adds support for setting SPI_CS1 as Chip Select, Watchdog reset output and GPIO#27. Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 41938
-
John Crispin authored
Signed-off-by:
Sebastian Wendel <s.wendel@sourceindex.de> SVN-Revision: 41936
-
John Crispin authored
configure enables libzfs support on default. This will break the build, on systems without libzfs. Signed-off-by:
Hans Ulli Kroll <ulli.kroll@googlemail.com> SVN-Revision: 41935
-
John Crispin authored
Signed-off-by:
Alexandru Ardelean <aa@ocedo.com> SVN-Revision: 41934
-
John Crispin authored
LED Fix up for the Kingston Mobilelite Wireless (MLW-221) http://wiki.openwrt.org/toh/kingston/mlw221 Signed-off-by:
L. D. Pinney <ldpinney@gmail.com> SVN-Revision: 41933
-
John Crispin authored
this caused factory resets when reboot was pressed Signed-off-by:
Brent Thomson <brentthomson@gmail.com> Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 41932
-
John Crispin authored
without this the build for NBG6716 fails due to missing packages https://dev.openwrt.org/ticket/17325 Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 41930
-
John Crispin authored
* set the system time/data * "ubus call gps info" will tell you lattitude, longitude, elevation, speed and bearing Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 41929
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41928
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41922
-
- Jul 31, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41917
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41916
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41915
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41914
-
Hauke Mehrtens authored
Use kernel 3.14 by default and refresh the patches Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41913
-
Hauke Mehrtens authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 41912
-
Hauke Mehrtens authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 41911
-
Hauke Mehrtens authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 41910
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41909
-
- Jul 30, 2014
-
-
Hauke Mehrtens authored
This add 5GHz support for N-PHY to b43, thanks Rafał Miłecki. b43_wflush16 was put into an extra function because it is pretty big in asm. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41900
-
Hauke Mehrtens authored
This is a backport of bcma from wireless-tesing/master tag master-2014-07-29-1. For kernel < 3.10 this only adds the header changes needed by more recent b43 versions. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41899
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 41898
-
Steven Barth authored
The package supports Generic Routing Encapsulation support by registering following protocol kinds: -gre -gretap -grev6 -grev6tap Following options are valid for gre and gretap kinds: -ipaddr -peeraddr -df -mtu -ttl -tunlink -zone -ikey -okey -icsum -ocsum -iseqno -oseqno The gretap kind supports additionally the network option Following options are valid for grev6 and grev6tap kinds: -ip6addr -peer6addr -weakif -mtu -ttl -tunlink -zone -ikey -okey -icsum -ocsum -iseqno -oseqno The grev6tap kind supports additionally the network option Typical network config for a GREv4 tunnel : config interface 'gre' option peeraddr '172.16.18.240' option mtu '1400' option proto 'gre' option tunlink 'wan' option zone 'tunnel' Typical network config for a GREv4 tap tunnel : config interface 'gretap' option peeraddr '195.207.5.79' option mtu '1400' option proto 'gretap' option zone 'tunnel' option tunlink 'wan' option network 'wlan_ap' I added myself as maintainer for the moment; feel free to change. Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 41897
-
Steven Barth authored
SVN-Revision: 41896
-
Steven Barth authored
Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 41893
-
Steven Barth authored
Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 41892
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41891
-
- Jul 29, 2014
-
-
Steven Barth authored
SVN-Revision: 41887
-
Felix Fietkau authored
Make sure they don't break the sed command, and also make device_info and openwrt_release more robust for parsing by scripts Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41885
-
Felix Fietkau authored
Creates /etc/device_info which will be used to fill in information for WPS and other protocols that need manufacturer/device information This helps with creating OpenWrt firmware for OEM or rebranded devices. Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41884
-
John Crispin authored
https://dev.openwrt.org/ticket/17296 Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 41882
-
Steven Barth authored
SVN-Revision: 41875
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41874
-
Jo-Philipp Wich authored
This change introduces support for wildcard patterns in "option path" of section "wifi-device". Objective is to allow paths like "*/usb[0-9]/*/*" in order to claim any usb device using the same backend type, regardless of its bus address or phy name. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 41873
-