openwrt.git
11 years agobase-files: rename ULA generation script
cyrus [Thu, 17 Jan 2013 16:16:02 +0000 (16:16 +0000)]
base-files: rename ULA generation script

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35204 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoxtables-addons: rework uid/gid compat patch to use KUIDT_INIT() and KGIDT_INIT()...
jow [Thu, 17 Jan 2013 16:05:30 +0000 (16:05 +0000)]
xtables-addons: rework uid/gid compat patch to use KUIDT_INIT() and KGIDT_INIT() macros

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35203 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agox86: explicitely pass staging directory to grub-mkimage instead of relying on build...
jow [Thu, 17 Jan 2013 15:46:26 +0000 (15:46 +0000)]
x86: explicitely pass staging directory to grub-mkimage instead of relying on build time defaults (#12821)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35200 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogeneric: add EHCI|OHCI platform driver fix to 3.[36]
juhosg [Thu, 17 Jan 2013 13:54:14 +0000 (13:54 +0000)]
generic: add EHCI|OHCI platform driver fix to 3.[36]

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35194 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoxtables-addons: move to package/, add myself as maintainer
jow [Thu, 17 Jan 2013 12:29:26 +0000 (12:29 +0000)]
xtables-addons: move to package/, add myself as maintainer

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35193 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoramips: enable BR6425N in kernel config
nbd [Thu, 17 Jan 2013 09:39:44 +0000 (09:39 +0000)]
ramips: enable BR6425N in kernel config

Though originally contained in the patch applied in r35020, the move to 3.7 in
r34845 lost the kernel .config option. Reintroduce it to config-3.7.

Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35191 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: 8250.ko is called 8250_core.ko on linux 3.7+, fixes package/kernel build...
nbd [Thu, 17 Jan 2013 09:08:09 +0000 (09:08 +0000)]
kernel: 8250.ko is called 8250_core.ko on linux 3.7+, fixes package/kernel build error in snapshot builds

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35190 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoodhcp6c: Detect a different MAC if interface has none
cyrus [Thu, 17 Jan 2013 08:29:01 +0000 (08:29 +0000)]
odhcp6c: Detect a different MAC if interface has none
* Fixes DHCPv6 behaviour over PPP and similar

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35189 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoppp: don't automatically set IPv6 default route
cyrus [Thu, 17 Jan 2013 08:28:57 +0000 (08:28 +0000)]
ppp: don't automatically set IPv6 default route
* Fixes "ndisc_router_discovery() failed to add default route"

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35188 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agonetifd: @aliases use layer 3 devices instead of main devices
cyrus [Thu, 17 Jan 2013 08:28:51 +0000 (08:28 +0000)]
netifd: @aliases use layer 3 devices instead of main devices
Fixes dhcpv6 protocol alias

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35187 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomvebu: add support for EHCI controller
florian [Tue, 15 Jan 2013 19:55:50 +0000 (19:55 +0000)]
mvebu: add support for EHCI controller

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35181 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: add missing CONFIG_KALLSYMS_UNCOMPRESSED symbol
florian [Tue, 15 Jan 2013 19:55:45 +0000 (19:55 +0000)]
kernel: add missing CONFIG_KALLSYMS_UNCOMPRESSED symbol

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35180 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomvebu: add support for the Marvell Armada 370 Reference Design board
florian [Tue, 15 Jan 2013 19:55:40 +0000 (19:55 +0000)]
mvebu: add support for the Marvell Armada 370 Reference Design board

Keep the patches in sync with the upstream developments.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35179 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomvebu: enable SMP with SMP on UP enabled
florian [Tue, 15 Jan 2013 19:55:31 +0000 (19:55 +0000)]
mvebu: enable SMP with SMP on UP enabled

The same kernel works ok for both Armada 370 (UP) and Armada XP (SMP)

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35178 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: allow building kmod-rtc-marvell for mvebu target
florian [Tue, 15 Jan 2013 19:55:26 +0000 (19:55 +0000)]
kernel: allow building kmod-rtc-marvell for mvebu target

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35177 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomvebu: add support for RTC
florian [Tue, 15 Jan 2013 19:55:19 +0000 (19:55 +0000)]
mvebu: add support for RTC

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35176 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoipv6-support: Switch to native IPv6 support
cyrus [Tue, 15 Jan 2013 13:08:19 +0000 (13:08 +0000)]
ipv6-support: Switch to native IPv6 support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35174 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago6rd: add support for native IPv6 prefix handling
cyrus [Tue, 15 Jan 2013 13:08:14 +0000 (13:08 +0000)]
6rd: add support for native IPv6 prefix handling

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35173 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago6to4: add support for native IPv6 prefix handling
cyrus [Tue, 15 Jan 2013 13:08:10 +0000 (13:08 +0000)]
6to4: add support for native IPv6 prefix handling

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35172 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago6in4: add support for native IPv6 prefix handling
cyrus [Tue, 15 Jan 2013 13:08:05 +0000 (13:08 +0000)]
6in4: add support for native IPv6 prefix handling

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35171 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago6relayd: add suitable default configuration
cyrus [Tue, 15 Jan 2013 13:08:00 +0000 (13:08 +0000)]
6relayd: add suitable default configuration

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35170 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago6distributed: Remove obsolete service (replaced by netifd)
cyrus [Tue, 15 Jan 2013 13:07:56 +0000 (13:07 +0000)]
6distributed: Remove obsolete service (replaced by netifd)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35169 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agobase-files: add support for ipv6-prefixes in connection with netifd
cyrus [Tue, 15 Jan 2013 13:07:51 +0000 (13:07 +0000)]
base-files: add support for ipv6-prefixes in connection with netifd

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35168 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agonetifd: Introduce native IPv6 prefix-handling
cyrus [Tue, 15 Jan 2013 13:07:41 +0000 (13:07 +0000)]
netifd: Introduce native IPv6 prefix-handling

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35167 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: port 203-kallsyms_uncompressed.patch and 305-mips_module_reloc.patch to 3.8
nbd [Mon, 14 Jan 2013 18:55:36 +0000 (18:55 +0000)]
kernel: port 203-kallsyms_uncompressed.patch and 305-mips_module_reloc.patch to 3.8

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35162 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agopackage/kernel: move input modules into a separate submenu
juhosg [Mon, 14 Jan 2013 18:18:03 +0000 (18:18 +0000)]
package/kernel: move input modules into a separate submenu

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35161 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogeneric: remove EHCI platform driver fix from 3.8
juhosg [Mon, 14 Jan 2013 17:53:55 +0000 (17:53 +0000)]
generic: remove EHCI platform driver fix from 3.8

It is not needed on 3.8.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35160 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogeneric: add EHCI|OHCI platform driver fix from the cns21xx target
juhosg [Mon, 14 Jan 2013 17:47:23 +0000 (17:47 +0000)]
generic: add EHCI|OHCI platform driver fix from the cns21xx target

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35159 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: make sure that packages are generated for built-in crypto modules to avoid...
nbd [Mon, 14 Jan 2013 17:09:16 +0000 (17:09 +0000)]
kernel: make sure that packages are generated for built-in crypto modules to avoid dependency errors with kmod-crypto-core on 3.7

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35158 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: avoid recursive dependency caused by kmod-i2c-mv64xxx
florian [Mon, 14 Jan 2013 17:03:45 +0000 (17:03 +0000)]
kernel: avoid recursive dependency caused by kmod-i2c-mv64xxx

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35157 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agotarget: enable XZ BCJ decompressor code after r35097
florian [Mon, 14 Jan 2013 16:34:25 +0000 (16:34 +0000)]
target: enable XZ BCJ decompressor code after r35097

Required to actually be able to mount squashfs xz compressed
filesystems.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35156 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agonetfilter.mk: add addrtype match to iptables-mod-extra (kmod-ipt-extra)
jow [Mon, 14 Jan 2013 16:12:56 +0000 (16:12 +0000)]
netfilter.mk: add addrtype match to iptables-mod-extra (kmod-ipt-extra)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35155 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: add a config option for keeping the kallsyms table uncompressed, saving ...
nbd [Mon, 14 Jan 2013 16:08:18 +0000 (16:08 +0000)]
kernel: add a config option for keeping the kallsyms table uncompressed, saving ~9kb kernel size after lzma on ar71xx

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35154 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoath9k: fix a soft lockup on smp systems
nbd [Mon, 14 Jan 2013 15:58:46 +0000 (15:58 +0000)]
ath9k: fix a soft lockup on smp systems

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35152 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoath9k: remove a lock to fix a deadlock on hw reset
nbd [Mon, 14 Jan 2013 09:51:53 +0000 (09:51 +0000)]
ath9k: remove a lock to fix a deadlock on hw reset

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35147 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomac80211: fix monitor mode injection
nbd [Sun, 13 Jan 2013 22:10:14 +0000 (22:10 +0000)]
mac80211: fix monitor mode injection

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35145 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agorules.mk: only select latest libgcc.a with wildcard match (#12798)
jow [Sun, 13 Jan 2013 20:59:51 +0000 (20:59 +0000)]
rules.mk: only select latest libgcc.a with wildcard match (#12798)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35144 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomac80211: rt2x00: fix PCI eeprom patch
juhosg [Sun, 13 Jan 2013 20:44:14 +0000 (20:44 +0000)]
mac80211: rt2x00: fix PCI eeprom patch

Fixes the following warnings:

  CC [M] <...>/drivers/net/wireless/rt2x00/rt2800pci.o
<...>/drivers/net/wireless/rt2x00/rt2800pci.c: In function 'rt2800pci_read_eeprom_file':
<...>/drivers/net/wireless/rt2x00/rt2800pci.c:95:2: warning: 'return' with a value, in function returning void [enabled by default]
<...>/drivers/net/wireless/rt2x00/rt2800pci.c: In function 'rt2800pci_read_eeprom':
<...>/drivers/net/wireless/rt2x00/rt2800pci.c:994:2: warning: 'retval' may be used uninitialized in this function [-Wuninitialized]

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35143 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agolibnfnetlink: update to v1.0.1
jow [Sun, 13 Jan 2013 19:49:06 +0000 (19:49 +0000)]
libnfnetlink: update to v1.0.1

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35142 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoubus: update to git head, passes u64 blob types as doubles to Lua
jow [Sun, 13 Jan 2013 19:49:01 +0000 (19:49 +0000)]
ubus: update to git head, passes u64 blob types as doubles to Lua

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35141 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agonetifd: update to git head, adds 64bit counters
jow [Sun, 13 Jan 2013 19:48:52 +0000 (19:48 +0000)]
netifd: update to git head, adds 64bit counters

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35140 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoath9k: fix memory corruption issues on ar5416/ar91xx
nbd [Sun, 13 Jan 2013 18:55:39 +0000 (18:55 +0000)]
ath9k: fix memory corruption issues on ar5416/ar91xx

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35139 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoodhcp6c: Send RS on start
cyrus [Sun, 13 Jan 2013 18:06:24 +0000 (18:06 +0000)]
odhcp6c: Send RS on start

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35137 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoodhcp6c: Add preliminary proto-handler
cyrus [Sun, 13 Jan 2013 17:35:09 +0000 (17:35 +0000)]
odhcp6c: Add preliminary proto-handler

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35135 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoipv6-support: don't use disable_ipv6
cyrus [Sun, 13 Jan 2013 17:25:43 +0000 (17:25 +0000)]
ipv6-support: don't use disable_ipv6

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35134 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago6relayd: Rewrite init-script logic
cyrus [Sun, 13 Jan 2013 17:25:38 +0000 (17:25 +0000)]
6relayd: Rewrite init-script logic

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35133 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoar71xx: fix unaligned access in cls_u32
nbd [Sun, 13 Jan 2013 16:48:23 +0000 (16:48 +0000)]
ar71xx: fix unaligned access in cls_u32

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35132 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoadd ustream-ssl, an ustream abstraction library for SSL stream sockets
nbd [Sun, 13 Jan 2013 15:57:05 +0000 (15:57 +0000)]
add ustream-ssl, an ustream abstraction library for SSL stream sockets

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35131 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoar71xx: fix unaligned access in a few more places
nbd [Sun, 13 Jan 2013 15:37:58 +0000 (15:37 +0000)]
ar71xx: fix unaligned access in a few more places

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35130 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoar71xx: improve unaligned access patches, add a net_hdr_word() macro which assumes...
nbd [Sun, 13 Jan 2013 14:54:39 +0000 (14:54 +0000)]
ar71xx: improve unaligned access patches, add a net_hdr_word() macro which assumes 2-byte aligned access and generates better code than {get,put}_unaligned_cpu32

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35129 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agolibubox: update to latest version, adds small blobmsg enhancements and license fixes...
nbd [Sun, 13 Jan 2013 14:31:27 +0000 (14:31 +0000)]
libubox: update to latest version, adds small blobmsg enhancements and license fixes - package is now ISC/BSD-3c

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35128 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoar71xx: avoid __packed define in the unaligned access hack patch, make the ipv6 addre...
nbd [Sun, 13 Jan 2013 13:06:09 +0000 (13:06 +0000)]
ar71xx: avoid __packed define in the unaligned access hack patch, make the ipv6 address struct also 2-byte-aligned/packed

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35127 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: add back the mips module relocation patch
nbd [Sun, 13 Jan 2013 12:23:42 +0000 (12:23 +0000)]
kernel: add back the mips module relocation patch

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35126 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoar71xx: add more cpu feature overrides, slightly reduces kernel size
nbd [Sun, 13 Jan 2013 11:33:48 +0000 (11:33 +0000)]
ar71xx: add more cpu feature overrides, slightly reduces kernel size

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35125 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoar71xx: extend the unaligned access hacks to a few more places that showed up in...
nbd [Sun, 13 Jan 2013 11:33:44 +0000 (11:33 +0000)]
ar71xx: extend the unaligned access hacks to a few more places that showed up in the new kernel

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35124 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: fix enabling coredump support on 3.7+
nbd [Sun, 13 Jan 2013 11:33:39 +0000 (11:33 +0000)]
kernel: fix enabling coredump support on 3.7+

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35123 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agobrcm47xx: BCMA - Update default IRQ assignment per upstream change
hauke [Sat, 12 Jan 2013 15:00:01 +0000 (15:00 +0000)]
brcm47xx: BCMA - Update default IRQ assignment per upstream change

Update the default IRQ assignment for unrecognized devices per
the upstream change.

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35121 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: make kmod-ledtrig-usbdev depend on usb core support instead of selecting it
nbd [Sat, 12 Jan 2013 13:21:08 +0000 (13:21 +0000)]
kernel: make kmod-ledtrig-usbdev depend on usb core support instead of selecting it

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35120 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agorefresh kernel configs with kconfig.pl
juhosg [Sat, 12 Jan 2013 12:29:55 +0000 (12:29 +0000)]
refresh kernel configs with kconfig.pl

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35119 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomalta: remove 3.6 support
juhosg [Sat, 12 Jan 2013 12:29:53 +0000 (12:29 +0000)]
malta: remove 3.6 support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35118 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomalta: build lzma and gzip compressed uImages
juhosg [Sat, 12 Jan 2013 12:29:52 +0000 (12:29 +0000)]
malta: build lzma and gzip compressed uImages

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35117 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoadm5120: remove 3.6 support
juhosg [Sat, 12 Jan 2013 12:25:42 +0000 (12:25 +0000)]
adm5120: remove 3.6 support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35116 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoadm5120: switch to 3.7
juhosg [Sat, 12 Jan 2013 12:25:40 +0000 (12:25 +0000)]
adm5120: switch to 3.7

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35115 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoar71xx: remove 3.6 support
juhosg [Sat, 12 Jan 2013 12:25:38 +0000 (12:25 +0000)]
ar71xx: remove 3.6 support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35114 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoar71xx: switch to 3.7
juhosg [Sat, 12 Jan 2013 12:25:36 +0000 (12:25 +0000)]
ar71xx: switch to 3.7

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35113 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agompc83xx: remove 3.6 support
juhosg [Sat, 12 Jan 2013 12:25:34 +0000 (12:25 +0000)]
mpc83xx: remove 3.6 support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35112 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agompc83xx: switch to 3.7
juhosg [Sat, 12 Jan 2013 12:25:32 +0000 (12:25 +0000)]
mpc83xx: switch to 3.7

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35111 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoramips: remove 3.6 support
juhosg [Sat, 12 Jan 2013 12:25:30 +0000 (12:25 +0000)]
ramips: remove 3.6 support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35110 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoramips: switch to 3.7
juhosg [Sat, 12 Jan 2013 12:25:28 +0000 (12:25 +0000)]
ramips: switch to 3.7

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35109 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agorb532: remove 3.6 support
juhosg [Sat, 12 Jan 2013 12:25:26 +0000 (12:25 +0000)]
rb532: remove 3.6 support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35108 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agorb532: switch to 3.7
juhosg [Sat, 12 Jan 2013 12:25:24 +0000 (12:25 +0000)]
rb532: switch to 3.7

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35107 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoppc44x: remove 3.6 support
juhosg [Sat, 12 Jan 2013 12:25:21 +0000 (12:25 +0000)]
ppc44x: remove 3.6 support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35106 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoppc44x: switch to 3.7
juhosg [Sat, 12 Jan 2013 12:25:20 +0000 (12:25 +0000)]
ppc44x: switch to 3.7

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35105 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoppc40x: remove 3.6 support
juhosg [Sat, 12 Jan 2013 12:25:18 +0000 (12:25 +0000)]
ppc40x: remove 3.6 support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35104 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoppc40x: switch to 3.7
juhosg [Sat, 12 Jan 2013 12:25:16 +0000 (12:25 +0000)]
ppc40x: switch to 3.7

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35103 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agocns21xx: remove 3.6 support
juhosg [Sat, 12 Jan 2013 12:25:14 +0000 (12:25 +0000)]
cns21xx: remove 3.6 support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35102 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agocns21xx: switch to 3.7
juhosg [Sat, 12 Jan 2013 12:25:12 +0000 (12:25 +0000)]
cns21xx: switch to 3.7

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35101 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: update linux 3.7 to 3.7.2
juhosg [Sat, 12 Jan 2013 11:43:08 +0000 (11:43 +0000)]
kernel: update linux 3.7 to 3.7.2

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35100 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoimage.mk: use XZ bcj architecture filter if available
florian [Fri, 11 Jan 2013 16:44:26 +0000 (16:44 +0000)]
image.mk: use XZ bcj architecture filter if available

xz supports using an architecture specific BCJ filter, use that one to
save us a couple kB while producing squashfs filesystems (mimics the
Linux kernel).

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35097 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomac80211: fix enabling HT40-
nbd [Fri, 11 Jan 2013 13:24:20 +0000 (13:24 +0000)]
mac80211: fix enabling HT40-

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35096 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[package] base-files: Don't pass '--set-worker /lib/hotplug2/worker_fork.so' to hotpl...
acinonyx [Fri, 11 Jan 2013 13:20:51 +0000 (13:20 +0000)]
[package] base-files: Don't pass '--set-worker /lib/hotplug2/worker_fork.so' to hotplug2 (#12781)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35095 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomac80211: add a fix for ht40 connections
nbd [Fri, 11 Jan 2013 11:49:11 +0000 (11:49 +0000)]
mac80211: add a fix for ht40 connections

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35094 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoath9k: add updated tx gain tables, fixes stability issues on TL-WDR4300 and other...
nbd [Thu, 10 Jan 2013 18:46:36 +0000 (18:46 +0000)]
ath9k: add updated tx gain tables, fixes stability issues on TL-WDR4300 and other devices

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35089 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agonetfilter: xt_NOTRACK is incorporated in xt_CT as of 3.8-rc3
florian [Thu, 10 Jan 2013 17:20:29 +0000 (17:20 +0000)]
netfilter: xt_NOTRACK is incorporated in xt_CT as of 3.8-rc3

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35087 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomvebu: update to 3.8-rc3
florian [Thu, 10 Jan 2013 17:20:25 +0000 (17:20 +0000)]
mvebu: update to 3.8-rc3

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35086 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agobrcm47xx: update bgmac driver to the version in mainline kernel
hauke [Thu, 10 Jan 2013 14:22:19 +0000 (14:22 +0000)]
brcm47xx: update bgmac driver to the version in mainline kernel

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35083 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoath9k: add some calibration fixes from wireless-testing
nbd [Thu, 10 Jan 2013 14:09:50 +0000 (14:09 +0000)]
ath9k: add some calibration fixes from wireless-testing

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35081 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: update bcma and ssb to master-2013-01-09 from wireless-testing
hauke [Thu, 10 Jan 2013 14:05:18 +0000 (14:05 +0000)]
kernel: update bcma and ssb to master-2013-01-09 from wireless-testing

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35080 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[cns3xxx]: clean up PCI bus topology
kaloz [Thu, 10 Jan 2013 13:25:12 +0000 (13:25 +0000)]
[cns3xxx]: clean up PCI bus topology

This makes the PCI bus topology more standard for devices behind a bridge

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35079 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[cns3xxx]: clean up PCI bus topology
kaloz [Thu, 10 Jan 2013 13:23:33 +0000 (13:23 +0000)]
[cns3xxx]: clean up PCI bus topology

This makes the PCI bus topology more standard for devices behind a bridge

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35078 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[lantiq] fixes USB reset on ARV7518
blogic [Thu, 10 Jan 2013 06:44:58 +0000 (06:44 +0000)]
[lantiq] fixes USB reset on ARV7518

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35077 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agotoolchain: fix libpthread package for musl based toolchains (#12651)
florian [Wed, 9 Jan 2013 15:36:43 +0000 (15:36 +0000)]
toolchain: fix libpthread package for musl based toolchains (#12651)

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35069 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoath9k: correct a logic error in the rx path fix
nbd [Wed, 9 Jan 2013 15:16:52 +0000 (15:16 +0000)]
ath9k: correct a logic error in the rx path fix

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35067 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomac80211, ath9k: merge some pending fixes from linux-wireless@
nbd [Wed, 9 Jan 2013 12:56:25 +0000 (12:56 +0000)]
mac80211, ath9k: merge some pending fixes from linux-wireless@

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35066 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomac80211: update to 2013-01-07, add several ath9k stability fixes
nbd [Wed, 9 Jan 2013 12:45:28 +0000 (12:45 +0000)]
mac80211: update to 2013-01-07, add several ath9k stability fixes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35063 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[lantiq] fixes none-pci build
blogic [Wed, 9 Jan 2013 09:04:09 +0000 (09:04 +0000)]
[lantiq] fixes none-pci build

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35062 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: add kmod-mvsdio MMC host controller for Marvell targets
florian [Tue, 8 Jan 2013 22:20:30 +0000 (22:20 +0000)]
kernel: add kmod-mvsdio MMC host controller for Marvell targets

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35061 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: make kmod-of-i2c available for the mvebu target
florian [Tue, 8 Jan 2013 22:20:25 +0000 (22:20 +0000)]
kernel: make kmod-of-i2c available for the mvebu target

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35060 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: adjust orion/kirkwood packages to also build for mvebu target
florian [Tue, 8 Jan 2013 22:20:21 +0000 (22:20 +0000)]
kernel: adjust orion/kirkwood packages to also build for mvebu target

Armada XP/370 boards share these hardware blocks with Orion and Kirkwood
SoCs.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35059 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomvebu: add inital support for Marvell Armada XP/370 SoCs
florian [Tue, 8 Jan 2013 22:20:16 +0000 (22:20 +0000)]
mvebu: add inital support for Marvell Armada XP/370 SoCs

This brings in the initial support for the Marvell Armada XP/370 SoCs.
Successfully tested on RD-A370-A1 and DB-MV784MP-GP boards the following
interfaces:

- Ethernet
- SDIO
- GPIOs
- SATA

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35058 3c298f89-4303-0410-b956-a3cf2f4a3e73