aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
Commit message (Collapse)AuthorAgeFilesLines
* AA: ramips: fix ASUS WL-330N3G MAC addressattitudejuhosg2012-12-241-3/+3
| | | | | | | | | | | | | | | | | Backport of r34877. The ASUS WL-330N and WL-330N3G has the MAC address stored at offset 4, not 40. This is verified by reading original ASUS firmware GPL_WL-330N3G_source.1028/user/rc/common_ex.c and GPL_WL-330N_source.1021/user/rc/common_ex.c. Tested on WL-330N3G, it now gets the same MAC as is printed on the label on the router. Signed-off-by: Jan Kardell <jan.kardell@arkub.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34879 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ramips: fix wifi EEPROM extraction on DIR-615-Dx modelsjuhosg2012-12-241-2/+2
| | | | | | | | | | Backport of r34876. Patch from #12636. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34878 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ramips: fix serial console for Belkin F5D8235 v1/v2juhosg2012-12-021-1/+1
| | | | | | | | | | Backport of r34445. Based on a patch from #12533. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34446 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ramips: ramips_eth: use Kconfig definition to enable debugjuhosg2012-11-251-1/+1
| | | | | | | | | | | | Backport of r34332. The Kconfig identifier to enable debugging in the driver was different from the actually used one. Fix that. Signed-off-by: Paul Fertser <fercerpav@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34376 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ramips: add DIR-615 D userspace supportjuhosg2012-11-255-1/+7
| | | | | | | | | | | | | | | | | Backport of r34331. Commit 7c8edac25f23c4fc14239fdc293caa1317649944 introduced new machine and Makefile changes to build images for this target. However, without the userspace bits a ramips machine can't use wifi as the necessary "eeprom" data is to be extracted by a hotplug script; also, sysupgrade support and default led configuration are missing. An IRC user reported these changes allowed him to use wifi on his hardware. Signed-off-by: Paul Fertser <fercerpav@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34375 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ramips: set clk_is_20mhz for rt2x00 on RT3352/RT5350juhosg2012-11-252-0/+10
| | | | | | | | | Backport of r34270. Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34363 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] backport ethernet fixblogic2012-11-131-17/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34183 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ramips: enable USB power on the DIR-645juhosg2012-11-051-0/+5
| | | | | | | | | | Backport of r34082. Closes #12422. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ramips: add restorefactory to default package set for ALL0239-3G and ↵juhosg2012-11-051-2/+2
| | | | | | | | | | ALL0256N Backport of r34078. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34080 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ramips: use correct key code for the RFKILL switch on the TEW-691GRjuhosg2012-10-261-1/+1
| | | | | | | | Backport of r33943. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33947 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ramips: disable 5GHz on the built in wireless mac of the TEW-69{1,2}GRjuhosg2012-10-192-0/+2
| | | | | | | | Backport of r33864. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33882 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ramips: add profile and build image for the TEW-691GR boardjuhosg2012-10-192-0/+15
| | | | | | | | Backport of r33852. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33881 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ramips: add user-space support for TEW-691GRjuhosg2012-10-195-0/+12
| | | | | | | | Backport of r33851. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33880 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ramips: rt3883: add initial support for the TRENDnet TEW-691GR boardjuhosg2012-10-195-1/+111
| | | | | | | | | | Backport ofr r33850. No wireless support. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33879 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ramips: add profile and build image for the TEW-692GR boardjuhosg2012-10-192-0/+34
| | | | | | | | Backport of r33849. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33878 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ramips: add user-space support for the TEW-692GR boardjuhosg2012-10-195-0/+20
| | | | | | | | Backport of r33847. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33876 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ramips: rt3883: add initial support for TRENDnet TEW-692GR boardjuhosg2012-10-195-0/+159
| | | | | | | | | | Backport of r33846. No wireless support. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33875 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ramips: add profile and build image for the DIR-645 boardjuhosg2012-10-192-0/+61
| | | | | | | | Backport of r33845. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33874 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ramips: add user space support for the DIR-645juhosg2012-10-196-0/+50
| | | | | | | | Backport of r33844. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33873 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ramips: rt3883: add inital support for the DIR-645 boardjuhosg2012-10-195-1/+162
| | | | | | | | Backport of r33843. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33872 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ramips: use get_magic_long in sysupgrade image checkjuhosg2012-10-191-2/+2
| | | | | | | | Backport of r33842. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33871 3c298f89-4303-0410-b956-a3cf2f4a3e73
* branch Attitude Adjustmentblogic2012-10-05182-0/+40878
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33625 3c298f89-4303-0410-b956-a3cf2f4a3e73