John Crispin
2e9deed90a
atheros: various space related changes
...
- remove odd blank lines
- remove odd spaces after casts
- fix alignment
No functional changes.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42496
2014-09-12 06:52:36 +00:00
John Crispin
d34c3e0674
atheros: rework and cleanup board initialization
...
- remove odd flags and branching
- add __init mark
- make shorter variables names
- returns true or false from boolean functions
- unwrap short function declarations
- unwrap quoted string
- rename macroses with names in CamelCase
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42495
2014-09-12 06:52:26 +00:00
John Crispin
98b6a56b3c
atheros: update ether addresses handling
...
- use ether_foo() routines to work with addresses
- use ETH_ALEN inplace of magic '6'
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42494
2014-09-12 06:52:21 +00:00
John Crispin
bdc1357e7b
atheros: remove useless includes
...
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42493
2014-09-12 06:52:14 +00:00
John Crispin
300021d6c4
atheros: ar231x-eth: remove useless IOCTL handlers
...
These IOCTLs handled in the core now.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42492
2014-09-12 06:52:07 +00:00
John Crispin
a28fd0dfd0
atheros: ar2315-spiflash: use mutex inplace of spinlock
...
Use mutex inplace of spinlock to make code simple, also call
mutex_{lock,unlock} explicitly to avoid sparse warning about context
imbalance.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42491
2014-09-12 06:52:00 +00:00
John Crispin
ffa6091eef
atheros: ar2315-spiflash: update initialization
...
- fill module metadata
- remove odd module_{init,exit}
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42490
2014-09-12 06:51:51 +00:00
John Crispin
7a4cf9adfd
atheros: ar2315-spiflash: use devm_* API to simplify the code
...
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42489
2014-09-12 06:51:46 +00:00
John Crispin
f9e46af383
atheros: remove useless return
...
Remove useless void function return.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42488
2014-09-12 06:51:39 +00:00
John Crispin
9055970e92
atheros: remove FSF mailing address
...
Remove FSF mailing address as suggested by checkpach and place license
URL.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42487
2014-09-12 06:51:33 +00:00
John Crispin
7aaaef6b4a
atheros: add blank line after declarations
...
as suggested by checkpach.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42486
2014-09-12 06:51:26 +00:00
John Crispin
5b4e53f59f
atheros: use static keywork for local code
...
Make PCI IRQ handler and several structures static as suggested by
sparse.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42485
2014-09-12 06:51:10 +00:00
John Crispin
9b5f1a4f33
atheros: use NULL instead of plain integer
...
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42484
2014-09-12 06:51:05 +00:00
John Crispin
d4113b1055
atheros: add missing include
...
Missing this headers cause several sparse "symbol 'foo' was not
declared. Should it be static?" warnings.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42483
2014-09-12 06:50:58 +00:00
John Crispin
60922d0013
atheros: avoid extern prototypes
...
Avoid using of extern prototypes as suggested by checkpatch.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42482
2014-09-12 06:50:53 +00:00
John Crispin
17cf9c4593
ralink: drop 3.10 support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42481
2014-09-12 06:50:46 +00:00
Felix Fietkau
e2864e9990
tools: install a fake empty ldconfig script to prevent the system ldconfig from messing around with the toolchain (fixes disappearing musl symlink issue)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42480
2014-09-11 23:13:29 +00:00
Felix Fietkau
8d699086c3
qos-scripts: disable fq_codel ecn by default to improve compatibility
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42479
2014-09-11 23:13:24 +00:00
John Crispin
e9dab2de72
lantiq: update to a newer versions of the vr9 drivers
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42478
2014-09-11 18:22:31 +00:00
John Crispin
f7dc428d4b
ltq-deu: fix compile for 3.14
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42477
2014-09-11 17:50:03 +00:00
John Crispin
18b5d72d83
lantiq: update 3.14 patches
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42476
2014-09-11 17:49:57 +00:00
John Crispin
5920eac8ee
lldp: remove calls to user/group_add/exists
...
use the new ipkg based mechanism
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42472
2014-09-11 12:28:22 +00:00
John Crispin
f81614594f
procd: update to latest git
...
add support for starting services as !root
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42471
2014-09-11 12:28:00 +00:00
John Crispin
d6dbc22bbc
ipkg: add a default postinst/prerm script
...
the postinst script enables/starts the init.d scripts upon package installation
and installs the users required by the package.
the prerm script stops and disables the init.d scripts.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42470
2014-09-11 12:27:49 +00:00
John Crispin
285012d897
include: add a meta data field for required system user:group
...
this is in preparation of having services run as !root with
ACL'ed access to ubus.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42469
2014-09-11 12:27:26 +00:00
John Crispin
b05c2aad3c
opkg: indicate upgrade vs install
...
when running the postinst trigger we set PKG_UPGRADE=1 if this is an upgrade
and not an install.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42468
2014-09-11 12:27:09 +00:00
John Crispin
e61cd71564
umbim: remove superflous jshn call
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42467
2014-09-11 12:26:52 +00:00
John Crispin
c9d15fbd59
umbim: update to latest git
...
adds handling for username/password
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42466
2014-09-11 12:26:41 +00:00
John Crispin
7bad68804c
comgt: add directip proto
...
add a proto handler for sierra wireless directip modems
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42465
2014-09-11 12:26:31 +00:00
Luka Perkov
cc82f93251
config: enable cgroup freezer
...
This option will be enabled by default only when cgroups support is enabled.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 42464
2014-09-10 23:15:22 +00:00
Luka Perkov
02629d8f87
kernel: update 3.14 to 3.14.18
...
Targets were build tested and patches are refreshed.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 42463
2014-09-10 21:40:19 +00:00
Luka Perkov
7be0ed78e7
kernel: remove unused versions
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 42462
2014-09-10 13:57:48 +00:00
Felix Fietkau
c772d71d05
atheros: enable the low_mem flag to better deal with 16M RAM devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42460
2014-09-10 13:50:10 +00:00
Felix Fietkau
96b74d4eef
hostapd: add ubus bindings for wps
...
With this patch WPS discovery can be started or canceled over ubus if
WPS is enabled in wireless configuration. This is equivalent of
'hostapd_cli wps_pbc' and 'hostapd_cli wps_cancel' commands.
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
SVN-Revision: 42459
2014-09-10 13:01:53 +00:00
Felix Fietkau
1961f8cdb7
ar71xx: ack completed tx descriptors only after the full frame has been completed
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42457
2014-09-10 12:56:24 +00:00
Felix Fietkau
2dabf3a775
procd: allow adding empty strings to arrays
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42456
2014-09-10 12:56:19 +00:00
Luka Perkov
9ccacbaa40
imx6: fix image build for Generic profile.
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 42455
2014-09-09 21:15:49 +00:00
Felix Fietkau
4ba3d616be
ath9k: fix pll clock initialization on newer soc devices ( fixes #14916 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42453
2014-09-09 08:03:00 +00:00
Hauke Mehrtens
54cd991725
kernel: drop 3.9 support
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42452
2014-09-08 19:55:36 +00:00
Hauke Mehrtens
eea3a89a6a
gemini: drop kernel 3.9 support
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42451
2014-09-08 19:55:00 +00:00
Hauke Mehrtens
d0d537a039
gemini: switch to kernel 3.10
...
This switches to kernel 3.10 that was prepared by Hauke in r41531 :
gemini: add support for kernel 3.10
This is compile tested only, please run test and report back.
I've simply checked if it still compiles, unfortunately we didn't get
any feedback for this target.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42450
2014-09-08 19:54:22 +00:00
Hauke Mehrtens
a446681bc6
omap: add kernel 3.14 support
...
It has been compile-tested only so far. Please give it a try.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42449
2014-09-08 19:53:01 +00:00
Hauke Mehrtens
8313b329c6
kernel: add bcma patches sent upstream but not pushed yet
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42448
2014-09-08 19:50:53 +00:00
Hauke Mehrtens
e030c50502
kernel: update bcma to the version from wireless-testing master-2014-09-04 tag
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42447
2014-09-08 19:50:11 +00:00
John Crispin
4662c3b847
ralink: dwc_otg->dwc2
...
the old dwc_otg driver is starting to fall apart and fails on newer 3g
modems and some storage devices. switch to the upstream dwc2 driver which
is no longer in staging/.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42446
2014-09-08 17:33:16 +00:00
John Crispin
bdba024c7b
ralink: add dwc2 device_reset() call
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42445
2014-09-08 17:32:52 +00:00
Felix Fietkau
3c5412e6c3
ath9k: add some ani related stability / performance fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42443
2014-09-08 16:45:30 +00:00
Felix Fietkau
76ca87a060
tools: fix mtools/dosfstools related build system warnings
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42442
2014-09-08 16:09:57 +00:00
Steven Barth
bd74df01b1
netifd: work-around kernel IPv6 on-link route issue
...
SVN-Revision: 42439
2014-09-08 14:45:56 +00:00
John Crispin
a4eae94a9c
lantiq: add ath9k led pin support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42437
2014-09-08 14:29:18 +00:00