openwrt.git
11 years agomac80211: fix regulatory tx power initialization
nbd [Wed, 3 Oct 2012 18:57:25 +0000 (18:57 +0000)]
mac80211: fix regulatory tx power initialization

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

11 years ago[pxa] add Default and Gumstix PXA profiles
florian [Wed, 3 Oct 2012 16:15:05 +0000 (16:15 +0000)]
[pxa] add Default and Gumstix PXA profiles

Gumstix builds a fake flash image for usage in qemu

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

11 years ago[package] add uboot-pxa for Gumstix boards
florian [Wed, 3 Oct 2012 16:14:21 +0000 (16:14 +0000)]
[package] add uboot-pxa for Gumstix boards

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

11 years ago[pxa] advertise jffs2 feature
florian [Wed, 3 Oct 2012 16:12:57 +0000 (16:12 +0000)]
[pxa] advertise jffs2 feature

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

11 years ago[pxa] remove broken flag
florian [Wed, 3 Oct 2012 16:12:39 +0000 (16:12 +0000)]
[pxa] remove broken flag

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

11 years ago[pxa] fix build with latest gpiolib changes
florian [Wed, 3 Oct 2012 16:12:03 +0000 (16:12 +0000)]
[pxa] fix build with latest gpiolib changes

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

11 years ago[mcs814x] more convertions to {read,write}_relaxed I/O accessors
florian [Wed, 3 Oct 2012 16:10:47 +0000 (16:10 +0000)]
[mcs814x] more convertions to {read,write}_relaxed I/O accessors

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

11 years agocns3xxx: add missing kernel config symbol
nbd [Sun, 30 Sep 2012 15:31:34 +0000 (15:31 +0000)]
cns3xxx: add missing kernel config symbol

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

11 years ago[kernel] refresh patches
hauke [Sun, 30 Sep 2012 11:45:53 +0000 (11:45 +0000)]
[kernel] refresh patches

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

11 years ago[brcm47xx]: bcma: use fallback sprom if sprom on card was not valid
hauke [Sun, 30 Sep 2012 11:45:31 +0000 (11:45 +0000)]
[brcm47xx]: 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.

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

11 years ago[brcm47xx]: bcma: initialize sprom earlier
hauke [Sun, 30 Sep 2012 11:44:44 +0000 (11:44 +0000)]
[brcm47xx]: 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.

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

11 years ago[brcm47xx]: run make kernel_oldconfig
hauke [Sun, 30 Sep 2012 11:44:04 +0000 (11:44 +0000)]
[brcm47xx]: run make kernel_oldconfig

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

11 years ago[brcm47xx]: ignore the last page on bcma based SoCs
hauke [Sun, 30 Sep 2012 11:43:40 +0000 (11:43 +0000)]
[brcm47xx]: ignore the last page on bcma based SoCs

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

11 years ago[brcm47xx]: Fix reading sprom from nvram without a prefix
hauke [Sun, 30 Sep 2012 11:43:13 +0000 (11:43 +0000)]
[brcm47xx]: 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.

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

11 years ago[brcm47xx]: improve the check for the memory size
hauke [Sun, 30 Sep 2012 11:42:16 +0000 (11:42 +0000)]
[brcm47xx]: improve the check for the memory size

This will hopefully fix bug #9360 and #9097 in trunk.

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

11 years agonetifd: update to latest version, should fix clearing ipv6 routes on interface bringu...
nbd [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)

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

11 years ago[ltq-dsl] remove dependency for pkill
blogic [Fri, 28 Sep 2012 22:37:04 +0000 (22:37 +0000)]
[ltq-dsl] remove dependency for pkill

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

11 years ago[kernel] dont explicitly select wireless-tools. rely on the drivers that need them...
blogic [Fri, 28 Sep 2012 21:54:31 +0000 (21:54 +0000)]
[kernel] dont explicitly select wireless-tools. rely on the drivers that need them to have the right dependency

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

11 years ago[atheros] add support for adm6996 phy
blogic [Fri, 28 Sep 2012 21:38:02 +0000 (21:38 +0000)]
[atheros] add support for adm6996 phy

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

11 years ago[lantiq] tapi was not registeredproperly for most arcadyan boards
blogic [Fri, 28 Sep 2012 20:57:06 +0000 (20:57 +0000)]
[lantiq] tapi was not registeredproperly for most arcadyan boards

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

11 years agoAR71xx/9xxx based routers are the most common these days, select that as the default...
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

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

11 years agomac80211: add uci support for configuring antenna gain
nbd [Fri, 28 Sep 2012 18:29:22 +0000 (18:29 +0000)]
mac80211: add uci support for configuring antenna gain

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

11 years agoiw: update to 3.6 and add support for configuring antenna gain
nbd [Fri, 28 Sep 2012 18:29:16 +0000 (18:29 +0000)]
iw: update to 3.6 and add support for configuring antenna gain

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

11 years agomac80211: fix antenna gain and add support for user-defined antenna gain configuration
nbd [Fri, 28 Sep 2012 18:29:09 +0000 (18:29 +0000)]
mac80211: fix antenna gain and add support for user-defined antenna gain configuration

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

11 years agomac80211: rework the current tx power display patch
nbd [Fri, 28 Sep 2012 18:29:02 +0000 (18:29 +0000)]
mac80211: rework the current tx power display patch

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

11 years agomac80211: fix beacon IE power constraint handling
nbd [Fri, 28 Sep 2012 18:28:54 +0000 (18:28 +0000)]
mac80211: fix beacon IE power constraint handling

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

11 years agobuild: turn on package parallel builds by default and fix descriptions.
nbd [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.

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

11 years agoAdd FIQ support for cns3xxx
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33581 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoUpdate board support for Gateworks Laguna Product family
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33580 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoUSB iso mode fixes
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33579 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agocmake: update to version 2.8.9
nbd [Fri, 28 Sep 2012 00:07:28 +0000 (00:07 +0000)]
cmake: update to version 2.8.9

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

11 years agoar71xx: avoid possible NULL pointer dereference in ath79_init_{,local}_mac
juhosg [Thu, 27 Sep 2012 20:05:42 +0000 (20:05 +0000)]
ar71xx: avoid possible NULL pointer dereference in ath79_init_{,local}_mac

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

11 years agogeneric: enable CONFIG_USB_EHCI_TT_NEWSCHED
juhosg [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

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

11 years ago[package] 6to4: properly setup Base6to4Interface (#12251)
jow [Thu, 27 Sep 2012 18:30:07 +0000 (18:30 +0000)]
[package] 6to4: properly setup Base6to4Interface (#12251)

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

11 years agoath5k: add a spur mitigation fix
nbd [Thu, 27 Sep 2012 11:12:13 +0000 (11:12 +0000)]
ath5k: add a spur mitigation fix

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

11 years agoramips: add memory detection code for RT5350
juhosg [Thu, 27 Sep 2012 10:18:15 +0000 (10:18 +0000)]
ramips: add memory detection code for RT5350

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

11 years agoramips: allow to use custom code for memory size detection
juhosg [Thu, 27 Sep 2012 10:18:14 +0000 (10:18 +0000)]
ramips: allow to use custom code for memory size detection

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

11 years ago[uml] include sys/resource.h in arch/um/os-Linux/start_up.c (#12155)
florian [Thu, 27 Sep 2012 09:21:01 +0000 (09:21 +0000)]
[uml] include sys/resource.h in arch/um/os-Linux/start_up.c (#12155)

Required for recent (e)glibc systems

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

11 years ago[cns3xxx]: fix ncores for single-core systems.
kaloz [Thu, 27 Sep 2012 08:07:17 +0000 (08:07 +0000)]
[cns3xxx]: 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33566 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[cns3xxx]: add i2c retries
kaloz [Thu, 27 Sep 2012 08:06:13 +0000 (08:06 +0000)]
[cns3xxx]: add i2c retries

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

11 years ago[cns3xxx]: fix pcie abort handling
kaloz [Thu, 27 Sep 2012 08:05:19 +0000 (08:05 +0000)]
[cns3xxx]: fix pcie abort handling

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

11 years ago[brcm63xx] remove kmod-spi-bitbang
florian [Wed, 26 Sep 2012 20:11:37 +0000 (20:11 +0000)]
[brcm63xx] remove kmod-spi-bitbang

This is no longer a dependency of kmod-spi-bcm63xx

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

11 years agogeneric: add upstream commit id to codel patches and refresh those
juhosg [Wed, 26 Sep 2012 14:17:17 +0000 (14:17 +0000)]
generic: add upstream commit id to codel patches and refresh those

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

11 years ago[kernel] backport the upstream entropy changes (#11951)
florian [Wed, 26 Sep 2012 12:54:01 +0000 (12:54 +0000)]
[kernel] backport the upstream entropy changes (#11951)

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

11 years ago[targets] get rid of the IRQF_SAMPLE_RANDOM flag
florian [Wed, 26 Sep 2012 12:53:58 +0000 (12:53 +0000)]
[targets] get rid of the IRQF_SAMPLE_RANDOM flag

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

11 years ago[package] mac80211: refresh patches
florian [Wed, 26 Sep 2012 12:53:54 +0000 (12:53 +0000)]
[package] mac80211: refresh patches

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

11 years ago[mcs814x] add wmbus-repeater to the dLAN USB Extender profile
florian [Tue, 25 Sep 2012 20:56:50 +0000 (20:56 +0000)]
[mcs814x] add wmbus-repeater to the dLAN USB Extender profile

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

11 years ago[mcs814x] enable multicast and advanced ip routers configs
florian [Tue, 25 Sep 2012 20:53:34 +0000 (20:53 +0000)]
[mcs814x] enable multicast and advanced ip routers configs

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

11 years ago[mcs814x] add kmod-usb-serial-ftdi to the dLAN USB Extender profile
florian [Tue, 25 Sep 2012 20:50:20 +0000 (20:50 +0000)]
[mcs814x] add kmod-usb-serial-ftdi to the dLAN USB Extender profile

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

11 years agomac80211: avoid sending useless delBA frames on client disassoc
nbd [Tue, 25 Sep 2012 16:20:30 +0000 (16:20 +0000)]
mac80211: avoid sending useless delBA frames on client disassoc

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

11 years agoath9k: fix rx filtering for older chipsets, helps with multi-bssid and mesh mode
nbd [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

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

11 years ago[ramips] make uci-defaults switch detection work on rt5350
blogic [Tue, 25 Sep 2012 14:47:18 +0000 (14:47 +0000)]
[ramips] make uci-defaults switch detection work on rt5350

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

11 years ago[ramips] add ethernet support for rt5350
blogic [Tue, 25 Sep 2012 14:47:08 +0000 (14:47 +0000)]
[ramips] add ethernet support for rt5350

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

11 years ago[ramips] make ramips ethernet use a register mapping table
blogic [Tue, 25 Sep 2012 14:46:58 +0000 (14:46 +0000)]
[ramips] make ramips ethernet use a register mapping table

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

11 years ago[brcm47xx]: activate failsafe on all ports of the switch and not just port 0.
hauke [Tue, 25 Sep 2012 14:04:59 +0000 (14:04 +0000)]
[brcm47xx]: 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.

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

11 years agoar71xx: create 'fat' images for the DIR-825/TEW-673GRU boards
juhosg [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.

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

11 years agoar71xx: automatically find WLAN calibration data on TEW-673GRU
juhosg [Tue, 25 Sep 2012 12:57:40 +0000 (12:57 +0000)]
ar71xx: automatically find WLAN calibration data on TEW-673GRU

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

11 years agoar71xx: automatically find WLAN calibration data on DIR-825-B1
juhosg [Tue, 25 Sep 2012 12:57:38 +0000 (12:57 +0000)]
ar71xx: automatically find WLAN calibration data on DIR-825-B1

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

11 years agoar71xx: add missing backslash to uci-defaults/leds (closes #12240)
juhosg [Tue, 25 Sep 2012 12:49:43 +0000 (12:49 +0000)]
ar71xx: add missing backslash to uci-defaults/leds (closes #12240)

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

11 years ago[ramips] unbreak port mapping detection
blogic [Tue, 25 Sep 2012 09:51:48 +0000 (09:51 +0000)]
[ramips] unbreak port mapping detection

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

11 years agoar71xx: use different machtype and setup for the TL-MR3040
juhosg [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.

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

11 years ago[include] version.mk: ensure that %S is always populated with a subtarget identifier...
jow [Mon, 24 Sep 2012 18:26:48 +0000 (18:26 +0000)]
[include] version.mk: ensure that %S is always populated with a subtarget identifier, fallback to "generic" if no subtarget exists

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

11 years agobase-files: remove obsolete entries from sysctl.conf (#12236)
nbd [Mon, 24 Sep 2012 15:24:01 +0000 (15:24 +0000)]
base-files: remove obsolete entries from sysctl.conf (#12236)

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

11 years agoopenssl: use asm SHA1, SHA256, AES on MIPS.
nbd [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

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

11 years ago[packages] mac80211: extend help for new options in b43-fwsquash.py
hauke [Sun, 23 Sep 2012 18:48:27 +0000 (18:48 +0000)]
[packages] mac80211: extend help for new options in b43-fwsquash.py

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

11 years ago[packages] mac80211: fiy typo in b43-fwsquash.py
hauke [Sun, 23 Sep 2012 18:47:45 +0000 (18:47 +0000)]
[packages] mac80211: fiy typo in b43-fwsquash.py

Thanks Jonas

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

11 years agohostapd: move the + to the correct line
nbd [Sun, 23 Sep 2012 12:36:32 +0000 (12:36 +0000)]
hostapd: move the + to the correct line

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

11 years agogrub2: use the static lzma lib instead of the dynamic one
nbd [Sun, 23 Sep 2012 10:38:06 +0000 (10:38 +0000)]
grub2: use the static lzma lib instead of the dynamic one

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

11 years agox86: avoid using grub prepare when using grub2
nbd [Sun, 23 Sep 2012 09:59:56 +0000 (09:59 +0000)]
x86: avoid using grub prepare when using grub2

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

11 years agobuild: add the + token to any commands that can pass through the jobserver, fixes...
nbd [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

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

11 years agogrub2: disable nls to fix build failure when libintl/host is built
nbd [Sun, 23 Sep 2012 09:49:56 +0000 (09:49 +0000)]
grub2: disable nls to fix build failure when libintl/host is built

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

11 years agobuild: pass MAKE_JOBSERVER via environment to avoid leaking it to error messages
nbd [Sun, 23 Sep 2012 09:49:52 +0000 (09:49 +0000)]
build: pass MAKE_JOBSERVER via environment to avoid leaking it to error messages

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

11 years agotools: flex depends on m4
nbd [Sun, 23 Sep 2012 09:03:53 +0000 (09:03 +0000)]
tools: flex depends on m4

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

11 years agotools/mkimage: avoid picking up unrelated /usr/include headers with the same name...
nbd [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

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

11 years agoinclude/netfilter.mk: remove a few obsolete lines
nbd [Sun, 23 Sep 2012 08:25:32 +0000 (08:25 +0000)]
include/netfilter.mk: remove a few obsolete lines

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

11 years agoe2fsprogs: drop an unnecessary include that breaks on mac os x
nbd [Sat, 22 Sep 2012 23:34:54 +0000 (23:34 +0000)]
e2fsprogs: drop an unnecessary include that breaks on mac os x

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

11 years agox86-generic: enable a few more common kernel options/drivers
nbd [Sat, 22 Sep 2012 23:29:20 +0000 (23:29 +0000)]
x86-generic: enable a few more common kernel options/drivers

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

11 years agokernel: increase log buffer size
nbd [Sat, 22 Sep 2012 23:10:42 +0000 (23:10 +0000)]
kernel: increase log buffer size

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

11 years agox86: enable usb storage support for the generic subtarget to support booting from...
nbd [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

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

11 years agox86: add support for building grub2 images
nbd [Sat, 22 Sep 2012 20:10:42 +0000 (20:10 +0000)]
x86: add support for building grub2 images

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

11 years agoadd a package for grub2
nbd [Sat, 22 Sep 2012 20:10:38 +0000 (20:10 +0000)]
add a package for grub2

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

11 years agox86: split generic image building into a separate script
nbd [Sat, 22 Sep 2012 20:10:35 +0000 (20:10 +0000)]
x86: split generic image building into a separate script

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

11 years agox86: rename gen_image_x86.sh to gen_image_grub.sh
nbd [Sat, 22 Sep 2012 20:10:31 +0000 (20:10 +0000)]
x86: rename gen_image_x86.sh to gen_image_grub.sh

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

11 years agohost-build: add HOST_MAKE_FLAGS similar to package MAKE_FLAGS
nbd [Sat, 22 Sep 2012 20:10:28 +0000 (20:10 +0000)]
host-build: add HOST_MAKE_FLAGS similar to package MAKE_FLAGS

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

11 years agorules.mk: add TARGET_AR and TARGET_RANLIB
nbd [Sat, 22 Sep 2012 20:10:24 +0000 (20:10 +0000)]
rules.mk: add TARGET_AR and TARGET_RANLIB

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

11 years ago[package] comgt: perform case insensitive match when probing for Huawei devices ...
jow [Sat, 22 Sep 2012 14:55:17 +0000 (14:55 +0000)]
[package] comgt: perform case insensitive match when probing for Huawei devices (#12039)

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

11 years ago[packages] switch: warn if ndo_do_ioctl is not implemented in the Ethernet driver
hauke [Sat, 22 Sep 2012 12:29:23 +0000 (12:29 +0000)]
[packages] switch: warn if ndo_do_ioctl is not implemented in the Ethernet driver

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

11 years ago[packages] mac80211: fix b43 firmware squash for HT and LCN firmware, one file was...
hauke [Sat, 22 Sep 2012 12:28:37 +0000 (12:28 +0000)]
[packages] mac80211: fix b43 firmware squash for HT and LCN firmware, one file was missing for both.

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

11 years agocns3xxx: fix ethernet driver tx completion and queue stop/start
nbd [Sat, 22 Sep 2012 00:34:53 +0000 (00:34 +0000)]
cns3xxx: fix ethernet driver tx completion and queue stop/start

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

11 years agocns3xxx: implement ethernet fraglist tx support for improved bridging performance...
nbd [Sat, 22 Sep 2012 00:34:49 +0000 (00:34 +0000)]
cns3xxx: implement ethernet fraglist tx support for improved bridging performance with jumbo frames

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

11 years ago[cns3xxx]: move gpio stuff into the right file
kaloz [Fri, 21 Sep 2012 05:40:04 +0000 (05:40 +0000)]
[cns3xxx]: move gpio stuff into the right file

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

11 years ago[generic/3.3]: refresh patches
kaloz [Fri, 21 Sep 2012 05:38:16 +0000 (05:38 +0000)]
[generic/3.3]: refresh patches

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

11 years agocns3xxx: add a small optimization for rx offload
nbd [Fri, 21 Sep 2012 00:13:12 +0000 (00:13 +0000)]
cns3xxx: add a small optimization for rx offload

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

11 years agocns3xxx: fix ethernet port lookup for multi-descriptor jumbo frames
nbd [Fri, 21 Sep 2012 00:13:08 +0000 (00:13 +0000)]
cns3xxx: fix ethernet port lookup for multi-descriptor jumbo frames

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

11 years agocns3xxx: fix ethernet packet alignment issues (hw has an alignment requirement of...
nbd [Thu, 20 Sep 2012 20:27:18 +0000 (20:27 +0000)]
cns3xxx: fix ethernet packet alignment issues (hw has an alignment requirement of 64), fix skb fragment chaining

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

11 years agokernel: enable perf events when enabling profiling, fixes oprofile on arm
nbd [Thu, 20 Sep 2012 20:27:14 +0000 (20:27 +0000)]
kernel: enable perf events when enabling profiling, fixes oprofile on arm

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

11 years ago[brcm47xx]: deactivate mips wait instruction for MIPS 74K on Broadcom SoCs
hauke [Thu, 20 Sep 2012 14:51:57 +0000 (14:51 +0000)]
[brcm47xx]: deactivate mips wait instruction for MIPS 74K on Broadcom SoCs

When not removing support for the wait instruction, when ruining on the
BCM4706 SoC the system stops after msleep() without an exception. I
haven't seen this problem on the other Broadcom SoCs with a 74K CPU,
but in the Broadcom SDK it is deactivated for all CPUs of this type.

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

11 years agocns3xxx: remove the broken flag
nbd [Wed, 19 Sep 2012 23:50:25 +0000 (23:50 +0000)]
cns3xxx: remove the broken flag

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

11 years agocns3xxx: fix kernel config
nbd [Wed, 19 Sep 2012 23:50:22 +0000 (23:50 +0000)]
cns3xxx: fix kernel config

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

11 years agocns3xxx: fix ethernet jumbo-frame support, use single-page rx buffers and skb fragmen...
nbd [Wed, 19 Sep 2012 23:50:18 +0000 (23:50 +0000)]
cns3xxx: fix ethernet jumbo-frame support, use single-page rx buffers and skb fragment lists

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