- Mar 10, 2016
-
-
John Crispin authored
According to the calling convention of the o32 ABI the caller function must reserve stack space for $a0-$a3 registers in case the callee needs to save its arguments. The assembly code of the loader does not reserve stack space for these registers thus when the 'loader_main' function needs to save its arguments, those will be stored in the 'workspace' area instead of the stack. Because the workspace area is also used by other part of the code, the saved register values gets overwritten and this often leads to failed kernel boots. Fix the code to reserve stack space for the registers to avoid this error. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> [noltari: apply the fix for brcm63xx too] Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 48979
-
John Crispin authored
fixes build errors: src/flock.c:208:34: error: 'O_NOCTTY' undeclared (first use in this function) fd = open(filename, O_RDONLY|O_NOCTTY|O_CREAT, 0666); src/flock.c:208:43: error: 'O_CREAT' undeclared (first use in this function) fd = open(filename, O_RDONLY|O_NOCTTY|O_CREAT, 0666); Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 48978
-
John Crispin authored
Signed-off-by:
Micke Prag <micke.prag@telldus.se> SVN-Revision: 48977
-
John Crispin authored
base-files: add function ucidef_set_interface_raw to enable default configuration on interfaces other than lan and wan. Signed-off-by:
Micke Prag <micke.prag@telldus.se> SVN-Revision: 48976
-
- Mar 09, 2016
-
-
Rafał Miłecki authored
This only drops WGR614 V9 which has 2 MiB flash and it's unlikely to get any interest. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48975
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48974
-
- Mar 08, 2016
-
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48973
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48972
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48971
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48970
-
John Crispin authored
x509-username-field was added in OpenVPN 2.2, and verify-x509-name was added in 2.3. This fixes ticket #18807. Signed-off-by:
Jeffery To <jeffery.to@gmail.com> SVN-Revision: 48969
-
John Crispin authored
add support for Planex MZK-WDPR. MZK-WDPR(MZK-WDPR-R01) is internet radio tuner. This patch is "network board" in MZK-WDPR. LCD board is non OpenWrt Platform. Signed-off-by:
YuheiOKAWA <tochiro.srchack@gmail.com> SVN-Revision: 48968
-
John Crispin authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 48967
-
John Crispin authored
As usual these patches were extracted from the raspberry pi repo: https://github.com/raspberrypi/linux/tree/rpi-4.4.y Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 48966
-
John Crispin authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 48965
-
John Crispin authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 48964
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48963
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48962
-
Rafał Miłecki authored
It seems it still happens on some devices. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48961
-
- Mar 07, 2016
-
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48960
-
Rafał Miłecki authored
This prepares brcmfmac for better country handling and fixes BCM4360 support which was always failing with: [ 13.249195] brcmfmac: brcmf_pcie_download_fw_nvram: FW failed to initialize Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48959
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48958
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48957
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48956
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48955
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48954
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48953
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48952
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48951
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48950
-
Felix Fietkau authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48949
-
Felix Fietkau authored
I do not know if this causes any problems now, but we should not set it, because it is reserved. Some more recent versions of the Lantiq DSL API driver and Control is checking if only valid bits are set. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48948
-
Felix Fietkau authored
There are some cases where ISPs are running ATM over VDSL or PTM over ADSL, this is not the common case, but these cases exist. Make it possible to configure OpenWrt for such cases by adding a new config option line_mode. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48947
-
Felix Fietkau authored
The detailed annex option were only available in the danube DSL app including the activation of G.992.2 Annex A (ADSL Lite). This is now also added to the vdsl app for the vrx200. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48946
-
Felix Fietkau authored
The adsl control app missed the activation of annex M and annex L in the Annex A part, this now activates everything the firmware supports. In Annex L type only the wide US (Mask1) was activated, now also the narrow US (Mask2) version gets activated. In addition annex J was also added. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48945
-
Felix Fietkau authored
Instead of having two different types adsl and vdsl just create one dsl type. This way we can use the same luci code for adsl and vdsl and the config parameters are not so different. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48944
-
Felix Fietkau authored
I am not calling dsl_cmd because I want to ignore the lock, quit should also be send when someone else is accessing it. I saw that some other call was stuck here and all following calls were stuck in the dsl_cmd lock. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48943
-
Felix Fietkau authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48942
-
Felix Fietkau authored
We are now shipping a DSL firmware, do not set it by default to some file name. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48941
-
Felix Fietkau authored
This checks for the VRX firmware provided in the OpenWrt package. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48940
-