Felix Fietkau [Sat, 6 Jul 2013 14:49:24 +0000 (14:49 +0000)]
kernel: disable zisofs and zlib by default, reduces kernel size after lzma by ~10k
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37187
Felix Fietkau [Sat, 6 Jul 2013 14:49:20 +0000 (14:49 +0000)]
gettext-full: use portability header files for byteswapping on non-linux systems
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37186
Felix Fietkau [Sat, 6 Jul 2013 14:49:16 +0000 (14:49 +0000)]
gettext-full: add a patch to suppress duplicate definitions of error_print_progname which break on some systems
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37185
Felix Fietkau [Sat, 6 Jul 2013 14:49:12 +0000 (14:49 +0000)]
gettext-full: refresh patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37184
Felix Fietkau [Sat, 6 Jul 2013 14:49:08 +0000 (14:49 +0000)]
tools: include endian.h from byteswap.h to ensure that bswap_* is available
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37183
Felix Fietkau [Sat, 6 Jul 2013 14:49:04 +0000 (14:49 +0000)]
xfsprogs: disable blkid support to fix build errors
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37182
Felix Fietkau [Sat, 6 Jul 2013 14:48:56 +0000 (14:48 +0000)]
imx23: fix kernel module dependencies
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37181
Felix Fietkau [Fri, 5 Jul 2013 09:16:08 +0000 (09:16 +0000)]
gcc: fix up displayed version after r37179
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37180
Felix Fietkau [Fri, 5 Jul 2013 07:53:14 +0000 (07:53 +0000)]
gcc: do not delete DATESTAMP and DEV-PHASE version info (fixes __GLIBCXX__ definition)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37179
Luka Perkov [Fri, 5 Jul 2013 07:44:42 +0000 (07:44 +0000)]
lantiq: add device tree support for arv4519pw
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37178
Felix Fietkau [Fri, 5 Jul 2013 02:04:40 +0000 (02:04 +0000)]
feeds.conf.default: switch packages feed to git (#13818)
SVN-Revision: 37177
Luka Perkov [Thu, 4 Jul 2013 23:31:39 +0000 (23:31 +0000)]
ar71xx: merge patches [611-*,621-*] into 610-*
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37176
Zoltan Herpai [Thu, 4 Jul 2013 22:25:26 +0000 (22:25 +0000)]
imx23: bump kernel to 3.10
- fix BOARDNAME
- add profile for Olinuxino boards
- prep image Makefile for u-boot inclusion, separate out bootlet build
- update kernel config to reflect updated chipidea requirements
- update rtc/watchdog config
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 37175
Luka Perkov [Thu, 4 Jul 2013 21:26:01 +0000 (21:26 +0000)]
toolchain/musl: add version 0.9.11
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37173
Jo-Philipp Wich [Thu, 4 Jul 2013 18:10:36 +0000 (18:10 +0000)]
firewall: allow routed lan<->lan traffic by default
SVN-Revision: 37171
Zoltan Herpai [Thu, 4 Jul 2013 16:58:22 +0000 (16:58 +0000)]
kernel/generic: add missing regulator symbols for 3.10
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 37169
Jo-Philipp Wich [Thu, 4 Jul 2013 16:57:03 +0000 (16:57 +0000)]
lldpd: upgrade to 0.7.5
lldpd 0.7.1 has several alignment issues that trip a system configured
to fault on misaligned accesses. Version 0.7.5 fixes that along with a
few other minor issues.
Signed-off-by: John Szakmeister <john@szakmeister.net>
SVN-Revision: 37168
Luka Perkov [Thu, 4 Jul 2013 13:45:29 +0000 (13:45 +0000)]
ar71xx: Buffalo WZR-HP-AG300H (600DHP) enable PCI
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37167
Jonas Gorski [Thu, 4 Jul 2013 13:41:50 +0000 (13:41 +0000)]
include: also check CONFIG_GPIOLIB for GPIO_SUPPORT
Recent kernels removed GENERIC_GPIO and require GPIO capable
targets to select GPIOLIB instead, so check for both symbols.
Fixed #13814.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37166
John Crispin [Thu, 4 Jul 2013 13:31:32 +0000 (13:31 +0000)]
px5g: creates certificates that expire in the past
the attached patch fixes a bug of px5g when instructed to build
certificates that expire after 2038-01-19, caused a multiplication that
may overflow the "to" variable of type time_t
Attached patch checks if "to" precedes "from": if so sets "to" to its
maximum value. Pretty rude, but works well even if certificate is set to
expire in a century
Signed-off-by: Federico Fissore <federico@fissore.org>
Patchork: http://patchwork.openwrt.org/patch/3749/
SVN-Revision: 37165
John Crispin [Thu, 4 Jul 2013 13:31:28 +0000 (13:31 +0000)]
kernel: fix 8250 ko name for 3.9
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37164
John Crispin [Thu, 4 Jul 2013 13:31:23 +0000 (13:31 +0000)]
ramips: fix RT-N13U gpio buttons
https://dev.openwrt.org/ticket/13795
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37163
John Crispin [Thu, 4 Jul 2013 13:31:18 +0000 (13:31 +0000)]
mac80211: make rt2x00_soc depend on !rt3883
https://dev.openwrt.org/ticket/13777
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37162
John Crispin [Thu, 4 Jul 2013 13:31:13 +0000 (13:31 +0000)]
brcm47xx: fix module insert order
https://dev.openwrt.org/ticket/13811
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37161
John Crispin [Thu, 4 Jul 2013 13:31:09 +0000 (13:31 +0000)]
button-hotplug: Add KEY_POWER handling
When running OpenWrt within KVM KEY_POWER is generated from the ACPI
button driver when restarting or powering down the VM.
Extend button-hotplug to allow user space handlers for these events.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Patchwork: http://patchwork.openwrt.org/patch/3799/
SVN-Revision: 37160
John Crispin [Thu, 4 Jul 2013 13:31:04 +0000 (13:31 +0000)]
libubox: update to latest git revision
fixes bug in runqueue complete handling
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37159
John Crispin [Thu, 4 Jul 2013 13:30:59 +0000 (13:30 +0000)]
procd: bump to latest git revision
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37158
John Crispin [Thu, 4 Jul 2013 13:30:55 +0000 (13:30 +0000)]
procd: extend shell binding with trigger support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37157
John Crispin [Thu, 4 Jul 2013 13:30:41 +0000 (13:30 +0000)]
ubox: dont install lsbloader and symlink lsmod
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37156
Luka Perkov [Thu, 4 Jul 2013 12:48:52 +0000 (12:48 +0000)]
ar71xx: $(KDIR_TMP) must be present before starting initramfs build
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37155
Jonas Gorski [Wed, 3 Jul 2013 17:51:54 +0000 (17:51 +0000)]
ixp4xx: replace magic number with macros in avila/ixdp425/miccpt PCI routing setup
Replace magic number with the appropriate macro in
avila/ixdp425/miccpt PCI routing setup.
Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37154
Jonas Gorski [Wed, 3 Jul 2013 17:51:44 +0000 (17:51 +0000)]
ixp4xx: switch to kernel 3.10
Fixes network issues at least on NSLU2 (#13801).
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37153
Florian Fainelli [Wed, 3 Jul 2013 17:23:55 +0000 (17:23 +0000)]
trace-cmd: remove the compile fix patch
And instead override TARGET_CFLAGS to set _GNU_SOURCE accordingly since
this is the upstream maintainer solution.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37152
Steven Barth [Wed, 3 Jul 2013 16:14:24 +0000 (16:14 +0000)]
odhcp6c: avoid integer overflows in resend logic
SVN-Revision: 37150
Steven Barth [Wed, 3 Jul 2013 13:50:06 +0000 (13:50 +0000)]
odhcp6c: add missing config parameter
SVN-Revision: 37148
Florian Fainelli [Wed, 3 Jul 2013 10:43:51 +0000 (10:43 +0000)]
kernel: add KERNEL_FTRACE_SYSCALLS option
Newer kernels propose to trace system calls, add an option to allow just
that.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37146
Luka Perkov [Wed, 3 Jul 2013 09:17:15 +0000 (09:17 +0000)]
lantiq: fix initramfs
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37143
Luka Perkov [Wed, 3 Jul 2013 01:12:07 +0000 (01:12 +0000)]
usbutils: upgrade to version 007
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37141
Luka Perkov [Tue, 2 Jul 2013 23:08:19 +0000 (23:08 +0000)]
uboot-envtools: add support for imx6 target
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37136
Luka Perkov [Tue, 2 Jul 2013 23:08:17 +0000 (23:08 +0000)]
uboot-envtools: upgrade to 2013.07-rc1
Support for writing on MMC devices has been added.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37135
Luka Perkov [Tue, 2 Jul 2013 23:08:16 +0000 (23:08 +0000)]
imx6: make kernel_oldconfig
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37134
Felix Fietkau [Tue, 2 Jul 2013 11:14:15 +0000 (11:14 +0000)]
build: remove hotplug2 from DEFAULT_PACKAGES
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37132
Luka Perkov [Tue, 2 Jul 2013 10:45:32 +0000 (10:45 +0000)]
ar71xx: Buffalo WZR-HP-AG300H (600DHP) change button type
switch buttons should be declared as switch so the failsafe shell is not
triggered by accident in procd
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37131
Luka Perkov [Tue, 2 Jul 2013 10:45:31 +0000 (10:45 +0000)]
gpio-button-hotplug: add support for EV_SW
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37130
Florian Fainelli [Tue, 2 Jul 2013 10:43:31 +0000 (10:43 +0000)]
ar71xx: only invoke Initramfs building when enabled
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37129
Luka Perkov [Tue, 2 Jul 2013 09:59:17 +0000 (09:59 +0000)]
include: fix path for kernel-generated cpio removal
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37128
John Crispin [Tue, 2 Jul 2013 09:35:08 +0000 (09:35 +0000)]
ubox: add e2fsck support
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 37127
John Crispin [Tue, 2 Jul 2013 09:34:45 +0000 (09:34 +0000)]
lantiq: xrx200_net compile fix
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37126
Florian Fainelli [Mon, 1 Jul 2013 20:52:00 +0000 (20:52 +0000)]
include: force a kernel-generated cpio removal and rebuild
Make sure that the kernel rebuilds the initramfs cpio archive file by
deleting it before so we get it re-generated properly.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37125
Jonas Gorski [Mon, 1 Jul 2013 18:42:49 +0000 (18:42 +0000)]
ixp4xx: add support for linux 3.10
Run tested on a NSLU2.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37124
Jonas Gorski [Mon, 1 Jul 2013 18:42:39 +0000 (18:42 +0000)]
kernel: add missing config symbol for 3.10
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37123
Florian Fainelli [Mon, 1 Jul 2013 17:57:09 +0000 (17:57 +0000)]
Revert "prereq-build: check for "bc" (#13767)"
Makes all buildbot builds fail; until we get the right software
installed, revert this changeset.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37122
Florian Fainelli [Mon, 1 Jul 2013 15:37:25 +0000 (15:37 +0000)]
ar71xx: fix initramfs images generation after r37049
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37120
Felix Fietkau [Mon, 1 Jul 2013 15:36:12 +0000 (15:36 +0000)]
libjson-c: rename the libjson binary package to libjson-c, add a new libjson package with the compatibility library (to deal with the rename)
SVN-Revision: 37119
Jonas Gorski [Mon, 1 Jul 2013 13:21:06 +0000 (13:21 +0000)]
kernel: update linux 3.10 to 3.10 final
3.10 final is out, so refresh patches and add md5sum.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37116
Jo-Philipp Wich [Mon, 1 Jul 2013 11:03:02 +0000 (11:03 +0000)]
gettext-full: always use shipped libcroco, unbreaks build if a different libcroco is installed on the host (#12539)
Based on patch from Joerg Hollmann <Joerg.Hollmann@t-online.de>
SVN-Revision: 37115
Jo-Philipp Wich [Mon, 1 Jul 2013 10:52:35 +0000 (10:52 +0000)]
hostapd: truncate default mac file before adding entries to it (#13797)
SVN-Revision: 37114
Felix Fietkau [Sun, 30 Jun 2013 21:03:48 +0000 (21:03 +0000)]
ramips: update wlan firmware hotplug script for new eeprom size
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37112
Felix Fietkau [Sun, 30 Jun 2013 21:01:13 +0000 (21:01 +0000)]
hostapd: fix multi-ssid and AP+STA, clean up code
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37111
Felix Fietkau [Sun, 30 Jun 2013 20:27:38 +0000 (20:27 +0000)]
hostapd: update to latest git version
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37110
Felix Fietkau [Sun, 30 Jun 2013 17:54:20 +0000 (17:54 +0000)]
rt2x00: fix rf id override for RT5350
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37109
Florian Fainelli [Sun, 30 Jun 2013 17:14:47 +0000 (17:14 +0000)]
prereq-build: check for "bc" (#13767)
bc is required by the kernel to compute timeconsts files, add bc to the
list of prereq to build OpenWrt.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37108
Florian Fainelli [Sun, 30 Jun 2013 17:09:21 +0000 (17:09 +0000)]
buildroot: filter out dtbs KERNELNAME target (#13785)
Do not attempt to copy arch/$(LINUX_KARCH)/boot/dtbs because these are
not real files, fixes #13785.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37107
Felix Fietkau [Sun, 30 Jun 2013 16:01:45 +0000 (16:01 +0000)]
busybox: disable the watchdog utility by default (procd handles watchdog devices)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37106
Felix Fietkau [Sun, 30 Jun 2013 14:49:14 +0000 (14:49 +0000)]
mac80211: use a new tarball with updated backport code
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37105
Jonas Gorski [Sun, 30 Jun 2013 13:10:12 +0000 (13:10 +0000)]
kernel: update linux 3.9 to 3.9.8
Includes memory allocation fixes as well as several networking fixes.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37103
Jonas Gorski [Sun, 30 Jun 2013 13:10:08 +0000 (13:10 +0000)]
brcm63xx: Fixes and additions to the GPIO assignment of Huawei HW556 leds
- Some fixes for the incorrect GPIO assignment of leds on Huawei HW556.
- Addition of unassigned (LAN) leds which can be found on the back of the device.
Signed-off-by: Angga Reza Fardana <angga@norture.com>
Patchwork: http://patchwork.openwrt.org/patch/3744/
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37102
Jonas Gorski [Sun, 30 Jun 2013 13:10:05 +0000 (13:10 +0000)]
bcm63xx: Improve CFE version mod patch.
Fix "cfe-" string length copy.
Check if there's an extra byte a.b.c-d.e / a.b.c-d.e-f.
Add support for Huawei CFE versions ("cfe-vd").
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3766/
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37101
Jonas Gorski [Sun, 30 Jun 2013 13:10:03 +0000 (13:10 +0000)]
bcm63xx: enable all SoCs for both subtargets
Now that SMP kernels also work on older SoCs, also enable them for SMP.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37100
Jonas Gorski [Sun, 30 Jun 2013 13:10:00 +0000 (13:10 +0000)]
bcm63xx: make smp kernels boot on older SoCs
Enhance BMIPS support so SMP kernels work on older chips.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37099
Jonas Gorski [Sun, 30 Jun 2013 13:09:50 +0000 (13:09 +0000)]
bcm63xx: update patches
Update patches with their upstream versions.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37098
Felix Fietkau [Sun, 30 Jun 2013 10:44:19 +0000 (10:44 +0000)]
mac80211: update to wireless-testing 2013-06-27, fix ATH_USER_REGD handling
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37097
Felix Fietkau [Sun, 30 Jun 2013 07:54:51 +0000 (07:54 +0000)]
uClibc: use position independent code for crt1, slightly reduces size of all executables
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37096
Felix Fietkau [Sun, 30 Jun 2013 07:54:47 +0000 (07:54 +0000)]
gcc: add a patch to get rid of useless java class sections
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37095
Felix Fietkau [Sun, 30 Jun 2013 07:54:43 +0000 (07:54 +0000)]
binutils: stop generating the useless _DYNAMIC_LINKING symbol on mips
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37094
Felix Fietkau [Sun, 30 Jun 2013 07:54:37 +0000 (07:54 +0000)]
binutils: remove some unused obsolete versions
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37093
Mirko Vogt [Sat, 29 Jun 2013 20:59:10 +0000 (20:59 +0000)]
depend on libubox
SVN-Revision: 37092
John Crispin [Sat, 29 Jun 2013 19:37:11 +0000 (19:37 +0000)]
metadata.pl: fixpath exclusion of kernel packages
module and build deps did not work for kernel modules
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37091
Felix Fietkau [Sat, 29 Jun 2013 19:01:49 +0000 (19:01 +0000)]
gpio-button-hotplug: improve gpio button debouncing, verify state changes over multiple polls. fixes spurious failsafe triggers (#13784)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37090
John Crispin [Sat, 29 Jun 2013 18:16:56 +0000 (18:16 +0000)]
lantiq: add v3.9 support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37089
John Crispin [Sat, 29 Jun 2013 16:51:09 +0000 (16:51 +0000)]
ubox: add support for delay_root option
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37088
John Crispin [Sat, 29 Jun 2013 16:33:46 +0000 (16:33 +0000)]
lantiq: Add support for loading athxk eeproms through mtd
This patch enables retrieving the wifi calibration data from an MTD partition.
Try to copy mac address from ethernet before generating a random one.
This fixes DGN3500 ath9k support.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 37087
John Crispin [Sat, 29 Jun 2013 16:33:37 +0000 (16:33 +0000)]
lantiq: fix kernel config for DEU support
Trying to load the DEU modules results in unresolved symbols. This
provides them. This requires the previous patch to be applied first.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 37086
John Crispin [Sat, 29 Jun 2013 16:33:28 +0000 (16:33 +0000)]
lantiq: make xrx200 network driver use a tasklet for rx housekeeping
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37085
John Crispin [Sat, 29 Jun 2013 16:33:18 +0000 (16:33 +0000)]
lantiq: remove 3.7 kernel patches
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37084
Jo-Philipp Wich [Sat, 29 Jun 2013 13:28:27 +0000 (13:28 +0000)]
firewall: update to git head
- uses custom formatting for mac addresses to ensure leading zeroes, required for older iptables mac match parser
SVN-Revision: 37082
Felix Fietkau [Sat, 29 Jun 2013 12:38:15 +0000 (12:38 +0000)]
ath9k: fix tx queue pending frame counter when dropping packets
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37081
John Crispin [Sat, 29 Jun 2013 08:41:03 +0000 (08:41 +0000)]
ramips: unbreak initramfs generation
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37080
Florian Fainelli [Fri, 28 Jun 2013 22:56:34 +0000 (22:56 +0000)]
targets: fix remaining targets for initramfs builds
Fix some bugs that slipped through while making initramfs non exclusive.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37079
Felix Fietkau [Fri, 28 Jun 2013 19:14:54 +0000 (19:14 +0000)]
mac80211: fix cck rate sampling in minstrel_ht
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37078
John Crispin [Fri, 28 Jun 2013 14:43:34 +0000 (14:43 +0000)]
ubox: update to latest git revision
fixes a endianess bug inside the uuid code
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37077
Felix Fietkau [Fri, 28 Jun 2013 11:27:31 +0000 (11:27 +0000)]
e2fsprogs: change the so-version of libcom_err to prevent conflicts, move it into the libext2fs package, get rid of the pthread dependency
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37076
Felix Fietkau [Fri, 28 Jun 2013 11:27:27 +0000 (11:27 +0000)]
e2fsprogs: allow mklibs to strip libext2fs.so
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37075
Felix Fietkau [Fri, 28 Jun 2013 11:27:24 +0000 (11:27 +0000)]
ubus: fix ubus lua binding duplication
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37074
Felix Fietkau [Fri, 28 Jun 2013 11:27:20 +0000 (11:27 +0000)]
kernel: add global menuconfig option to enable kexec support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37073
Felix Fietkau [Fri, 28 Jun 2013 11:27:16 +0000 (11:27 +0000)]
kexec-tools: reduce size
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37072
Felix Fietkau [Fri, 28 Jun 2013 11:27:13 +0000 (11:27 +0000)]
kexec-tools: make zlib support optional, but enabled by default
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37071
Felix Fietkau [Fri, 28 Jun 2013 11:27:09 +0000 (11:27 +0000)]
e2fsprogs: disable library installation
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37070
Felix Fietkau [Fri, 28 Jun 2013 11:27:06 +0000 (11:27 +0000)]
orion: disable normal router support for the harddisk subtarget
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37069
Felix Fietkau [Fri, 28 Jun 2013 11:27:02 +0000 (11:27 +0000)]
orion: disable CONFIG_VM_EVENT_COUNTERS by default
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37068