- Jan 08, 2012
-
-
Jo-Philipp Wich authored
pptp: remove support for underlying ipproto, it is adviced since a while that pptp should be declared as separate interface alognside wan - in this configuration the ipproto will cause stray udhcpc errors due to not existent interfaces, so remove it SVN-Revision: 29694
-
Jo-Philipp Wich authored
SVN-Revision: 29693
-
Felix Fietkau authored
SVN-Revision: 29690
-
Jo-Philipp Wich authored
introduce a USE_EXTERNAL_LIBC symbol which gets selected by EXTERNAL_TOOLCHAIN || NATIVE_TOOLCHAIN Currently we always assume uClibc if an external toolchain is used, this breaks for non-uClibc toolchains or even vanilla uClibc ones since they do not share the external librpc semantics as OpenWrt. Solve the problem by defining an abstract "EXTERNAL_LIBC" which packages might or might not depend on. SVN-Revision: 29689
-
Jo-Philipp Wich authored
base-files: implement a --force option for sysupgrade to override image checks, useful to upgrade old ar71xx installations to current trunk ones SVN-Revision: 29688
-
Jo-Philipp Wich authored
firewall: add support for "local" port forwards which target an internal address on the router itself SVN-Revision: 29687
-
Jo-Philipp Wich authored
include: calculate md5sum over sorted kernel config symbol list and incorperate it into the kernel metapackage version, make kmods depend on this specific version. The aim of this change is to invalidate kmods which are built against a different kernel config on the opkg metadata level. Manual copying and insmod of custom *.ko files, e.g. for development purpose, is still possible. SVN-Revision: 29686
-
- Jan 07, 2012
-
-
Felix Fietkau authored
SVN-Revision: 29684
-
Gabor Juhos authored
SVN-Revision: 29683
-
Gabor Juhos authored
SVN-Revision: 29682
-
Gabor Juhos authored
SVN-Revision: 29681
-
Gabor Juhos authored
The WLAN LEDs are not working yet. SVN-Revision: 29680
-
Gabor Juhos authored
Reading from the flash chip on the TL-WR2543ND seems buggy. If the SPI flash driver tries to read too much data in one SPI transfer, the flash chip returns bogus values. This can be caused by a buggy flash chip on my board, or it can be a bug in our SPI driver. Add a workaround to the m25p80 driver until I find out the root cause of the problem. The patch allows to specify the maximum numner of bytes which can be read safely withint one SPI transfer. SVN-Revision: 29679
-
Gabor Juhos authored
SVN-Revision: 29678
-
Gabor Juhos authored
* make clock delay configurable * make read,write commands configurable * use u16 for member and untag fields SVN-Revision: 29677
-
Gabor Juhos authored
SVN-Revision: 29676
-
Gabor Juhos authored
The wndr3700 at least has no eth0 mac address and usually leverages the first wireless device's mac when in a bridged scenario. If, however, you want to route, and not bridge the interfaces, you need a unique mac address for it. This patch sets the local bit on the mac address pulled from the wireless chip and uses the resulting address for eth0. Patch-by:
Dave Taht <dave.taht@gmail.com> SVN-Revision: 29675
-
Gabor Juhos authored
It is based on patches from the linux-longsoon-community git tree: http://dev.lemote.com/cgit/linux-loongson-community.git/ Now the kernel can use the command line parameter from kexec-tools. Runtime tested on ar71xx with 2.6.39.4 (the wathdog must be stopped before executing the new kernel). Compile tested with lantiq (3.1.4) and brcm47xx (3.0.12). SVN-Revision: 29674
-
- Jan 06, 2012
-
-
Gabor Juhos authored
SVN-Revision: 29672
-
Jo-Philipp Wich authored
openssl: bump to v1.0.0f (CVE-2011-4108, CVE-2011-4576, CVE-2011-4577, CVE-2011-4619, CVE-2012-0027) SVN-Revision: 29670
-
Gabor Juhos authored
Signed-off-by:
Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 29669
-
Gabor Juhos authored
SVN-Revision: 29668
-
- Jan 05, 2012
-
-
Gabor Juhos authored
SVN-Revision: 29667
-
Gabor Juhos authored
SVN-Revision: 29666
-
- Jan 04, 2012
-
-
Gabor Juhos authored
SVN-Revision: 29664
-
Gabor Juhos authored
SVN-Revision: 29663
-
Gabor Juhos authored
The microSD slot and the Real Time Clock is not working yet. The miniPCIe interface is not tested due to the lack of a suitable card. SVN-Revision: 29662
-
Gabor Juhos authored
SVN-Revision: 29660
-
Gabor Juhos authored
SVN-Revision: 29659
-
Gabor Juhos authored
These models are based on the AP99 reference board, and uses the AR7241 SoC. SVN-Revision: 29658
-
Gabor Juhos authored
SVN-Revision: 29657
-
Gabor Juhos authored
SVN-Revision: 29656
-
Gabor Juhos authored
SVN-Revision: 29655
-
Gabor Juhos authored
SVN-Revision: 29654
-
Gabor Juhos authored
SVN-Revision: 29653
-
Gabor Juhos authored
Also use the system LED for diagnostic. SVN-Revision: 29652
-
Gabor Juhos authored
This patch adds support for the TP-Link device TL-MR3020 which is very similiar to the TL-WR703N. The TL-MR3020 uses 5 LEDs, 1 push button and a switch with 3 positions. Only four LEDs can be controlled via GPIO. The power LED is connected to the power supply. The WPS push button has been mapped to KEY_WPS_BUTTON. The two GPIO signals of the sliding switch have been mapped to BTN_0 and BTN_1. I have also setup a wiki page with details here: http://wiki.openwrt.org/toh/tp-link/tl-mr3020 USB is working and has been tested with USB mass storage and USB UMTS stick. Wifi also seems to work. Ethernet is working too. Signed-off-by:
Christian Cier-Zniewski <c.cier@gmx.de> SVN-Revision: 29651
-
Gabor Juhos authored
Signed-off-by:
Christian Cier-Zniewski <c.cier@gmx.de> SVN-Revision: 29650
-
Gabor Juhos authored
Signed-off-by:
Antonio Quartulli <ordex@autistici.org> SVN-Revision: 29649
-
Gabor Juhos authored
Signed-off-by:
Antonio Quartulli <ordex@autistici.org> SVN-Revision: 29648
-