1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 00:33:15 +03:00
Commit Graph

24525 Commits

Author SHA1 Message Date
nbd
a5ff4c2e97 build: rework the package/install step - collect package install lists during package/compile, then install all packages at once
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33631 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-06 16:01:06 +00:00
nbd
64adc2bb7a hostapd: fix parallel build issues and spurious object file rebuilds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33630 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-06 16:01:02 +00:00
nbd
703ffa4885 ath9k: fix invalid register access on single-stream ar93xx devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33628 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-05 16:15:55 +00:00
hauke
6cbbbeda8d [package] 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.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-04 21:39:22 +00:00
juhosg
3819c1dced ar71xx: build image for the TL-WR841N/ND v8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33623 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-04 20:16:06 +00:00
juhosg
2a77bb1d80 ar71xx: user-space support for TL-WR841N/ND v8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33622 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-04 20:16:05 +00:00
juhosg
685e1a417d ar71xx: add support for the TL-WR841N/ND v8 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33621 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-04 20:16:03 +00:00
hauke
c155089844 [brcm47xx]: 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.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33620 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-04 15:45:54 +00:00
hauke
351a9e7953 [brcm47xx]: use memcmp in mem size detection as suggested by blogic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33619 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-04 15:42:12 +00:00
florian
e10dff6c2e [rdc] fix typo in 05_set_ether_mac_rdc preinit script (#11166)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33618 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-04 12:36:50 +00:00
florian
59aa4df1d5 [package] broadcom-wl: fix build after IRQF_SAMPLE_RANDOM flag removal (#12248)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33617 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-04 12:36:45 +00:00
juhosg
10aa4d9fcb 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33616 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-04 06:34:14 +00:00
juhosg
9948c553fd 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33615 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-04 06:34:12 +00:00
juhosg
5d370d02a9 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33614 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-04 06:34:09 +00:00
nbd
bb1c19e782 mac80211: allow scans in access point mode (for site survey)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33613 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-03 19:13:20 +00:00
luka
028bced8d7 [package] uboot-envtools: remove MENU, it is unused since r33265
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33612 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-03 18:57:51 +00:00
nbd
f8a329d566 ath9k: use ieee80211_free_txskb, might fix hostapd stability issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33611 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-03 18:57:31 +00:00
nbd
8cd09b08a0 mac80211: fix regulatory tx power initialization
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33610 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-03 18:57:25 +00:00
florian
b6d73b966b [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
2012-10-03 16:15:05 +00:00
florian
b1f4fb5c48 [package] add uboot-pxa for Gumstix boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33608 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-03 16:14:21 +00:00
florian
09c7ab130e [pxa] advertise jffs2 feature
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33607 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-03 16:12:57 +00:00
florian
28d64148e8 [pxa] remove broken flag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33606 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-03 16:12:39 +00:00
florian
ffee55d944 [pxa] fix build with latest gpiolib changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33605 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-03 16:12:03 +00:00
florian
8eed7abf41 [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
2012-10-03 16:10:47 +00:00
nbd
db72b8cfc1 cns3xxx: add missing kernel config symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33603 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-30 15:31:34 +00:00
hauke
46d98a975d [kernel] refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33602 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-30 11:45:53 +00:00
hauke
bd7b515b16 [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
2012-09-30 11:45:31 +00:00
hauke
6f8cf8b4c0 [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
2012-09-30 11:44:44 +00:00
hauke
ea60258a5f [brcm47xx]: run make kernel_oldconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33599 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-30 11:44:04 +00:00
hauke
ea8a5ad7cc [brcm47xx]: ignore the last page on bcma based SoCs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33598 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-30 11:43:40 +00:00
hauke
43594d67bf [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
2012-09-30 11:43:13 +00:00
hauke
bdb7b30f11 [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
2012-09-30 11:42:16 +00:00
nbd
8400082eca 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
2012-09-28 23:12:34 +00:00
blogic
9d299c35a5 [ltq-dsl] remove dependency for pkill
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33594 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-28 22:37:04 +00:00
blogic
552688c8bf [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
2012-09-28 21:54:31 +00:00
blogic
4991a16db1 [atheros] add support for adm6996 phy
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33592 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-28 21:38:02 +00:00
blogic
786e0389eb [lantiq] tapi was not registeredproperly for most arcadyan boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33591 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-28 20:57:06 +00:00
kaloz
f1fe09d1fc 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
2012-09-28 20:54:35 +00:00
nbd
addfc9235e mac80211: add uci support for configuring antenna gain
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33587 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-28 18:29:22 +00:00
nbd
2667f8cefa 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
2012-09-28 18:29:16 +00:00
nbd
4efe9d56f1 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
2012-09-28 18:29:09 +00:00
nbd
a53ee82639 mac80211: rework the current tx power display patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33584 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-28 18:29:02 +00:00
nbd
e3b2ecffb6 mac80211: fix beacon IE power constraint handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33583 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-28 18:28:54 +00:00
nbd
bf0b41e5aa 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
2012-09-28 18:09:41 +00:00
kaloz
295c473ae4 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
2012-09-28 17:35:35 +00:00
kaloz
57ce687d38 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
2012-09-28 17:34:18 +00:00
kaloz
07511ec793 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
2012-09-28 17:31:22 +00:00
nbd
98353f24a2 cmake: update to version 2.8.9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33576 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-28 00:07:28 +00:00
juhosg
6d33dda889 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
2012-09-27 20:05:42 +00:00
juhosg
da91b54f0f 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
2012-09-27 20:05:39 +00:00