John Crispin [Fri, 5 Oct 2012 10:44:43 +0000 (10:44 +0000)]
set Attitude Adjustment specifc names and urls
SVN-Revision: 33627
Hauke Mehrtens [Thu, 4 Oct 2012 21:39:22 +0000 (21:39 +0000)]
acx-mac80211: adapt interface changes in mac80211
The prototype of conf_tx and tx in struct ieee80211_ops changed some
time ago and was not compatible with the prototype assumes by
acs-mac80211.
At least I do not see any compile warnings about this any more.
SVN-Revision: 33624
Gabor Juhos [Thu, 4 Oct 2012 20:16:06 +0000 (20:16 +0000)]
ar71xx: build image for the TL-WR841N/ND v8
SVN-Revision: 33623
Gabor Juhos [Thu, 4 Oct 2012 20:16:05 +0000 (20:16 +0000)]
ar71xx: user-space support for TL-WR841N/ND v8
SVN-Revision: 33622
Gabor Juhos [Thu, 4 Oct 2012 20:16:03 +0000 (20:16 +0000)]
ar71xx: add support for the TL-WR841N/ND v8 board
SVN-Revision: 33621
Hauke Mehrtens [Thu, 4 Oct 2012 15:45:54 +0000 (15:45 +0000)]
bcma: do not initialize deactivated PCIe cores
Before it was tried to initialize the deactivated PCIe core in client
mode, but this causes the SoC to hang. Just do not initialize it at all
and ignore the core it is not working and nothing is connected to it
when the specific bit is set in the boardflags.
SVN-Revision: 33620
Hauke Mehrtens [Thu, 4 Oct 2012 15:42:12 +0000 (15:42 +0000)]
use memcmp in mem size detection as suggested by blogic
SVN-Revision: 33619
Florian Fainelli [Thu, 4 Oct 2012 12:36:50 +0000 (12:36 +0000)]
fix typo in 05_set_ether_mac_rdc preinit script (#11166)
SVN-Revision: 33618
Florian Fainelli [Thu, 4 Oct 2012 12:36:45 +0000 (12:36 +0000)]
broadcom-wl: fix build after IRQF_SAMPLE_RANDOM flag removal (#12248)
SVN-Revision: 33617
Gabor Juhos [Thu, 4 Oct 2012 06:34:14 +0000 (06:34 +0000)]
mac80211/rt2x00: fix lna assignment typo in Rt3352 which went upstream
Reviewing what went into wireless-testing I found a quite nasty mistake,
probably a result of copy&past'ing from the lines below in rt2800lib.c.
This adds another patch to fix that.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33616
Gabor Juhos [Thu, 4 Oct 2012 06:34:12 +0000 (06:34 +0000)]
mac80211/rt2x00: sync Rt3352 support
The original patch was accepted into linux-next in a slightly modified form.
In order to provide integrity to follow-up patches, replace the patch in OpenWrt
with the (semantically identical) now upstream patch.
(commit
03839951515b0ea2b21d649b1fe7b63f9817d0c8 in wireless-testing)
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33615
Gabor Juhos [Thu, 4 Oct 2012 06:34:09 +0000 (06:34 +0000)]
ramips: add image for ALL0256N-8M
The new version of the ALL0256N now got 8MB SPI NOR flash instead of 4MB.
In order to expose the whole amount of flash, add another image which contains
the corresponding GENERIC_8M mtdparts.
[juhosg: change suffix from '8m' to '8M']
Patch by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33614
Felix Fietkau [Wed, 3 Oct 2012 19:13:20 +0000 (19:13 +0000)]
mac80211: allow scans in access point mode (for site survey)
SVN-Revision: 33613
Luka Perkov [Wed, 3 Oct 2012 18:57:51 +0000 (18:57 +0000)]
uboot-envtools: remove MENU, it is unused since r33265
SVN-Revision: 33612
Felix Fietkau [Wed, 3 Oct 2012 18:57:31 +0000 (18:57 +0000)]
ath9k: use ieee80211_free_txskb, might fix hostapd stability issues
SVN-Revision: 33611
Felix Fietkau [Wed, 3 Oct 2012 18:57:25 +0000 (18:57 +0000)]
mac80211: fix regulatory tx power initialization
SVN-Revision: 33610
Florian Fainelli [Wed, 3 Oct 2012 16:15:05 +0000 (16:15 +0000)]
add Default and Gumstix PXA profiles
Gumstix builds a fake flash image for usage in qemu
SVN-Revision: 33609
Florian Fainelli [Wed, 3 Oct 2012 16:14:21 +0000 (16:14 +0000)]
add uboot-pxa for Gumstix boards
SVN-Revision: 33608
Florian Fainelli [Wed, 3 Oct 2012 16:12:57 +0000 (16:12 +0000)]
advertise jffs2 feature
SVN-Revision: 33607
Florian Fainelli [Wed, 3 Oct 2012 16:12:39 +0000 (16:12 +0000)]
remove broken flag
SVN-Revision: 33606
Florian Fainelli [Wed, 3 Oct 2012 16:12:03 +0000 (16:12 +0000)]
fix build with latest gpiolib changes
SVN-Revision: 33605
Florian Fainelli [Wed, 3 Oct 2012 16:10:47 +0000 (16:10 +0000)]
more convertions to {read,write}_relaxed I/O accessors
SVN-Revision: 33604
Felix Fietkau [Sun, 30 Sep 2012 15:31:34 +0000 (15:31 +0000)]
cns3xxx: add missing kernel config symbol
SVN-Revision: 33603
Hauke Mehrtens [Sun, 30 Sep 2012 11:45:53 +0000 (11:45 +0000)]
refresh patches
SVN-Revision: 33602
Hauke Mehrtens [Sun, 30 Sep 2012 11:45:31 +0000 (11:45 +0000)]
bcma: use fallback sprom if sprom on card was not valid
Sometimes the PCIe card indicates that it has a sprom somewhere and we
are able to read the memory region, but it is empty and not valid. In
these cases we should try to use the fallback sprom as a last chance.
SVN-Revision: 33601
Hauke Mehrtens [Sun, 30 Sep 2012 11:44:44 +0000 (11:44 +0000)]
bcma: initialize sprom earlier
The chip common and the PCIe code are accessing the sprom struct which
is not filled when these cores are initialized. Fix this by adding an
early initialize and fill the sprom struct before accessing it in other
code.
SVN-Revision: 33600
Hauke Mehrtens [Sun, 30 Sep 2012 11:44:04 +0000 (11:44 +0000)]
run make kernel_oldconfig
SVN-Revision: 33599
Hauke Mehrtens [Sun, 30 Sep 2012 11:43:40 +0000 (11:43 +0000)]
ignore the last page on bcma based SoCs
SVN-Revision: 33598
Hauke Mehrtens [Sun, 30 Sep 2012 11:43:13 +0000 (11:43 +0000)]
Fix reading sprom from nvram without a prefix
The bcma based SoCs with a ieee80211 core on the SoC and an other
connected via PCIe or USB store the sprom for the SoC with a sb/1/
prefix. The SoC with just one wifi core do not use prefixes. The
BCM4706 do not use a prefix for the SoC part at all, because the prefix
is the path to the ieee80211 core and there is non on the BCM4706.
SVN-Revision: 33597
Hauke Mehrtens [Sun, 30 Sep 2012 11:42:16 +0000 (11:42 +0000)]
improve the check for the memory size
This will hopefully fix bug #9360 and #9097 in trunk.
SVN-Revision: 33596
Felix Fietkau [Fri, 28 Sep 2012 23:12:34 +0000 (23:12 +0000)]
netifd: update to latest version, should fix clearing ipv6 routes on interface bringup (#12184)
SVN-Revision: 33595
John Crispin [Fri, 28 Sep 2012 22:37:04 +0000 (22:37 +0000)]
remove dependency for pkill
SVN-Revision: 33594
John Crispin [Fri, 28 Sep 2012 21:54:31 +0000 (21:54 +0000)]
dont explicitly select wireless-tools. rely on the drivers that need them to have the right dependency
SVN-Revision: 33593
John Crispin [Fri, 28 Sep 2012 21:38:02 +0000 (21:38 +0000)]
add support for adm6996 phy
SVN-Revision: 33592
John Crispin [Fri, 28 Sep 2012 20:57:06 +0000 (20:57 +0000)]
tapi was not registeredproperly for most arcadyan boards
SVN-Revision: 33591
Imre Kaloz [Fri, 28 Sep 2012 20:54:35 +0000 (20:54 +0000)]
AR71xx/9xxx based routers are the most common these days, select that as the default target
SVN-Revision: 33590
Felix Fietkau [Fri, 28 Sep 2012 18:29:22 +0000 (18:29 +0000)]
mac80211: add uci support for configuring antenna gain
SVN-Revision: 33587
Felix Fietkau [Fri, 28 Sep 2012 18:29:16 +0000 (18:29 +0000)]
iw: update to 3.6 and add support for configuring antenna gain
SVN-Revision: 33586
Felix Fietkau [Fri, 28 Sep 2012 18:29:09 +0000 (18:29 +0000)]
mac80211: fix antenna gain and add support for user-defined antenna gain configuration
SVN-Revision: 33585
Felix Fietkau [Fri, 28 Sep 2012 18:29:02 +0000 (18:29 +0000)]
mac80211: rework the current tx power display patch
SVN-Revision: 33584
Felix Fietkau [Fri, 28 Sep 2012 18:28:54 +0000 (18:28 +0000)]
mac80211: fix beacon IE power constraint handling
SVN-Revision: 33583
Felix Fietkau [Fri, 28 Sep 2012 18:09:41 +0000 (18:09 +0000)]
build: turn on package parallel builds by default and fix descriptions.
By default, this is only used when building with make -j.
SVN-Revision: 33582
Imre Kaloz [Fri, 28 Sep 2012 17:35:35 +0000 (17:35 +0000)]
Add FIQ support for cns3xxx
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 33581
Imre Kaloz [Fri, 28 Sep 2012 17:34:18 +0000 (17:34 +0000)]
Update board support for Gateworks Laguna Product family
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 33580
Imre Kaloz [Fri, 28 Sep 2012 17:31:22 +0000 (17:31 +0000)]
USB iso mode fixes
Resolves an issue where isochronouse USB would cause the driver to hang as
well as scheduling issues.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 33579
Felix Fietkau [Fri, 28 Sep 2012 00:07:28 +0000 (00:07 +0000)]
cmake: update to version 2.8.9
SVN-Revision: 33576
Gabor Juhos [Thu, 27 Sep 2012 20:05:42 +0000 (20:05 +0000)]
ar71xx: avoid possible NULL pointer dereference in ath79_init_{,local}_mac
SVN-Revision: 33575
Gabor Juhos [Thu, 27 Sep 2012 20:05:39 +0000 (20:05 +0000)]
generic: enable CONFIG_USB_EHCI_TT_NEWSCHED
This feature was experimental in old kernels but
that flag has been removed in 2.6.36. Additionally,
the option is enabled by default since then.
See: http://www.spinics.net/lists/linux-usb/msg31993.html
SVN-Revision: 33574
Jo-Philipp Wich [Thu, 27 Sep 2012 18:30:07 +0000 (18:30 +0000)]
6to4: properly setup Base6to4Interface (#12251)
SVN-Revision: 33573
Felix Fietkau [Thu, 27 Sep 2012 11:12:13 +0000 (11:12 +0000)]
ath5k: add a spur mitigation fix
SVN-Revision: 33572
Gabor Juhos [Thu, 27 Sep 2012 10:18:15 +0000 (10:18 +0000)]
ramips: add memory detection code for RT5350
SVN-Revision: 33571
Gabor Juhos [Thu, 27 Sep 2012 10:18:14 +0000 (10:18 +0000)]
ramips: allow to use custom code for memory size detection
SVN-Revision: 33570
Florian Fainelli [Thu, 27 Sep 2012 09:21:01 +0000 (09:21 +0000)]
include sys/resource.h in arch/um/os-Linux/start_up.c (#12155)
Required for recent (e)glibc systems
SVN-Revision: 33569
Imre Kaloz [Thu, 27 Sep 2012 08:07:17 +0000 (08:07 +0000)]
fix ncores for single-core systems.
For cns3xxx SCU_CONFIGURATION always shows multipe cores but SCU_CPU_STATUS
shows which ones are active.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 33566
Imre Kaloz [Thu, 27 Sep 2012 08:06:13 +0000 (08:06 +0000)]
add i2c retries
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 33565
Imre Kaloz [Thu, 27 Sep 2012 08:05:19 +0000 (08:05 +0000)]
fix pcie abort handling
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 33564
Florian Fainelli [Wed, 26 Sep 2012 20:11:37 +0000 (20:11 +0000)]
remove kmod-spi-bitbang
This is no longer a dependency of kmod-spi-bcm63xx
SVN-Revision: 33562
Gabor Juhos [Wed, 26 Sep 2012 14:17:17 +0000 (14:17 +0000)]
generic: add upstream commit id to codel patches and refresh those
SVN-Revision: 33560
Florian Fainelli [Wed, 26 Sep 2012 12:54:01 +0000 (12:54 +0000)]
backport the upstream entropy changes (#11951)
SVN-Revision: 33559
Florian Fainelli [Wed, 26 Sep 2012 12:53:58 +0000 (12:53 +0000)]
get rid of the IRQF_SAMPLE_RANDOM flag
SVN-Revision: 33558
Florian Fainelli [Wed, 26 Sep 2012 12:53:54 +0000 (12:53 +0000)]
mac80211: refresh patches
SVN-Revision: 33557
Florian Fainelli [Tue, 25 Sep 2012 20:56:50 +0000 (20:56 +0000)]
add wmbus-repeater to the dLAN USB Extender profile
SVN-Revision: 33556
Florian Fainelli [Tue, 25 Sep 2012 20:53:34 +0000 (20:53 +0000)]
enable multicast and advanced ip routers configs
SVN-Revision: 33555
Florian Fainelli [Tue, 25 Sep 2012 20:50:20 +0000 (20:50 +0000)]
add kmod-usb-serial-ftdi to the dLAN USB Extender profile
SVN-Revision: 33554
Felix Fietkau [Tue, 25 Sep 2012 16:20:30 +0000 (16:20 +0000)]
mac80211: avoid sending useless delBA frames on client disassoc
SVN-Revision: 33551
Felix Fietkau [Tue, 25 Sep 2012 16:17:18 +0000 (16:17 +0000)]
ath9k: fix rx filtering for older chipsets, helps with multi-bssid and mesh mode
SVN-Revision: 33550
John Crispin [Tue, 25 Sep 2012 14:47:18 +0000 (14:47 +0000)]
make uci-defaults switch detection work on rt5350
SVN-Revision: 33549
John Crispin [Tue, 25 Sep 2012 14:47:08 +0000 (14:47 +0000)]
add ethernet support for rt5350
SVN-Revision: 33548
John Crispin [Tue, 25 Sep 2012 14:46:58 +0000 (14:46 +0000)]
make ramips ethernet use a register mapping table
SVN-Revision: 33547
Hauke Mehrtens [Tue, 25 Sep 2012 14:04:59 +0000 (14:04 +0000)]
activate failsafe on all ports of the switch and not just port 0.
Sometimes the port 0 was the WAN port or there could be some device
where the port 0 is not wired to an actual Ethernet port. Now telnet in
failsafe will listen on all ports of the switch so user do not have to
search for the correct port any more. This change will make the switch
leak traffic between the WAN and the LAN port, but you should not use
failsafe while connected to a untrusted network.
SVN-Revision: 33544
Gabor Juhos [Tue, 25 Sep 2012 12:57:41 +0000 (12:57 +0000)]
ar71xx: create 'fat' images for the DIR-825/TEW-673GRU boards
With these images, it is possible to use the 'unused'
partition of the flash. The 'fat' images can be installed
with the sysupgrade command. When a 'fat' image is
installed from a regular one, the platform specific
sysupgrade script copies the calibration data to the
end of the flash. Likewise, when a regular image is
installed from the 'fat' version the sysupgrade script
copies the calibration data back to the original location.
SVN-Revision: 33540
Gabor Juhos [Tue, 25 Sep 2012 12:57:40 +0000 (12:57 +0000)]
ar71xx: automatically find WLAN calibration data on TEW-673GRU
SVN-Revision: 33539
Gabor Juhos [Tue, 25 Sep 2012 12:57:38 +0000 (12:57 +0000)]
ar71xx: automatically find WLAN calibration data on DIR-825-B1
SVN-Revision: 33538
Gabor Juhos [Tue, 25 Sep 2012 12:49:43 +0000 (12:49 +0000)]
ar71xx: add missing backslash to uci-defaults/leds (closes #12240)
SVN-Revision: 33537
John Crispin [Tue, 25 Sep 2012 09:51:48 +0000 (09:51 +0000)]
unbreak port mapping detection
SVN-Revision: 33536
Gabor Juhos [Mon, 24 Sep 2012 18:45:56 +0000 (18:45 +0000)]
ar71xx: use different machtype and setup for the TL-MR3040
Should fix #12211. Compile tested only.
SVN-Revision: 33535
Jo-Philipp Wich [Mon, 24 Sep 2012 18:26:48 +0000 (18:26 +0000)]
version.mk: ensure that %S is always populated with a subtarget identifier, fallback to "generic" if no subtarget exists
SVN-Revision: 33534
Felix Fietkau [Mon, 24 Sep 2012 15:24:01 +0000 (15:24 +0000)]
base-files: remove obsolete entries from sysctl.conf (#12236)
SVN-Revision: 33532
Felix Fietkau [Mon, 24 Sep 2012 15:23:57 +0000 (15:23 +0000)]
openssl: use asm SHA1, SHA256, AES on MIPS.
On a lightly loaded 24Kc, as measured by 'openssl speed sha1', shows between
27% and 120% speedup depending on block size.
SHA1 is notably used in Transmission for piece verification.
Patch by Catalin Patulea
SVN-Revision: 33531
Hauke Mehrtens [Sun, 23 Sep 2012 18:48:27 +0000 (18:48 +0000)]
mac80211: extend help for new options in b43-fwsquash.py
SVN-Revision: 33530
Hauke Mehrtens [Sun, 23 Sep 2012 18:47:45 +0000 (18:47 +0000)]
mac80211: fiy typo in b43-fwsquash.py
Thanks Jonas
SVN-Revision: 33529
Felix Fietkau [Sun, 23 Sep 2012 12:36:32 +0000 (12:36 +0000)]
hostapd: move the + to the correct line
SVN-Revision: 33527
Felix Fietkau [Sun, 23 Sep 2012 10:38:06 +0000 (10:38 +0000)]
grub2: use the static lzma lib instead of the dynamic one
SVN-Revision: 33526
Felix Fietkau [Sun, 23 Sep 2012 09:59:56 +0000 (09:59 +0000)]
x86: avoid using grub prepare when using grub2
SVN-Revision: 33525
Felix Fietkau [Sun, 23 Sep 2012 09:50:01 +0000 (09:50 +0000)]
build: add the + token to any commands that can pass through the jobserver, fixes parallel build on some systems
SVN-Revision: 33523
Felix Fietkau [Sun, 23 Sep 2012 09:49:56 +0000 (09:49 +0000)]
grub2: disable nls to fix build failure when libintl/host is built
SVN-Revision: 33522
Felix Fietkau [Sun, 23 Sep 2012 09:49:52 +0000 (09:49 +0000)]
build: pass MAKE_JOBSERVER via environment to avoid leaking it to error messages
SVN-Revision: 33521
Felix Fietkau [Sun, 23 Sep 2012 09:03:53 +0000 (09:03 +0000)]
tools: flex depends on m4
SVN-Revision: 33520
Felix Fietkau [Sun, 23 Sep 2012 08:49:34 +0000 (08:49 +0000)]
tools/mkimage: avoid picking up unrelated /usr/include headers with the same name as internal header files (e.g. image.h), fixes #12232
SVN-Revision: 33519
Felix Fietkau [Sun, 23 Sep 2012 08:25:32 +0000 (08:25 +0000)]
include/netfilter.mk: remove a few obsolete lines
SVN-Revision: 33518
Felix Fietkau [Sat, 22 Sep 2012 23:34:54 +0000 (23:34 +0000)]
e2fsprogs: drop an unnecessary include that breaks on mac os x
SVN-Revision: 33517
Felix Fietkau [Sat, 22 Sep 2012 23:29:20 +0000 (23:29 +0000)]
x86-generic: enable a few more common kernel options/drivers
SVN-Revision: 33516
Felix Fietkau [Sat, 22 Sep 2012 23:10:42 +0000 (23:10 +0000)]
kernel: increase log buffer size
SVN-Revision: 33515
Felix Fietkau [Sat, 22 Sep 2012 21:15:59 +0000 (21:15 +0000)]
x86: enable usb storage support for the generic subtarget to support booting from usb devices
SVN-Revision: 33514
Felix Fietkau [Sat, 22 Sep 2012 20:10:42 +0000 (20:10 +0000)]
x86: add support for building grub2 images
SVN-Revision: 33513
Felix Fietkau [Sat, 22 Sep 2012 20:10:38 +0000 (20:10 +0000)]
add a package for grub2
SVN-Revision: 33512
Felix Fietkau [Sat, 22 Sep 2012 20:10:35 +0000 (20:10 +0000)]
x86: split generic image building into a separate script
SVN-Revision: 33511
Felix Fietkau [Sat, 22 Sep 2012 20:10:31 +0000 (20:10 +0000)]
x86: rename gen_image_x86.sh to gen_image_grub.sh
SVN-Revision: 33510
Felix Fietkau [Sat, 22 Sep 2012 20:10:28 +0000 (20:10 +0000)]
host-build: add HOST_MAKE_FLAGS similar to package MAKE_FLAGS
SVN-Revision: 33509
Felix Fietkau [Sat, 22 Sep 2012 20:10:24 +0000 (20:10 +0000)]
rules.mk: add TARGET_AR and TARGET_RANLIB
SVN-Revision: 33508