1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:31:07 +03:00
Commit Graph

23873 Commits

Author SHA1 Message Date
luka
2bc7082f73 [package] uboot-kirkwood: update to 2012.04.01
iConnect board tested by:

Tim Fletcher <tim@night-shade.org.uk>
Wojciech Dubowik <wojciech.dubowik@neratec.com>

DockStar board tested by:

Martin Mueller <mm@sig21.net>

RaidSonic ICY BOX NAS6210 board tested by:

Luka Perkov <uboot@lukaperkov.net>

SheevaPlug was not tested but support for SheevaPlug is taken from upstream
uboot and it is not reported to be broken there.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32717 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-14 23:54:20 +00:00
luka
beecfa6085 package: kernel: estetic fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32714 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-14 23:10:32 +00:00
acinonyx
7f689381fa [package] kernel: enable kernel support for ALSA midi
Here is a newer version of the patch:

Enable the real ALSA midi interface (seq) in the kernel. The existing
rawmidi interface is still present. This allows for the alsa midi
utilities to work.

Signed-off-by: Adam Goode <adam@spicenitz.org>
[b_tsiligiannis: replaced $(LINUX_KMOD_SUFFIX) with .ko]
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32712 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-14 20:10:57 +00:00
acinonyx
ae2e162a94 [package] base-files: Modernize hotplug2 rules (#11368)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32711 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-14 19:59:44 +00:00
nbd
062e1e3763 ath9k: add extra checks to reduce the amount of unnecessary rx dma related logspam
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32709 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-14 17:48:49 +00:00
nbd
8502617a6d tools/squashfs(4): use $(HOSTCC) to avoid building with clang on recent mac os x. the clang build fails with some linker errors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32706 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-13 23:18:15 +00:00
nbd
eba9039331 ath9k: fix 5 ghz frequency selection on ar934x devices with 25 mhz refclock
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32705 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-13 23:18:11 +00:00
jow
d61356769c [package] uhttpd: various changes
- remove unused variables
	- simply ignore command line args which belong to not enabled features
	- resolve peer address at accept() time, should solve (#11850)
	- remove floating point operations where possible

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32704 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-13 17:10:56 +00:00
nbd
4360ecfaa7 netifd: update to latest version, fixes wlan network state getting stuck on wifi restarts, adds support for setting wlan device parameters such as mtu or txqueuelen
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32689 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-12 21:50:49 +00:00
nbd
55077b1b63 librpc: fix rpc/netdb.h compatibility issues, fixes curl compile error with eglibc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32686 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-12 16:24:01 +00:00
nbd
f5ba758ab3 ath9k: fix selecting the second antenna on a single-stream device with diversity
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32685 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-12 14:45:59 +00:00
nbd
ae5ca58852 mac80211: fix an ap + sta mode regression that prevented the sta from connecting (#11847)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32684 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-12 14:14:57 +00:00
juhosg
9c4d41a426 ar71xx: build firmware image for the TP-Link TL-WDR4310 v1.0
The hardware for TP-Link TL-WDR4300 v1.1 and TL-WDR4310 v1.0 is
identical, but requires different firmware headers:

TL-WDR4300:
00000040  43 00 00 01 00 00 00 01  00 00 00 00 76 fb 83 40  |C...........v..@|

TL-WDR4310:
00000040  43 10 00 01 00 00 00 01  00 00 00 00 38 2b 50 6c  |C...........8+Pl|

[juhosg: change commit message, use a different model name]

Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32683 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-12 13:38:40 +00:00
juhosg
533fe2fa9f ramips: rt305x: add support for Edimax 3G-6200N
Support for Edimax 3G-6200N router with USB.

Signed-off-by: Lukasz Golebiowski <lgolebio@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32682 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-12 13:29:46 +00:00
juhosg
7f1dc18d4b generic: ocf: restore terminating entry of pci_id_table in hifnHIPP
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32680 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-12 08:34:23 +00:00
juhosg
ba4d4f1cda ar71xx: select ATH79_DEV_M25P80 for the WRT400N board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32679 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-12 08:34:22 +00:00
juhosg
8eb3c9a3fa ar71xx: airrouter power led support
This patch adds support for power led to Unifi Airrouter AP.

[juhosg:fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch]

Signed-off-by: Rocco Folino <lordzen@autistici.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32678 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-12 08:34:21 +00:00
juhosg
10f263351f ar71xx: unifi reset button support
This patch adds support for reset button to Ubiquiti UniFi AP.

[juhosg: fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch]

Signed-off-by: Rocco Folino <lordzen@autistici.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32677 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-12 08:34:20 +00:00
juhosg
e97a615b45 ar71xx: airrouter reset button support
This patch adds support for reset button to Ubiquiti Airrouter AP.

[juhosg: fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch]

Signed-off-by: Rocco Folino <lordzen@autistici.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32676 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-12 08:34:18 +00:00
luka
16cd6e1e8a openssl: enable the use of cryptodev digests
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32673 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-11 23:38:16 +00:00
luka
94a17b96c4 ocf: update to version 20120127
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32672 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-11 23:38:14 +00:00
hauke
8ad915e157 mac80211: update brcmsmac patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32671 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-11 22:18:09 +00:00
hauke
5e3f966711 kernel: bcma: update to version from wireless-testing tag master-2012-07-11
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32670 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-11 22:17:05 +00:00
nbd
0e152e29fa ath9k: add a number of ar93xx eeprom related fixes / enhancements
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32669 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-11 16:45:58 +00:00
nbd
c931254968 ath9k: add missing part of the aggregation duration fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32668 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-11 16:44:13 +00:00
jow
2732b0a733 [include] nls.mk: fix build dependency on gettext (#11829)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32665 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-11 10:05:00 +00:00
jow
e932bbad53 [package] mac80211: fix patch order (#11839, #11842)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32664 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-11 09:59:08 +00:00
jow
48ca02ef6f [include] toplevel.mk: unexport ARCH, it ends up in CONFIG_ARCH if defined and messes the buildroot up
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32663 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-11 09:59:06 +00:00
jow
696a47b2fb [package] uhttpd: retry parsing the CGI header until the buffer space is exhausted
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32662 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-11 09:59:05 +00:00
florian
52d62d0be8 [brcm63xx] remove bcm63xx_pci_register() call in livebox board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32661 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-11 09:15:26 +00:00
florian
e070410e7a [brcm63xx] use physmap-flash on livebox (#8677)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32660 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-11 09:15:22 +00:00
florian
261b7b2d42 [mcs814x] nuport-mac: check netif_receive_skb() return value
We did not reassign status to netif_receive_skb() return value, we thus
almost always incremented the dropped counter because the descriptor status
value never matches the NET_RX_DROP.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32659 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-11 08:29:01 +00:00
nbd
05b926afe0 ath9k: fix some bugs related to txop limit handling and aggregation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32658 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-11 02:11:33 +00:00
nbd
58c5b71c3c ath9k: disable hardware full sleep with active client mode interface until mac80211 IEEE80211_CONF_IDLE support has been fixed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32657 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-10 23:42:30 +00:00
nbd
0e40ef3168 ath9k: clean up / fix some initval related code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32656 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-10 01:13:15 +00:00
nbd
b01eb369ce mac80211: update to latest version, fix tx gain patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32655 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-10 00:21:25 +00:00
nbd
718ffca583 libubox: update to latest version, fixes timer/process deletion on uloop_done()
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32654 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-09 15:13:26 +00:00
florian
0c7b89359f [mcs814x] fix typo on of_node_put()
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32653 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-09 14:44:15 +00:00
jow
45960666c5 [package] firewall: also set up nat reflection rules for redirects with proto all and/or no src_dport set
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32652 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-09 12:23:36 +00:00
jow
84032b177b [package] uhttpd: various fixes
- avoid closing descriptors before removing them from uloop (#11755, #11830)
    - do not auto-initialize ubus if no prefix is set (#11832)
    - remove extraneous client context pointer from cgi and lua states
    - code cleanups and debug message changes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32651 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-09 00:08:20 +00:00
jow
d0cba1ebd3 [tools] bison: fix errors in shipped stdio.in.h
Bison fails to build against glibc 2.16.x, the shipped stdio.in.h attempts to
wrap gets() with a warning which fails since gets() got removed from the
default _GNU_SOURCE featureset.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32649 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-08 15:50:36 +00:00
jow
145e0f11cb [tools] m4: fix errors in shipped stdio.in.h
M4 fails to build against glibc 2.16.x, the shipped stdio.in.h attempts to
wrap gets() with a warning which fails since gets() got removed from the
default _GNU_SOURCE featureset.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32648 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-08 15:28:44 +00:00
nbd
e95293ccbe ath9k: fix the ar9340 tx gain patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32647 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-07 20:03:35 +00:00
nbd
e8a879dd93 ath9k: fix tx gain tables for ar934x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32646 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-07 17:34:33 +00:00
jow
eef559bf3f [package] libubox: bump to latest git head
- uloop: prevent callback invocation for already removed descriptors
 - uloop: handle EPOLLHUP
 - blob, blobmsg: various changes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32645 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-07 16:49:17 +00:00
jow
61cbda806f [package] uhttpd: do not dispatch pipe error events, fixes use after free for cgi and lua scripts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32644 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-07 16:43:27 +00:00
florian
eb9c638ec8 [brcm63xx] Detect alternative "cfe-" version bootloaders (found in 963281T_TEF board)
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32643 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-06 22:10:37 +00:00
jow
c2e7896dea [package] uhttpd: do not subscribe to epoll write events
Watch child read pipe end for data instead of relying on socket write
notification to process cgi data, should lower cpu consumption during
requests on weaker devices.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32640 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-06 17:29:25 +00:00
juhosg
fffc489ef4 ar71xx: swizzle address for PCI byte/word access on AR71xx
Closes #11683.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32639 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-06 16:33:12 +00:00
juhosg
311f21e096 ar71xx: select SOC_AR933X and ATH79_DEV_WMAC for the OM2P board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32638 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-06 11:12:02 +00:00