| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
process (#12436, maybe also #12765)
SVN-Revision: 35857
|
|
|
|
| |
SVN-Revision: 35856
|
|
|
|
| |
SVN-Revision: 35848
|
|
|
|
| |
SVN-Revision: 35847
|
|
|
|
| |
SVN-Revision: 35846
|
|
|
|
| |
SVN-Revision: 35845
|
|
|
|
|
|
| |
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 35840
|
|
|
|
|
|
| |
netlink-messages lead to unhandled errors which caused SIGBUS. Thanks to tdavis for debugging
SVN-Revision: 35836
|
|
|
|
|
|
| |
limits decrease memory usage (remove unnecessary book-keeping)
SVN-Revision: 35835
|
|
|
|
| |
SVN-Revision: 35831
|
|
|
|
|
|
| |
reload
SVN-Revision: 35820
|
|
|
|
|
|
| |
hidden networks (#13056)
SVN-Revision: 35819
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35811
|
|
|
|
|
|
|
|
| |
And make librt be an empty stub for musl libc.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35810
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35809
|
|
|
|
| |
SVN-Revision: 35806
|
|
|
|
| |
SVN-Revision: 35804
|
|
|
|
|
|
| |
if other addresses are available * Allow the announced DNS-server to be overwritten
SVN-Revision: 35803
|
|
|
|
|
|
| |
full sleep - fixes many kinds of DMA issues
SVN-Revision: 35785
|
|
|
|
|
|
|
|
| |
Thank you nlh
This closes #12930.
SVN-Revision: 35767
|
|
|
|
|
|
|
|
|
|
|
| |
Hex values in nvram seem to be uppercase on my e3200 device.
Define one power led and two buttons (reset/wps).
Signed-off-by: Tijs Van Buggenhout <tvb@able.be>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 35766
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
nvram variable "boardtype" is unique for now.
-button gpio were taken from nvram.
-led information was taken from dd-wrt
( http://svn.dd-wrt.com/browser/src/router/libutils/utils.c )
I hope that I changed the values correctly.
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 35765
|
|
|
|
| |
SVN-Revision: 35764
|
|
|
|
|
|
| |
This does not work very well. I did not got this running in 5GHz mode and it was not very fast.
SVN-Revision: 35763
|
|
|
|
| |
SVN-Revision: 35762
|
|
|
|
| |
SVN-Revision: 35761
|
|
|
|
| |
SVN-Revision: 35760
|
|
|
|
| |
SVN-Revision: 35759
|
|
|
|
|
|
|
|
| |
Fixes mwl8k AP mode for 88e8366.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35758
|
|
|
|
| |
SVN-Revision: 35757
|
|
|
|
|
|
|
|
|
|
|
| |
Don't skip build-in modules when generating i2c kmod packages, to allow
empty packages to be generated for satisfying dependencies.
Closes #12259.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35755
|
|
|
|
| |
SVN-Revision: 35754
|
|
|
|
| |
SVN-Revision: 35753
|
|
|
|
| |
SVN-Revision: 35750
|
|
|
|
| |
SVN-Revision: 35749
|
|
|
|
| |
SVN-Revision: 35745
|
|
|
|
| |
SVN-Revision: 35744
|
|
|
|
|
|
| |
certain conditions.
SVN-Revision: 35743
|
|
|
|
|
|
| |
Signed-off-by: Geoff Levand <geoff@infradead.org>
SVN-Revision: 35741
|
|
|
|
|
|
|
|
|
| |
- all uci rules are boxed in custom chains now, so a firewall stop leaves user rules intact
- properly handle selective ipv4 or ipv6 only firewall start/stop/restart actions
- support ip ranges (e.g. option src_ip '!192.168.1.1-192.168.1.100' -> -m iprange ! --src-range 192.168.1.1-192.168.1.100')
- support time options (e.g. option weekdays 'Mon Tue Sat' -> -m time --weekdays 1,2,6')
SVN-Revision: 35738
|
|
|
|
|
|
|
|
| |
To prevent accidential resets ask for confirmation (and default to n).
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35712
|
|
|
|
|
|
|
|
|
| |
Multiple drivers were missing their DRIVER_11N_SUPPORT despite
supporting 11N capable cards.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35711
|
|
|
|
|
|
|
|
|
|
|
| |
They either work around missing implementations in uClibc 0.9.30 and
earlier and add already present functionality.
Closes #11210, #11211.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35710
|
|
|
|
|
|
|
|
|
|
|
|
| |
PTP for gianfar can be built as a module. Create a package for it.
[juhosg: remove the mp85xx specific patch]
Patchwork: http://patchwork.openwrt.org/patch/3344/
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35706
|
|
|
|
|
|
|
|
|
|
| |
[juhosg: move the fsl-pq-mdio driver into a separate package]
Patchwork: http://patchwork.openwrt.org/patch/3345/
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35705
|
|
|
|
|
|
| |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35691
|
|
|
|
|
|
|
|
| |
Spotted by doing an ARM hard float build.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35685
|
|
|
|
|
|
|
|
| |
The etrax target has been removed in r34768.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35684
|
|
|
|
|
|
|
|
|
| |
Fixes spurious build issues when changing target CFLAGS for specific ABI
options (such as ARM's floating point ABI).
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35683
|
|
|
|
| |
SVN-Revision: 35673
|