openwrt/openwrt.git
11 years agofirmware-utils/mktplinkfw: add TP-LINK TL-WR743ND v2 support
Gabor Juhos [Sat, 2 Feb 2013 10:01:11 +0000 (10:01 +0000)]
firmware-utils/mktplinkfw: add TP-LINK TL-WR743ND v2 support

AR9331 based, these same as 741v4

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35448

11 years agogeneric: fix gc_sections patch
Gabor Juhos [Sat, 2 Feb 2013 09:30:47 +0000 (09:30 +0000)]
generic: fix gc_sections patch

Due to the patch, essential '.data..*' sections are merged
into the '.data' section:

  --- vmlinux.good.sect   2013-02-01 23:49:16.000000000 +0100
  +++ vmlinux.bad.sect    2013-02-01 23:49:02.000000000 +0100
  @@ -1,5 +1,5 @@

  -vmlinux.good:     file format elf32-powerpc
  +vmlinux.bad:     file format elf32-powerpc

   Sections:
   Idx Name          Size      VMA       LMA       File off  Algn
  @@ -53,43 +53,35 @@
                     CONTENTS, ALLOC, LOAD, READONLY, DATA
    24 .machine.desc 00000460  c04e1000  004e1000  004f1000  2**2
                     CONTENTS, ALLOC, LOAD, DATA
  - 25 .data         0000f6a0  c04e2000  004e2000  004f2000  2**12
  + 25 .data         0001635c  c04e2000  004e2000  004f2000  2**12
                     CONTENTS, ALLOC, LOAD, DATA
  - 26 .data..init_task 00002000  c04f2000  004f2000  00502000  2**3
  -                  CONTENTS, ALLOC, LOAD, DATA
  - 27 .data..page_aligned 00002000  c04f4000  004f4000  00504000  2**12
  -                  CONTENTS, ALLOC, LOAD, DATA
  - 28 .data..cacheline_aligned 00000c00  c04f6000  004f6000  00506000
    2**5
  -                  CONTENTS, ALLOC, LOAD, DATA
  - 29 .data..read_mostly 000015e0  c04f6c00  004f6c00  00506c00  2**3
  -                  CONTENTS, ALLOC, LOAD, DATA
  - 30 .sbss         000002e0  c04f9000  004f9000  005081e0  2**3
  + 26 .sbss         000002e0  c04fa000  004fa000  0050835c  2**3
  <...>

This causes boot hang on powerpc. Modify the patch to
ensure that the kernel specific '.data..*' sections
remain separate.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35447

11 years agoar71xx: fix mac address calculation on the OpenMesh MR600
Gabor Juhos [Sat, 2 Feb 2013 08:47:41 +0000 (08:47 +0000)]
ar71xx: fix mac address calculation on the OpenMesh MR600

Signed-off-by: Marek Lindner <marek@open-mesh.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35446

11 years agompc85xx: nuke 3.3 support
Gabor Juhos [Fri, 1 Feb 2013 17:49:56 +0000 (17:49 +0000)]
mpc85xx: nuke 3.3 support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35445

11 years agompc85xx: switch to 3.6
Gabor Juhos [Fri, 1 Feb 2013 17:49:54 +0000 (17:49 +0000)]
mpc85xx: switch to 3.6

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35444

11 years agompc85xx: add support for 3.6
Gabor Juhos [Fri, 1 Feb 2013 17:49:53 +0000 (17:49 +0000)]
mpc85xx: add support for 3.6

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35443

11 years agompc85xx: fix dts name for P1010RDB
Gabor Juhos [Fri, 1 Feb 2013 17:49:52 +0000 (17:49 +0000)]
mpc85xx: fix dts name for P1010RDB

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35442

11 years agolinux/3.6: add missing config symbols
Gabor Juhos [Fri, 1 Feb 2013 17:30:18 +0000 (17:30 +0000)]
linux/3.6: add missing config symbols

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35441

11 years agolinux/3.6: refresh patches
Gabor Juhos [Fri, 1 Feb 2013 17:30:15 +0000 (17:30 +0000)]
linux/3.6: refresh patches

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35440

11 years agompc85xx: remove broken flag
Gabor Juhos [Fri, 1 Feb 2013 17:28:54 +0000 (17:28 +0000)]
mpc85xx: remove broken flag

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35439

11 years agompc85xx: build fdt file for the PB1010RDB board
Gabor Juhos [Fri, 1 Feb 2013 17:28:51 +0000 (17:28 +0000)]
mpc85xx: build fdt file for the PB1010RDB board

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35438

11 years agompc85xx: enable PB1010RDB support
Gabor Juhos [Fri, 1 Feb 2013 17:28:49 +0000 (17:28 +0000)]
mpc85xx: enable PB1010RDB support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35437

11 years agompc85xx: image: fix building of multiple dtb files
Gabor Juhos [Fri, 1 Feb 2013 17:28:47 +0000 (17:28 +0000)]
mpc85xx: image: fix building of multiple dtb files

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35436

11 years agolinux/3.3: disable crashlog on PPC
Gabor Juhos [Fri, 1 Feb 2013 17:28:44 +0000 (17:28 +0000)]
linux/3.3: disable crashlog on PPC

It causes NULL pointer dereference:

[    0.638235] __ioremap(): phys addr 0x7f00000 is RAM lr c025d61c
[    0.644090] Unable to handle kernel paging request for data at address 0x00000000
[    0.651533] Faulting instruction address: 0xc025d620
[    0.656483] Oops: Kernel access of bad area, sig: 11 [#1]
[    0.661856] P1010 RDB
[    0.664113] Modules linked in:
[    0.667152] NIP: c025d620 LR: c025d61c CTR: c000dc38
[    0.672101] REGS: c7831ef0 TRAP: 0300   Not tainted  (3.3.8)
[    0.677740] MSR: 00029000 <CE,EE,ME>  CR: 42022082  XER: 20000000
[    0.683817] DEAR: 00000000, ESR: 00000000
[    0.687811] TASK = c782c000[1] 'swapper' THREAD: c7830000
[    0.693017] GPR00: a1ee0000 c7831fa0 c782c000 00000000 0000214c ffffffff c7831ea6 0001ffff
[    0.701350] GPR08: c03697cc c035fba0 c03697cc c0360000 42022022 00000000 00000000 00000000
[    0.709682] GPR16: c0000a00 00000014 3fffffff 00ffa000 00000015 07fc42bc c0360000 00000000
[    0.718015] GPR24: 00000000 00000000 00001680 c0360000 00000000 c025d5e8 c0390000 c038b824
[    0.726535] NIP [c025d620] crashlog_init_fs+0x38/0xd8
[    0.731560] LR [c025d61c] crashlog_init_fs+0x34/0xd8
[    0.736503] Call Trace:
[    0.738939] [c7831fa0] [c025d61c] crashlog_init_fs+0x34/0xd8 (unreliable)
[    0.745712] [c7831fb0] [c0001e98] do_one_initcall+0xd4/0x198
[    0.751357] [c7831fe0] [c02537f4] kernel_init+0x9c/0x120
[    0.756647] [c7831ff0] [c000c2dc] kernel_thread+0x4c/0x68
[    0.762022] Instruction dump:
[    0.764975] 3860fff4 bfc10008 3fc0c039 90010014 3bfeb824 801f0004 2f800000 41be00a0
[    0.772699] 7c030378 38804000 4bdb38cd 3c00a1ee <816300006000dead 7c691b78 907eb824

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35435

11 years agorefresh kernel configs
Gabor Juhos [Fri, 1 Feb 2013 17:28:40 +0000 (17:28 +0000)]
refresh kernel configs

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35434

11 years agoar71xx: sysupgrade - fix OpenMesh MR600 total flash size
Gabor Juhos [Fri, 1 Feb 2013 15:50:54 +0000 (15:50 +0000)]
ar71xx: sysupgrade - fix OpenMesh MR600 total flash size

Signed-off-by: Marek Lindner <marek@open-mesh.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35433

11 years agopackage/uboot-envtools: add OpenMesh MR600v2 support
Gabor Juhos [Fri, 1 Feb 2013 15:50:52 +0000 (15:50 +0000)]
package/uboot-envtools: add OpenMesh MR600v2 support

Signed-off-by: Marek Lindner <marek@open-mesh.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35432

11 years agopackage/om-watchdog: add OpenMesh MR600v2 support
Gabor Juhos [Fri, 1 Feb 2013 15:50:49 +0000 (15:50 +0000)]
package/om-watchdog: add OpenMesh MR600v2 support

Signed-off-by: Marek Lindner <marek@open-mesh.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35431

11 years agoar71xx: add sysupgrade support for OpenMesh MR600v2
Gabor Juhos [Fri, 1 Feb 2013 15:50:47 +0000 (15:50 +0000)]
ar71xx: add sysupgrade support for OpenMesh MR600v2

Signed-off-by: Marek Lindner <marek@open-mesh.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35430

11 years agoar71xx: add user-space support for OpenMesh MR600v2
Gabor Juhos [Fri, 1 Feb 2013 15:50:45 +0000 (15:50 +0000)]
ar71xx: add user-space support for OpenMesh MR600v2

Signed-off-by: Marek Lindner <marek@open-mesh.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35429

11 years agoar71xx: add kernel support for the OpenMesh MR600v2
Gabor Juhos [Fri, 1 Feb 2013 15:50:42 +0000 (15:50 +0000)]
ar71xx: add kernel support for the OpenMesh MR600v2

Signed-off-by: Marek Lindner <marek@open-mesh.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35428

11 years agoar71xx: remove unused OpenMesh MR600 led definitions
Gabor Juhos [Fri, 1 Feb 2013 15:50:39 +0000 (15:50 +0000)]
ar71xx: remove unused OpenMesh MR600 led definitions

Signed-off-by: Marek Lindner <marek@open-mesh.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35427

11 years agoar71xx: remove unused OpenMesh MR6000 platform code
Gabor Juhos [Fri, 1 Feb 2013 15:50:37 +0000 (15:50 +0000)]
ar71xx: remove unused OpenMesh MR6000 platform code

Signed-off-by: Marek Lindner <marek@open-mesh.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35426

11 years agoar71xx: build image for the TL-WDR3500 board
Gabor Juhos [Fri, 1 Feb 2013 15:50:34 +0000 (15:50 +0000)]
ar71xx: build image for the TL-WDR3500 board

Based on http://patchwork.openwrt.org/patch/3208/

Thanks-to: Paul Fertser <fercerpav@gmail.com>
Signed-off-by: Gui Iribarren <gui@altermundi.net>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35425

11 years agoar71xx: add user-space support for TL-WDR3500 board
Gabor Juhos [Fri, 1 Feb 2013 15:50:32 +0000 (15:50 +0000)]
ar71xx: add user-space support for TL-WDR3500 board

Based on http://patchwork.openwrt.org/patch/3208/

Thanks-to: Paul Fertser <fercerpav@gmail.com>
Signed-off-by: Gui Iribarren <gui@altermundi.net>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35424

11 years agoar71xx: add kernel support for the TL-WDR3500 board
Gabor Juhos [Fri, 1 Feb 2013 15:50:29 +0000 (15:50 +0000)]
ar71xx: add kernel support for the TL-WDR3500 board

WDR3500 is similar to WDR3600 except it doesn't have gigabit ethernet,
and has only 1 USB port.

Pending issues:

  * Leds are not working at all (except power and wlan_5g)
  * LAN switch ethernet ports are reversed with respect to case label.

  [Label] -> soft device
  [LAN1] -> eth0.4
  [LAN2] -> eth0.3
  [LAN3] -> eth0.2
  [LAN4] -> eth0.1

Based on http://patchwork.openwrt.org/patch/3208/

Thanks-to: Paul Fertser <fercerpav@gmail.com>
Signed-off-by: Gui Iribarren <gui@altermundi.net>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35423

11 years agoodhcp6c: allow IPv6-config via SLAAC-only if no prefix is requested
Steven Barth [Fri, 1 Feb 2013 13:38:47 +0000 (13:38 +0000)]
odhcp6c: allow IPv6-config via SLAAC-only if no prefix is requested

SVN-Revision: 35421

11 years agonetifd: Improved IPv6 featureset * Fix reloading of ula-prefixes * Added support...
Steven Barth [Fri, 1 Feb 2013 12:28:43 +0000 (12:28 +0000)]
netifd: Improved IPv6 featureset * Fix reloading of ula-prefixes * Added support for temporary addresses and routes * Added support for offlink addresses * Improved status-output for assigned prefixes

SVN-Revision: 35420

11 years agoodhcp6c: switch to userspace RA-handling and offload address assignment to netifd
Steven Barth [Fri, 1 Feb 2013 12:28:39 +0000 (12:28 +0000)]
odhcp6c: switch to userspace RA-handling and offload address assignment to netifd

SVN-Revision: 35419

11 years ago6relayd: Fix announced router flags and IPv6 procfs-configuration
Steven Barth [Fri, 1 Feb 2013 12:28:34 +0000 (12:28 +0000)]
6relayd: Fix announced router flags and IPv6 procfs-configuration

SVN-Revision: 35418

11 years agobase-files: Fix IPv6 early sysctls again * Kernel IPv6 /proc interface inconsistency...
Steven Barth [Fri, 1 Feb 2013 12:28:24 +0000 (12:28 +0000)]
base-files: Fix IPv6 early sysctls again * Kernel IPv6 /proc interface inconsistency caused races

SVN-Revision: 35417

11 years agoopenvpn: add from openvpn-devel from /packages, fix support for current polarssl
Felix Fietkau [Wed, 30 Jan 2013 20:07:15 +0000 (20:07 +0000)]
openvpn: add from openvpn-devel from /packages, fix support for current polarssl

SVN-Revision: 35412

11 years agopolarssl: add from /packages, update to 1.2.4, fix openssl compatibility
Felix Fietkau [Wed, 30 Jan 2013 20:07:04 +0000 (20:07 +0000)]
polarssl: add from /packages, update to 1.2.4, fix openssl compatibility

SVN-Revision: 35411

11 years agomove lzo from /packages to trunk
Felix Fietkau [Wed, 30 Jan 2013 19:52:03 +0000 (19:52 +0000)]
move lzo from /packages to trunk

SVN-Revision: 35410

11 years ago6in4: fix typo in last commit
Steven Barth [Wed, 30 Jan 2013 09:07:23 +0000 (09:07 +0000)]
6in4: fix typo in last commit

SVN-Revision: 35409

11 years ago6in4: work around hanging wget process
Steven Barth [Wed, 30 Jan 2013 09:05:53 +0000 (09:05 +0000)]
6in4: work around hanging wget process

SVN-Revision: 35408

11 years agobcm63xx: replace kmod-switch with swconfig in default package set
Jonas Gorski [Wed, 30 Jan 2013 00:19:21 +0000 (00:19 +0000)]
bcm63xx: replace kmod-switch with swconfig in default package set

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35407

11 years agotoolchain/gcc: fix the mips64 linker path to be more musl conforming
Florian Fainelli [Tue, 29 Jan 2013 23:05:46 +0000 (23:05 +0000)]
toolchain/gcc: fix the mips64 linker path to be more musl conforming

musl libc does not use /lib32 or /lib64 directories, just /lib

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35406

11 years agoallow using sstrip with musl
Florian Fainelli [Tue, 29 Jan 2013 23:05:43 +0000 (23:05 +0000)]
allow using sstrip with musl

There was no particular reason for it to be disabled so allow it.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35405

11 years agotoolchain/musl: add parenthesis to the __ARE_4_EQUAL macro
Florian Fainelli [Tue, 29 Jan 2013 23:05:40 +0000 (23:05 +0000)]
toolchain/musl: add parenthesis to the __ARE_4_EQUAL macro

Fixes warnings exposed by netifd while using IN6_ARE_ADDR_EQUAL turned
into errors.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35404

11 years agoar71xx: add profile and build image for dir-825-c1
Gabor Juhos [Tue, 29 Jan 2013 22:50:57 +0000 (22:50 +0000)]
ar71xx: add profile and build image for dir-825-c1

Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35403

11 years agoar71xx: add user space support for dir-825-c1
Gabor Juhos [Tue, 29 Jan 2013 22:50:54 +0000 (22:50 +0000)]
ar71xx: add user space support for dir-825-c1

[juhosg: fix whitespaces in some scripts]

Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35402

11 years agoar71xx: add kernel support for dir-825-c1
Gabor Juhos [Tue, 29 Jan 2013 22:50:50 +0000 (22:50 +0000)]
ar71xx: add kernel support for dir-825-c1

[juhosg:
 - remove unused GPIO stuff
 - use a separate kernel patch for machine integration]

Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35401

11 years agolibubox: update to latest version, fixes a string corruption issue on JSON formatting
Felix Fietkau [Tue, 29 Jan 2013 22:23:43 +0000 (22:23 +0000)]
libubox: update to latest version, fixes a string corruption issue on JSON formatting

SVN-Revision: 35399

11 years agogeneric: fix default compression selection in ubifs
Gabor Juhos [Tue, 29 Jan 2013 21:32:22 +0000 (21:32 +0000)]
generic: fix default compression selection in ubifs

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35398

11 years agoar71xx: add profile and generate images for the AP132 board
Gabor Juhos [Tue, 29 Jan 2013 19:12:34 +0000 (19:12 +0000)]
ar71xx: add profile and generate images for the AP132 board

Based on http://patchwork.openwrt.org/patch/3162/

Signed-off-by: Embedded Wireless GmbH <info at embeddedwireless.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35397

11 years agoar71xx: add user-space support for the AP132 board
Gabor Juhos [Tue, 29 Jan 2013 19:12:32 +0000 (19:12 +0000)]
ar71xx: add user-space support for the AP132 board

Based on http://patchwork.openwrt.org/patch/3162/

Signed-off-by: Embedded Wireless GmbH <info at embeddedwireless.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35396

11 years agoar71xx: add kernel support for Atheros AP132 Reference Board
Gabor Juhos [Tue, 29 Jan 2013 19:12:30 +0000 (19:12 +0000)]
ar71xx: add kernel support for Atheros AP132 Reference Board

Based on http://patchwork.openwrt.org/patch/3162/

Signed-off-by: Embedded Wireless GmbH <info at embeddedwireless.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35395

11 years agoar71xx: fix ethernet device registration for the QCA9556 SoC
Gabor Juhos [Tue, 29 Jan 2013 19:12:28 +0000 (19:12 +0000)]
ar71xx: fix ethernet device registration for the QCA9556 SoC

Based on http://patchwork.openwrt.org/patch/3162/

Signed-off-by: Embedded Wireless GmbH <info at embeddedwireless.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35394

11 years agoar71xx: add kernel support for the QCA9556 SoC
Gabor Juhos [Tue, 29 Jan 2013 19:12:26 +0000 (19:12 +0000)]
ar71xx: add kernel support for the QCA9556 SoC

Based on http://patchwork.openwrt.org/patch/3162/

Signed-off-by: Embedded Wireless GmbH <info at embeddedwireless.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35393

11 years agoar71xx: enable fast flash read on dual-flash devices
Gabor Juhos [Tue, 29 Jan 2013 19:12:25 +0000 (19:12 +0000)]
ar71xx: enable fast flash read on dual-flash devices

This improves flash read speed on various Buffalo units.

mtd_speedtest results on the WZR-HP-AG300H:

                          old         new        delta
eraseblock read speed:  726 KiB/s   2068 KiB/s   +184.85%
page read speed:        699 KiB/s   1973 KiB/s   +182.26%
2 page read speed:      711 KiB/s   2043 KiB/s   +187.34%

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35392

11 years agokernel: update linux 3.7 to 3.7.5
Gabor Juhos [Tue, 29 Jan 2013 18:29:45 +0000 (18:29 +0000)]
kernel: update linux 3.7 to 3.7.5

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35390

11 years agobuild: fix the strip default for musl
Felix Fietkau [Tue, 29 Jan 2013 18:16:55 +0000 (18:16 +0000)]
build: fix the strip default for musl

SVN-Revision: 35389

11 years agoadd libusb-compat
Felix Fietkau [Tue, 29 Jan 2013 16:12:00 +0000 (16:12 +0000)]
add libusb-compat

SVN-Revision: 35387

11 years agonetifd: update to latest version
Felix Fietkau [Tue, 29 Jan 2013 14:40:04 +0000 (14:40 +0000)]
netifd: update to latest version

fixes DNS servers on reload (#12910)
fixes ubus object race on reload or down/up (#12612)

SVN-Revision: 35383

11 years agosamba36: update to 3.6.11 and refresh patches (based on patch from #12914)
Felix Fietkau [Tue, 29 Jan 2013 13:18:56 +0000 (13:18 +0000)]
samba36: update to 3.6.11 and refresh patches (based on patch from #12914)

SVN-Revision: 35382

11 years agousb-modeswitch: split out usb-modeswitch-data again
Felix Fietkau [Tue, 29 Jan 2013 12:27:17 +0000 (12:27 +0000)]
usb-modeswitch: split out usb-modeswitch-data again

SVN-Revision: 35381

11 years agousb-modeswitch: add from /packages, merge usb-modeswitch-data, use libusb-compat...
Felix Fietkau [Tue, 29 Jan 2013 12:02:10 +0000 (12:02 +0000)]
usb-modeswitch: add from /packages, merge usb-modeswitch-data, use libusb-compat, add myself as maintainer

SVN-Revision: 35379

11 years agofix mtd_mp25p80_add_gd25q32_gd25q64.patch
John Crispin [Tue, 29 Jan 2013 11:06:57 +0000 (11:06 +0000)]
fix mtd_mp25p80_add_gd25q32_gd25q64.patch

SVN-Revision: 35378

11 years agonetifd: implement IPv6 prefix deprecation according to RFC 6204
Steven Barth [Tue, 29 Jan 2013 11:05:22 +0000 (11:05 +0000)]
netifd: implement IPv6 prefix deprecation according to RFC 6204

SVN-Revision: 35377

11 years agomove a few packages to system/utils
Felix Fietkau [Tue, 29 Jan 2013 10:48:46 +0000 (10:48 +0000)]
move a few packages to system/utils

SVN-Revision: 35375

11 years agousbutils: add from /packages, clean up, add myself as maintainer
Felix Fietkau [Tue, 29 Jan 2013 10:48:41 +0000 (10:48 +0000)]
usbutils: add from /packages, clean up, add myself as maintainer

SVN-Revision: 35374

11 years agolibusb: add from /packages, add myself as maintainer
Felix Fietkau [Tue, 29 Jan 2013 10:48:37 +0000 (10:48 +0000)]
libusb: add from /packages, add myself as maintainer

SVN-Revision: 35373

11 years ago6relayd: remove IPv6 forwarding-sysctl workaround
Steven Barth [Tue, 29 Jan 2013 10:13:49 +0000 (10:13 +0000)]
6relayd: remove IPv6 forwarding-sysctl workaround

SVN-Revision: 35371

11 years agoodhcp6c: remove IPv6 forwarding-sysctl workaround
Steven Barth [Tue, 29 Jan 2013 10:13:44 +0000 (10:13 +0000)]
odhcp6c: remove IPv6 forwarding-sysctl workaround

SVN-Revision: 35370

11 years agonetifd: remove IPv6 forwarding-sysctl workaround
Steven Barth [Tue, 29 Jan 2013 10:13:39 +0000 (10:13 +0000)]
netifd: remove IPv6 forwarding-sysctl workaround

SVN-Revision: 35369

11 years agobase-files: Fix race-conditions with IPv6 sysctls
Steven Barth [Tue, 29 Jan 2013 10:13:33 +0000 (10:13 +0000)]
base-files: Fix race-conditions with IPv6 sysctls

SVN-Revision: 35368

11 years agoFix GigaDevice GD25Q32/GD25Q64 SPI Flash bad commit
Florian Fainelli [Tue, 29 Jan 2013 09:46:11 +0000 (09:46 +0000)]
Fix GigaDevice GD25Q32/GD25Q64 SPI Flash bad commit

Fix GigaDevice GD25Q32/GD25Q64 SPI Flash bad commit.

The patch was added to "linux/generic/patches-3.6" instead of
"target/linux/generic/patches-3.6".
I also fixed a missing patch space and refreshed generic patches.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35367

11 years agogeneric: fix build failure in MIPS kexec code if SMP is enabled
Gabor Juhos [Tue, 29 Jan 2013 09:44:58 +0000 (09:44 +0000)]
generic: fix build failure in MIPS kexec code if SMP is enabled

Fix it for older kernels as well.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35366

11 years agoar71xx: add TP-LINK WA-801ND to run-time model detection
Gabor Juhos [Tue, 29 Jan 2013 09:40:29 +0000 (09:40 +0000)]
ar71xx: add TP-LINK WA-801ND to run-time model detection

A small cosmetic fix to show the HW model name correctly in LuCI.

Patch-by: Amir Sagie <openwrt-devel@taproot.org.il>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35365

11 years agogeneric: fix build failure in MIPS kexec code if SMP is enabled
Gabor Juhos [Tue, 29 Jan 2013 09:40:23 +0000 (09:40 +0000)]
generic: fix build failure in MIPS kexec code if SMP is enabled

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35364

11 years agonetifd: update to latest version, fixes setting addresses/routes on alias interfaces
Felix Fietkau [Mon, 28 Jan 2013 20:35:55 +0000 (20:35 +0000)]
netifd: update to latest version, fixes setting addresses/routes on alias interfaces

SVN-Revision: 35362

11 years agoAdd support for GigaDevice GD25Q32/GD25Q64 SPI Flash in m25p80.c
John Crispin [Mon, 28 Jan 2013 19:10:21 +0000 (19:10 +0000)]
Add support for GigaDevice GD25Q32/GD25Q64 SPI Flash in m25p80.c

Add support for GigaDevice GD25Q32 32 Mbit (4 MB) SPI Flash (see datasheet: http://www.gigadevice.com/UserFiles/GD25Q32_Rev0.2(1).pdf) used in Hame MPR-A1 and clones and for GigaDevice GD25Q64 64 Mbit (8 MB) SPI Flash used in Hame MPR-A2 devices (datasheet: http://www.gigadevice.com/UserFiles/GD25Q64.pdf).

Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
Patchwork: http://patchwork.openwrt.org/patch/3120/

SVN-Revision: 35361

11 years agopackage ncm & qmi wwan
John Crispin [Mon, 28 Jan 2013 18:20:10 +0000 (18:20 +0000)]
package ncm & qmi wwan

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3134/

SVN-Revision: 35360

11 years agofix for non-blinking LAN LEDs
John Crispin [Mon, 28 Jan 2013 18:06:31 +0000 (18:06 +0000)]
fix for non-blinking LAN LEDs

https://dev.openwrt.org/ticket/12830

SVN-Revision: 35359

11 years agohostapd: don't configure wpa_supplicant with empty password="" if no password is...
Jo-Philipp Wich [Mon, 28 Jan 2013 18:05:33 +0000 (18:05 +0000)]
hostapd: don't configure wpa_supplicant with empty password="" if no password is specified (#12912)

SVN-Revision: 35358

11 years agodont load gptu on ase
John Crispin [Mon, 28 Jan 2013 17:46:07 +0000 (17:46 +0000)]
dont load gptu on ase

fixes #12792

SVN-Revision: 35357

11 years agoramips: reset switch on single-port devices
John Crispin [Mon, 28 Jan 2013 17:44:41 +0000 (17:44 +0000)]
ramips: reset switch on single-port devices

Signed-off-by: Daniel Gole <dgolle@allnet.de>
SVN-Revision: 35356

11 years agorefresh patches
John Crispin [Mon, 28 Jan 2013 17:44:20 +0000 (17:44 +0000)]
refresh patches

SVN-Revision: 35355

11 years agoFix ARV7518 USB
John Crispin [Mon, 28 Jan 2013 17:43:35 +0000 (17:43 +0000)]
Fix ARV7518 USB

This patch correctly fixes USB on Lantiq ARV7518.
There was a failed attempt on fixing this on r35077 (https://dev.openwrt.org/changeset/35077/).

Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 35354

11 years agoAdd ath9k eeprom and pci fixup support
John Crispin [Mon, 28 Jan 2013 17:43:25 +0000 (17:43 +0000)]
Add ath9k eeprom and pci fixup support

Add ath9k eeprom and pci fixup support (again) for linux 3.7.

On linux 3.3, the fixup forced the regdomain to 0x67, causing low TX power.
This patch only corrects checksum, the rest of the EEPROM isn't changed.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 35353

11 years agoAdd support for ARV4518PW R01 and rename R01A.
John Crispin [Mon, 28 Jan 2013 17:42:59 +0000 (17:42 +0000)]
Add support for ARV4518PW R01 and rename R01A.

There are two different versions of SMC7908A-ISP: R01 and R01A.
R01 has an internal clock for PCI, meanwhile R01A has an external clock.

This fixes: https://dev.openwrt.org/ticket/12884

Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 35352

11 years agoscripts: bundle-libraries.sh: support mixing 32bit and 64bit binaries
Jo-Philipp Wich [Mon, 28 Jan 2013 15:54:27 +0000 (15:54 +0000)]
scripts: bundle-libraries.sh: support mixing 32bit and 64bit binaries

SVN-Revision: 35349

11 years agofirewall: flush conntrack table after changing interface rules
Jo-Philipp Wich [Mon, 28 Jan 2013 15:53:44 +0000 (15:53 +0000)]
firewall: flush conntrack table after changing interface rules

SVN-Revision: 35348

11 years agonetifd: IPv6 sysctl, restart IPv6 in static mode to send RS
Steven Barth [Mon, 28 Jan 2013 14:07:27 +0000 (14:07 +0000)]
netifd: IPv6 sysctl, restart IPv6 in static mode to send RS

SVN-Revision: 35347

11 years agonetifd: add SLAAC ipv6 value for static-proto
Steven Barth [Mon, 28 Jan 2013 13:53:48 +0000 (13:53 +0000)]
netifd: add SLAAC ipv6 value for static-proto

SVN-Revision: 35346

11 years agoodhcp6c: work-around for proto-script to avoid loosing the default route
Steven Barth [Mon, 28 Jan 2013 13:53:43 +0000 (13:53 +0000)]
odhcp6c: work-around for proto-script to avoid loosing the default route

SVN-Revision: 35345

11 years agobase-files: remove IPv6-forwarding setting for all interfaces
Steven Barth [Mon, 28 Jan 2013 13:53:38 +0000 (13:53 +0000)]
base-files: remove IPv6-forwarding setting for all interfaces

SVN-Revision: 35344

11 years agokernel: disable CONFIG_CRYPTO_MANAGER2, it is not needed
Felix Fietkau [Sun, 27 Jan 2013 23:23:39 +0000 (23:23 +0000)]
kernel: disable CONFIG_CRYPTO_MANAGER2, it is not needed

SVN-Revision: 35342

11 years agobrcm47xx: load pps_core and ptp before tg3 to make the interface available for failsafe.
Hauke Mehrtens [Sun, 27 Jan 2013 21:48:28 +0000 (21:48 +0000)]
brcm47xx: load pps_core and ptp before tg3 to make the interface available for failsafe.

SVN-Revision: 35341

11 years agokernel: b53: the b53 spi driver depends on spi
Hauke Mehrtens [Sun, 27 Jan 2013 21:39:53 +0000 (21:39 +0000)]
kernel: b53: the b53 spi driver depends on spi

SVN-Revision: 35340

11 years agokernel: make usb2-pci depend on usb2 and not the other way around
Hauke Mehrtens [Sun, 27 Jan 2013 21:28:26 +0000 (21:28 +0000)]
kernel: make usb2-pci depend on usb2 and not the other way around

SVN-Revision: 35339

11 years agokernel: activate input-matrixkmap for kernel 3.8
Hauke Mehrtens [Sun, 27 Jan 2013 21:23:33 +0000 (21:23 +0000)]
kernel: activate input-matrixkmap for kernel 3.8

SVN-Revision: 35338

11 years agokernel: add ehci-platform.ko and ehci-pci.ko when build with kernel 3.8
Hauke Mehrtens [Sun, 27 Jan 2013 21:19:48 +0000 (21:19 +0000)]
kernel: add ehci-platform.ko and ehci-pci.ko when build with kernel 3.8

SVN-Revision: 35337

11 years agokernel: add packages for pps and ptp, they are needed by tg3 in kernel 3.8
Hauke Mehrtens [Sun, 27 Jan 2013 21:18:52 +0000 (21:18 +0000)]
kernel: add packages for pps and ptp, they are needed by tg3 in kernel 3.8

SVN-Revision: 35336

11 years agokernel: remove __devinit, __devexit and __devexit_p for kernel 3.8
Hauke Mehrtens [Sun, 27 Jan 2013 21:17:38 +0000 (21:17 +0000)]
kernel: remove __devinit, __devexit and __devexit_p for kernel 3.8

These attributes where removed with kernel 3.8 and are now causing compile errors.

SVN-Revision: 35335

11 years agoacx-mac80211: make it compile with kernel 3.8
Hauke Mehrtens [Sun, 27 Jan 2013 21:16:35 +0000 (21:16 +0000)]
acx-mac80211: make it compile with kernel 3.8

SVN-Revision: 35334

11 years agoacx-mac80211: refresh patches
Hauke Mehrtens [Sun, 27 Jan 2013 21:15:48 +0000 (21:15 +0000)]
acx-mac80211: refresh patches

SVN-Revision: 35333

11 years agoacx-mac80211: use same config options as mac80211 package
Hauke Mehrtens [Sun, 27 Jan 2013 21:15:13 +0000 (21:15 +0000)]
acx-mac80211: use same config options as mac80211 package

Problem was missing CONFIG_MAC80211_DEBUGFS
in the acx-mac80211 build, which broke subsequently the ABI in struct
ieee80211_ops. Defect manifested in failing ieee80211_alloc_hw() and maybe
also in other strange behaviour before.

I added CONFIG_CFG80211_DEBUGFS, CONFIG_MAC80211_DEBUGFS and the same also
for CONFIG_MAC80211_MESH, just to be inline on how it's done currently in
package/mac80211/Makefile.

Thank you Oliver Winker

SVN-Revision: 35332

11 years agonetfilter: add support for flushing conntrack via /proc
Felix Fietkau [Sun, 27 Jan 2013 19:02:38 +0000 (19:02 +0000)]
netfilter: add support for flushing conntrack via /proc

SVN-Revision: 35330