- Feb 27, 2013
-
-
Jo-Philipp Wich authored
SVN-Revision: 35820
-
- Feb 26, 2013
-
-
Felix Fietkau authored
SVN-Revision: 35819
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35811
-
Florian Fainelli authored
And make librt be an empty stub for musl libc. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35810
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35809
-
Felix Fietkau authored
SVN-Revision: 35806
-
Steven Barth authored
SVN-Revision: 35804
-
Steven Barth authored
6relayd: compatibility with broken IPv6 devices * Announce ULA as deprecated if other addresses are available * Allow the announced DNS-server to be overwritten SVN-Revision: 35803
-
- Feb 25, 2013
-
-
Felix Fietkau authored
ath9k: issue a cold reset after failures or after bringing the chip out of full sleep - fixes many kinds of DMA issues SVN-Revision: 35785
-
- Feb 24, 2013
-
-
Hauke Mehrtens authored
Thank you nlh This closes #12930. SVN-Revision: 35767
-
Hauke Mehrtens authored
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
-
Hauke Mehrtens authored
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
-
Hauke Mehrtens authored
SVN-Revision: 35764
-
Hauke Mehrtens authored
This does not work very well. I did not got this running in 5GHz mode and it was not very fast. SVN-Revision: 35763
-
Felix Fietkau authored
SVN-Revision: 35762
-
- Feb 23, 2013
-
-
Felix Fietkau authored
SVN-Revision: 35761
-
Felix Fietkau authored
SVN-Revision: 35760
-
Felix Fietkau authored
SVN-Revision: 35759
-
Jonas Gorski authored
Fixes mwl8k AP mode for 88e8366. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35758
-
Felix Fietkau authored
SVN-Revision: 35757
-
Jonas Gorski authored
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
-
Felix Fietkau authored
SVN-Revision: 35754
-
Felix Fietkau authored
SVN-Revision: 35753
-
- Feb 22, 2013
-
-
Felix Fietkau authored
SVN-Revision: 35750
-
Felix Fietkau authored
SVN-Revision: 35749
-
Jo-Philipp Wich authored
SVN-Revision: 35745
-
Jo-Philipp Wich authored
SVN-Revision: 35744
-
Steven Barth authored
SVN-Revision: 35743
-
- Feb 21, 2013
-
-
Geoff Levand authored
Signed-off-by:
Geoff Levand <geoff@infradead.org> SVN-Revision: 35741
-
Jo-Philipp Wich authored
- 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
-
Jonas Gorski authored
To prevent accidential resets ask for confirmation (and default to n). Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35712
-
Jonas Gorski authored
Multiple drivers were missing their DRIVER_11N_SUPPORT despite supporting 11N capable cards. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35711
-
Jonas Gorski authored
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
-
- Feb 20, 2013
-
-
Gabor Juhos authored
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
-
Gabor Juhos authored
[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
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35691
-
- Feb 19, 2013
-
-
Florian Fainelli authored
Spotted by doing an ARM hard float build. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35685
-
Florian Fainelli authored
The etrax target has been removed in r34768. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35684
-
Florian Fainelli authored
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
-
Steven Barth authored
SVN-Revision: 35673
-