- Jan 13, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 29723
-
- Jan 12, 2012
-
-
Felix Fietkau authored
gcc: always explicitly link against libstdc++, fixes build errors on some hosts that refuse to link it in implicitly (should fix #10587) SVN-Revision: 29721
-
Felix Fietkau authored
SVN-Revision: 29720
-
Felix Fietkau authored
ar8216: use vlan configuration for connecting ports (forced to be untagged) even with vlan_enable=0, but keep them isolated before the switch has been configured this makes enable_vlan=0 practical for vlan passthrough SVN-Revision: 29719
-
Felix Fietkau authored
SVN-Revision: 29718
-
- Jan 11, 2012
-
-
Gabor Juhos authored
SVN-Revision: 29713
-
Daniel Dickinson authored
Remove invalid LED GPIO from GW6200 board definition. GPIO 35 isn't intended to control ethernet LED (the led behaviour is a side effect) and using the gpio as an led causes kernel panics. SVN-Revision: 29712
-
Gabor Juhos authored
SVN-Revision: 29711
-
Gabor Juhos authored
This allows to access the flash from a kexec'd kernel. SVN-Revision: 29710
-
Gabor Juhos authored
SVN-Revision: 29709
-
Gabor Juhos authored
SVN-Revision: 29708
-
Gabor Juhos authored
This allows to access the flash from a kexec'd kernel. SVN-Revision: 29707
-
Gabor Juhos authored
SVN-Revision: 29706
-
Gabor Juhos authored
SVN-Revision: 29705
-
- Jan 09, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 29701
-
- Jan 08, 2012
-
-
Jo-Philipp Wich authored
make prepare_kernel_conf target depend on quilt instead of sed. Preparing the source tree requires quilt and installing quilt implies installing sed. SVN-Revision: 29697
-
Jo-Philipp Wich authored
SVN-Revision: 29695
-
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
-