Florian Fainelli [Thu, 17 Jan 2013 22:28:33 +0000 (22:28 +0000)]
mvebu: add default profile
Such that relevant kernel modules are selected (USB, I2C, SATA, RTC,
SDIO)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35206
Steven Barth [Thu, 17 Jan 2013 16:16:06 +0000 (16:16 +0000)]
ipv6-support: Rename enable-ipv6 UCI defaults
SVN-Revision: 35205
Steven Barth [Thu, 17 Jan 2013 16:16:02 +0000 (16:16 +0000)]
base-files: rename ULA generation script
SVN-Revision: 35204
Jo-Philipp Wich [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
SVN-Revision: 35203
Jo-Philipp Wich [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)
SVN-Revision: 35200
Gabor Juhos [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>
SVN-Revision: 35194
Jo-Philipp Wich [Thu, 17 Jan 2013 12:29:26 +0000 (12:29 +0000)]
xtables-addons: move to package/, add myself as maintainer
SVN-Revision: 35193
Felix Fietkau [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>
SVN-Revision: 35191
Felix Fietkau [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
SVN-Revision: 35190
Steven Barth [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
SVN-Revision: 35189
Steven Barth [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"
SVN-Revision: 35188
Steven Barth [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
SVN-Revision: 35187
Florian Fainelli [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>
SVN-Revision: 35181
Florian Fainelli [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>
SVN-Revision: 35180
Florian Fainelli [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>
SVN-Revision: 35179
Florian Fainelli [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>
SVN-Revision: 35178
Florian Fainelli [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>
SVN-Revision: 35177
Florian Fainelli [Tue, 15 Jan 2013 19:55:19 +0000 (19:55 +0000)]
mvebu: add support for RTC
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35176
Steven Barth [Tue, 15 Jan 2013 13:08:19 +0000 (13:08 +0000)]
ipv6-support: Switch to native IPv6 support
SVN-Revision: 35174
Steven Barth [Tue, 15 Jan 2013 13:08:14 +0000 (13:08 +0000)]
6rd: add support for native IPv6 prefix handling
SVN-Revision: 35173
Steven Barth [Tue, 15 Jan 2013 13:08:10 +0000 (13:08 +0000)]
6to4: add support for native IPv6 prefix handling
SVN-Revision: 35172
Steven Barth [Tue, 15 Jan 2013 13:08:05 +0000 (13:08 +0000)]
6in4: add support for native IPv6 prefix handling
SVN-Revision: 35171
Steven Barth [Tue, 15 Jan 2013 13:08:00 +0000 (13:08 +0000)]
6relayd: add suitable default configuration
SVN-Revision: 35170
Steven Barth [Tue, 15 Jan 2013 13:07:56 +0000 (13:07 +0000)]
6distributed: Remove obsolete service (replaced by netifd)
SVN-Revision: 35169
Steven Barth [Tue, 15 Jan 2013 13:07:51 +0000 (13:07 +0000)]
base-files: add support for ipv6-prefixes in connection with netifd
SVN-Revision: 35168
Steven Barth [Tue, 15 Jan 2013 13:07:41 +0000 (13:07 +0000)]
netifd: Introduce native IPv6 prefix-handling
SVN-Revision: 35167
Felix Fietkau [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
SVN-Revision: 35162
Gabor Juhos [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>
SVN-Revision: 35161
Gabor Juhos [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>
SVN-Revision: 35160
Gabor Juhos [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>
SVN-Revision: 35159
Felix Fietkau [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
SVN-Revision: 35158
Florian Fainelli [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>
SVN-Revision: 35157
Florian Fainelli [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>
SVN-Revision: 35156
Jo-Philipp Wich [Mon, 14 Jan 2013 16:12:56 +0000 (16:12 +0000)]
netfilter.mk: add addrtype match to iptables-mod-extra (kmod-ipt-extra)
SVN-Revision: 35155
Felix Fietkau [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
SVN-Revision: 35154
Felix Fietkau [Mon, 14 Jan 2013 15:58:46 +0000 (15:58 +0000)]
ath9k: fix a soft lockup on smp systems
SVN-Revision: 35152
Felix Fietkau [Mon, 14 Jan 2013 09:51:53 +0000 (09:51 +0000)]
ath9k: remove a lock to fix a deadlock on hw reset
SVN-Revision: 35147
Felix Fietkau [Sun, 13 Jan 2013 22:10:14 +0000 (22:10 +0000)]
mac80211: fix monitor mode injection
SVN-Revision: 35145
Jo-Philipp Wich [Sun, 13 Jan 2013 20:59:51 +0000 (20:59 +0000)]
rules.mk: only select latest libgcc.a with wildcard match (#12798)
SVN-Revision: 35144
Gabor Juhos [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>
SVN-Revision: 35143
Jo-Philipp Wich [Sun, 13 Jan 2013 19:49:06 +0000 (19:49 +0000)]
libnfnetlink: update to v1.0.1
SVN-Revision: 35142
Jo-Philipp Wich [Sun, 13 Jan 2013 19:49:01 +0000 (19:49 +0000)]
ubus: update to git head, passes u64 blob types as doubles to Lua
SVN-Revision: 35141
Jo-Philipp Wich [Sun, 13 Jan 2013 19:48:52 +0000 (19:48 +0000)]
netifd: update to git head, adds 64bit counters
SVN-Revision: 35140
Felix Fietkau [Sun, 13 Jan 2013 18:55:39 +0000 (18:55 +0000)]
ath9k: fix memory corruption issues on ar5416/ar91xx
SVN-Revision: 35139
Steven Barth [Sun, 13 Jan 2013 18:06:24 +0000 (18:06 +0000)]
odhcp6c: Send RS on start
SVN-Revision: 35137
Steven Barth [Sun, 13 Jan 2013 17:35:09 +0000 (17:35 +0000)]
odhcp6c: Add preliminary proto-handler
SVN-Revision: 35135
Steven Barth [Sun, 13 Jan 2013 17:25:43 +0000 (17:25 +0000)]
ipv6-support: don't use disable_ipv6
SVN-Revision: 35134
Steven Barth [Sun, 13 Jan 2013 17:25:38 +0000 (17:25 +0000)]
6relayd: Rewrite init-script logic
SVN-Revision: 35133
Felix Fietkau [Sun, 13 Jan 2013 16:48:23 +0000 (16:48 +0000)]
ar71xx: fix unaligned access in cls_u32
SVN-Revision: 35132
Felix Fietkau [Sun, 13 Jan 2013 15:57:05 +0000 (15:57 +0000)]
add ustream-ssl, an ustream abstraction library for SSL stream sockets
SVN-Revision: 35131
Felix Fietkau [Sun, 13 Jan 2013 15:37:58 +0000 (15:37 +0000)]
ar71xx: fix unaligned access in a few more places
SVN-Revision: 35130
Felix Fietkau [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
SVN-Revision: 35129
Felix Fietkau [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
SVN-Revision: 35128
Felix Fietkau [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
SVN-Revision: 35127
Felix Fietkau [Sun, 13 Jan 2013 12:23:42 +0000 (12:23 +0000)]
kernel: add back the mips module relocation patch
SVN-Revision: 35126
Felix Fietkau [Sun, 13 Jan 2013 11:33:48 +0000 (11:33 +0000)]
ar71xx: add more cpu feature overrides, slightly reduces kernel size
SVN-Revision: 35125
Felix Fietkau [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
SVN-Revision: 35124
Felix Fietkau [Sun, 13 Jan 2013 11:33:39 +0000 (11:33 +0000)]
kernel: fix enabling coredump support on 3.7+
SVN-Revision: 35123
Hauke Mehrtens [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>
SVN-Revision: 35121
Felix Fietkau [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
SVN-Revision: 35120
Gabor Juhos [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>
SVN-Revision: 35119
Gabor Juhos [Sat, 12 Jan 2013 12:29:53 +0000 (12:29 +0000)]
malta: remove 3.6 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35118
Gabor Juhos [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>
SVN-Revision: 35117
Gabor Juhos [Sat, 12 Jan 2013 12:25:42 +0000 (12:25 +0000)]
adm5120: remove 3.6 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35116
Gabor Juhos [Sat, 12 Jan 2013 12:25:40 +0000 (12:25 +0000)]
adm5120: switch to 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35115
Gabor Juhos [Sat, 12 Jan 2013 12:25:38 +0000 (12:25 +0000)]
ar71xx: remove 3.6 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35114
Gabor Juhos [Sat, 12 Jan 2013 12:25:36 +0000 (12:25 +0000)]
ar71xx: switch to 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35113
Gabor Juhos [Sat, 12 Jan 2013 12:25:34 +0000 (12:25 +0000)]
mpc83xx: remove 3.6 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35112
Gabor Juhos [Sat, 12 Jan 2013 12:25:32 +0000 (12:25 +0000)]
mpc83xx: switch to 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35111
Gabor Juhos [Sat, 12 Jan 2013 12:25:30 +0000 (12:25 +0000)]
ramips: remove 3.6 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35110
Gabor Juhos [Sat, 12 Jan 2013 12:25:28 +0000 (12:25 +0000)]
ramips: switch to 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35109
Gabor Juhos [Sat, 12 Jan 2013 12:25:26 +0000 (12:25 +0000)]
rb532: remove 3.6 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35108
Gabor Juhos [Sat, 12 Jan 2013 12:25:24 +0000 (12:25 +0000)]
rb532: switch to 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35107
Gabor Juhos [Sat, 12 Jan 2013 12:25:21 +0000 (12:25 +0000)]
ppc44x: remove 3.6 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35106
Gabor Juhos [Sat, 12 Jan 2013 12:25:20 +0000 (12:25 +0000)]
ppc44x: switch to 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35105
Gabor Juhos [Sat, 12 Jan 2013 12:25:18 +0000 (12:25 +0000)]
ppc40x: remove 3.6 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35104
Gabor Juhos [Sat, 12 Jan 2013 12:25:16 +0000 (12:25 +0000)]
ppc40x: switch to 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35103
Gabor Juhos [Sat, 12 Jan 2013 12:25:14 +0000 (12:25 +0000)]
cns21xx: remove 3.6 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35102
Gabor Juhos [Sat, 12 Jan 2013 12:25:12 +0000 (12:25 +0000)]
cns21xx: switch to 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35101
Gabor Juhos [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>
SVN-Revision: 35100
Florian Fainelli [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>
SVN-Revision: 35097
Felix Fietkau [Fri, 11 Jan 2013 13:24:20 +0000 (13:24 +0000)]
mac80211: fix enabling HT40-
SVN-Revision: 35096
Vasilis Tsiligiannis [Fri, 11 Jan 2013 13:20:51 +0000 (13:20 +0000)]
base-files: Don't pass '--set-worker /lib/hotplug2/worker_fork.so' to hotplug2 (#12781)
SVN-Revision: 35095
Felix Fietkau [Fri, 11 Jan 2013 11:49:11 +0000 (11:49 +0000)]
mac80211: add a fix for ht40 connections
SVN-Revision: 35094
Felix Fietkau [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
SVN-Revision: 35089
Florian Fainelli [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>
SVN-Revision: 35087
Florian Fainelli [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>
SVN-Revision: 35086
Hauke Mehrtens [Thu, 10 Jan 2013 14:22:19 +0000 (14:22 +0000)]
brcm47xx: update bgmac driver to the version in mainline kernel
SVN-Revision: 35083
Felix Fietkau [Thu, 10 Jan 2013 14:09:50 +0000 (14:09 +0000)]
ath9k: add some calibration fixes from wireless-testing
SVN-Revision: 35081
Hauke Mehrtens [Thu, 10 Jan 2013 14:05:18 +0000 (14:05 +0000)]
kernel: update bcma and ssb to master-2013-01-09 from wireless-testing
SVN-Revision: 35080
Imre Kaloz [Thu, 10 Jan 2013 13:25:12 +0000 (13:25 +0000)]
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>
SVN-Revision: 35079
Imre Kaloz [Thu, 10 Jan 2013 13:23:33 +0000 (13:23 +0000)]
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>
SVN-Revision: 35078
John Crispin [Thu, 10 Jan 2013 06:44:58 +0000 (06:44 +0000)]
fixes USB reset on ARV7518
SVN-Revision: 35077
Florian Fainelli [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>
SVN-Revision: 35069
Felix Fietkau [Wed, 9 Jan 2013 15:16:52 +0000 (15:16 +0000)]
ath9k: correct a logic error in the rx path fix
SVN-Revision: 35067
Felix Fietkau [Wed, 9 Jan 2013 12:56:25 +0000 (12:56 +0000)]
mac80211, ath9k: merge some pending fixes from linux-wireless@
SVN-Revision: 35066
Felix Fietkau [Wed, 9 Jan 2013 12:45:28 +0000 (12:45 +0000)]
mac80211: update to 2013-01-07, add several ath9k stability fixes
SVN-Revision: 35063
John Crispin [Wed, 9 Jan 2013 09:04:09 +0000 (09:04 +0000)]
fixes none-pci build
SVN-Revision: 35062
Florian Fainelli [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>
SVN-Revision: 35061
Florian Fainelli [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>
SVN-Revision: 35060