aboutsummaryrefslogtreecommitdiffstats
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: backport: "[tools] ipkg-utils: Force gnu format for tar (#12496)"acinonyx2012-12-211-0/+27
| | | | | | [backport r34261] git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34827 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: kernel: add solos-pci update for 3.3juhosg2012-12-211-16/+425
| | | | | | | | | | | | | | | | Backport of r34813. Same patches that I just merged for 3.6 and 3.7, except with one additional fix that went into v3.4 that needed to be included. Submitted more for the benefit of the AA branch than for trunk. [juhosg: refresh the patch with quilt] Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34814 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: opkg: backport r34202 and r34203jow2012-12-184-1/+259
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34778 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: update to latest version, as of trunk r34746nbd2012-12-181-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34747 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes interface error reporting for shell ↵nbd2012-12-171-2/+2
| | | | | | | | proto handlers Backport of r34741 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34742 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, no longer needs the removed jshn_append() ↵nbd2012-12-171-2/+2
| | | | | | | | shell function Backport of r34734 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34735 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: another jshn update, fixes array handling issuesnbd2012-12-161-3/+3
| | | | | | Backport of r34723 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34724 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: fix some jshn variable handling regressionsnbd2012-12-161-3/+3
| | | | | | Backport of r34720 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34721 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: sync with trunk (as of r34718)nbd2012-12-161-3/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34719 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wpa_supplicant.sh: always use parameters from the current sectionnbd2012-12-161-7/+2
| | | | | | | | | | | | | | | | Using variables from the outer scope unnecessarily complicates the code and leads to issues. This patch fixes the bug when having an "adhoc" wifi-iface section before a "sta" section prevents wpa_supplicant from using the key specified in the corresponding section as it tries to use the "adhoc" key instead (1 by default). Signed-off-by: Paul Fertser <fercerpav@gmail.com> Backport of r34716 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34717 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: update to latest version, fixes request timeout handling issues, hangs ↵nbd2012-12-151-3/+3
| | | | | | | | on lots of requests, adds object notification support Backport of r34705 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34707 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: call /etc/udhcp.user from the netifd dhcp.scriptnbd2012-12-151-0/+3
| | | | | | | | | | | This was done previously when dhcp was handled by the network scripts. So netifd should behave the same. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> Backport of r34704 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34706 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: kernel: fix solos-pci skb double-free in DMA modejuhosg2012-12-131-0/+33
| | | | | | | | | | | Backport of r34667. [juhosg: refresh the patches with quilt] Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34668 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes purging old resolv.conf entries ↵nbd2012-12-131-2/+2
| | | | | | | | | | after ifdown Backport of r34664 Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34665 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: fix skb leaks (should fix #12199)nbd2012-12-101-0/+29
| | | | | | Backport of r34603 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34604 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ppp: backport r34536jow2012-12-062-12/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34538 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version from trunk, as of r34500nbd2012-12-051-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34505 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: update to latest version, fixes blob/blobmsg endian issuesnbd2012-12-021-3/+3
| | | | | | | | Backport of r34456 Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34457 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: Update linux-atm fixes to reflect the final upstream pull requestjuhosg2012-12-021-88/+279
| | | | | | | | | | | Backport of r34443. [juhosg: refresh the patches with quilt] Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34444 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: [ar7] add back symbols accidentally removed in r34428florian2012-11-301-0/+3
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34429 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: [ar7] use a default kernel command-line to mount squashfs and jffs2florian2012-11-301-3/+3
| | | | | | | | | | This fixes bug #9055. Backport of r34424. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34428 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: kernel: Fix 8139cp ring buffer initialisation, tx timeout recovery, add BQLjuhosg2012-11-291-0/+189
| | | | | | | | | | | Backport of r34415. Patches queued upstream in net-next.git Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: kernel: Add ATM fixes pending upstream merge (queue reduction, race fixes)juhosg2012-11-292-0/+736
| | | | | | | | | | | Backport of r34410. Patches about to go into net-next.git Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34413 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: build: Add TARGET_ROOTFS_RESERVED_PCT option to reduce wasted spacejuhosg2012-11-292-1/+8
| | | | | | | | | | | | | | | | | | | | | | Backport of r34408. The genext2fs tool will 'reserve' 5% of the image size by default, apparently by creating a huge lost+found directory. In fact it seemed to be much more than 5% in practice — I saw an image with 8MiB used, and recovered about 2MiB of it by deleting the 'empty' lost+found directory: /dev/loop0 48377 8482 37438 19% /mnt/spare # rmdir lost+found/ /dev/loop0 48377 6014 39906 14% /mnt/spare This makes it configurable, but leaves it at the genext2fs default of 5% for now. It should probably be changed to default to zero, but that can be a separate patch. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: bcm63xx: fix spi transfer handlingflorian2012-11-263-3/+311
| | | | | | | | | | | * Accept transfers without bits_per_word set. * Work around the inability of the hardware of keeping CS asserted. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34386 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: [ar7]: push atm, br2684ctl and kmod-pppoa down the DSL Profileflorian2012-11-253-4/+5
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34384 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: [ar7] free memory below kernel offsetflorian2012-11-251-0/+15
| | | | | | | | | | | Some bootloaders (e.g. PSPBoot on AC49x) have a load-offset, this frees that memory region so it is usable for Linux. Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34383 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: fix two problems when more then one wifi card is available.hauke2012-11-252-0/+43
| | | | | | | | | | | * The device should get a unique name at the beginning and not wl%d * load the nvram just one time into the own buffer also when there is more than one device. Backport of r34381. git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34382 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: fix title of Bcm4705-wl profilehauke2012-11-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34379 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: fix cpu clock detection on ASUS WL-520gUhauke2012-11-251-0/+44
| | | | | | | | | | | | The ASUS WL-520gU and some other similar Asus devices have a BCM5354 running at 200MHZ and not at 240 which is the default for this SoC. This fixes #4083. Backport of r34325. git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34377 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: ar71xx: set pad6 cfg for AR8327 on the AP136 boardjuhosg2012-11-251-10/+19
| | | | | | | | | | | Backport of r34316. Also override the pll_1000 value. Without these settings ethernet suffers from packet loss. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34374 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: generic: ar8216: set delay values for SGMII mode on AR8327juhosg2012-11-251-0/+14
| | | | | | | | Backport of r34315. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: generic: ar8216: introduce ar8216_mib_op helperjuhosg2012-11-251-26/+9
| | | | | | | | | | | | | | | Backport of r34297. The ar8216_mib_{capture,flush} functions are similar. Move the common code into a helper and use that from the original functions. This change also fixes a lockdep warning in ar8216_mib_flush. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34372 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: generic: ar8216: fix port number check in 'ar8xxx_mib_work_func'juhosg2012-11-251-1/+3
| | | | | | | | | | Backport of r34283. Also add a WARN_ON to 'ar8216_mib_fetch_port_stat' Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34371 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: generic: ar8216: remove an unblanced mutex_unlock calljuhosg2012-11-251-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport of r34282. Fixes the following warning: [ 94.080000] [ 94.080000] ===================================== [ 94.080000] [ BUG: bad unlock balance detected! ] [ 94.080000] 3.3.8 #2 Tainted: G O [ 94.080000] ------------------------------------- [ 94.080000] swconfig/1220 is trying to release lock (&priv->mib_lock) at: [ 94.080000] [<801df8f4>] ar8216_sw_get_port_mib+0x138/0x16c [ 94.080000] but there are no more locks to release! [ 94.080000] [ 94.080000] other info that might help us debug this: [ 94.080000] 2 locks held by swconfig/1220: [ 94.080000] #0: (genl_mutex){+.+...}, at: [<80222430>] genl_rcv+0x14/0x34 [ 94.080000] #1: (&dev->sw_mutex){+.+...}, at: [<801da018>] swconfig_get_dev+0x88/0xb4 [ 94.080000] [ 94.080000] stack backtrace: [ 94.080000] Call Trace: [ 94.080000] [<8028dc58>] dump_stack+0x8/0x34 [ 94.080000] [<800a5128>] print_unlock_inbalance_bug+0xe0/0xfc [ 94.080000] [<800a82c0>] lock_release+0x18c/0x1c8 [ 94.080000] [<80292074>] __mutex_unlock_slowpath+0xd8/0x17c [ 94.080000] [<801df8f4>] ar8216_sw_get_port_mib+0x138/0x16c [ 94.080000] [<801db688>] swconfig_get_attr+0xbc/0x394 [ 94.080000] [<8022261c>] genl_rcv_msg+0x1cc/0x214 [ 94.080000] [<80221a18>] netlink_rcv_skb+0x6c/0xe8 [ 94.080000] [<80222440>] genl_rcv+0x24/0x34 [ 94.080000] [<80221370>] netlink_unicast+0x15c/0x22c [ 94.080000] [<8022175c>] netlink_sendmsg+0x240/0x2d0 [ 94.080000] [<801ef544>] sock_sendmsg+0x84/0x9c [ 94.080000] [<801f0648>] __sys_sendmsg+0x1cc/0x270 [ 94.080000] [<801f207c>] sys_sendmsg+0x48/0x7c [ 94.080000] [<8006ad78>] stack_done+0x20/0x40 [ 94.080000] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34370 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: generic: ar8216: add missing locking callsjuhosg2012-11-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport of r34281. Fixes the following lockdep warning: [ 19.160000] ------------[ cut here ]------------ [ 19.160000] WARNING: at drivers/net/phy/ar8216.c:322 ar8216_rmw+0x54/0xa4() [ 19.170000] Modules linked in: nf_defrag_ipv4 nf_conntrack ehci_hcd sd_mod pppox ipt_REJECT xt_TCPMSS ipt_LOG xt_comment xt_multip ort xt_mac xt_limit iptable_mangle iptable_filter ip_tables xt_tcpudp x_tables ppp_async ppp_generic slhc ath9k(O) ath9k_common(O) at h9k_hw(O) ath(O) mac80211(O) usbcore usb_common scsi_mod nls_base crc7 crc_itu_t crc_ccitt cfg80211(O) compat(O) arc4 aes_generic cry pto_blkcipher cryptomgr aead crypto_hash crypto_algapi ledtrig_timer ledtrig_default_on leds_gpio gpio_button_hotplug(O) [ 19.210000] Call Trace: [ 19.220000] [<8028dc38>] dump_stack+0x8/0x34 [ 19.220000] [<80072da0>] warn_slowpath_common+0x78/0xa4 [ 19.230000] [<80072de4>] warn_slowpath_null+0x18/0x24 [ 19.230000] [<801de820>] ar8216_rmw+0x54/0xa4 [ 19.240000] [<801df460>] ar8216_mib_capture+0x70/0xd0 [ 19.240000] [<801df944>] ar8xxx_mib_work_func+0x34/0x98 [ 19.250000] [<80089a7c>] process_one_work+0x28c/0x460 [ 19.250000] [<8008a630>] worker_thread+0x22c/0x334 [ 19.260000] [<8008e544>] kthread+0x88/0x90 [ 19.260000] [<80065020>] kernel_thread_helper+0x10/0x18 [ 19.270000] [ 19.270000] ---[ end trace 22e9d696adfa6a08 ]--- Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: fix GPIO function selection for AR934xjuhosg2012-11-254-7/+217
| | | | | | | | Backport of r34275. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: restore rb4xx kernel partition size to the original valuejuhosg2012-11-251-1/+1
| | | | | | | | | | | Backport of r34274. The new lzma compressed elf kernel image fits into that, even on devices with large page NAND chips. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: install lzma compressed elf kernel image from wget2nandjuhosg2012-11-251-1/+1
| | | | | | | | Backport of r34273. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx/image: provide lzma compressed elf kernel imagejuhosg2012-11-251-0/+2
| | | | | | | | | | Backport of r34272. This will be used on the RB4xx/RB7xx/RB2011 boards. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34365 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx/image: relink loader.elf image to LOADADDRjuhosg2012-11-252-5/+21
| | | | | | | | | | | Backport of r34271. This allows to load the resulting image directly from RouterBOOT. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34364 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
* AA: mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHzjuhosg2012-11-252-0/+122
| | | | | | | | | | | Backport of r34269. [juhosg: move ramips specific stuff into a followup patch] 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@34362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: mac80211/rt2x00: support Rt3352 with external PAjuhosg2012-11-251-0/+212
| | | | | | | | | | | Backport of r34268. This is needed for WiFi to work e.g. on DIR-615 rev.H1. 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@34361 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: use custom LZMA dictionary size for WNDR3700 imagesjuhosg2012-11-251-4/+4
| | | | | | | | | | Backport of r34248. Based on a patch by Hannu Nyman. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34360 3c298f89-4303-0410-b956-a3cf2f4a3e73