florian
1314516464
[rdc] remove 2.6.32 files, out of sync and going to be replaced differently
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20787 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-10 18:44:44 +00:00
lars
d531754b83
[kernel] Add mx2 target with very basic support for the vp6500 voip phone
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20786 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-10 18:37:34 +00:00
nbd
e1d249d8b4
ar71xx: add a profile for PB92
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20778 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-10 16:50:20 +00:00
jow
11ae578a49
[backfire] merge r20775
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20776 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-10 14:31:27 +00:00
jow
35d8522c6a
[brcm47xx] add script to fixup the wireless mac ( #7102 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20775 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-10 14:29:01 +00:00
juhosg
f382721827
backfire: Generic: Clean up output of AR8216 driver. (backport of r20773)
...
This patch is rather a cosmetic patch. It fixes the following issues:
* Demote the unknown device message to debug level to not spam
the log.
* Fix the version print of the unknown device message.
* Output the 'attach' message only when attaching as switch driver,
not when attaching as phy driver.
* Correctly return NET_RX_DROP when dropping packets.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20774 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-10 11:47:33 +00:00
juhosg
3c6e0e0859
Generic: Clean up output of AR8216 driver.
...
This patch is rather a cosmetic patch. It fixes the following issues:
* Demote the unknown device message to debug level to not spam
the log.
* Fix the version print of the unknown device message.
* Output the 'attach' message only when attaching as switch driver,
not when attaching as phy driver.
* Correctly return NET_RX_DROP when dropping packets.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
Cc: bacfire@openwrt.org
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20773 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-10 11:34:11 +00:00
florian
37ed3994c5
[kernel] refresh patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20767 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-09 19:26:57 +00:00
florian
34c0625f24
backport r20765 to backfire
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20766 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-09 18:44:56 +00:00
florian
7612d83820
[brcm63xx] do not overwrite ENET_CTL_REG, fixes ethernet on bcm6338
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20765 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-09 18:43:36 +00:00
juhosg
c4e7fe7515
ar71xx: nuke clocksource init patches, it is not required since 2.6.27
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20764 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-09 13:33:03 +00:00
juhosg
eb0d4b45c6
backfire: ar71xx: update phy masks for the Planex boards (backport of r20754)
...
This avoids probing of the AR8216 chip on the eth0 interface.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20763 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-09 12:06:23 +00:00
juhosg
c2d7208f8a
backfire: generic: make chip detection more reliable in the AR8216 driver (backport of r20753)
...
Fixes broken ethernet on the Planex MZK-W04NU/W300NH boards.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20762 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-09 12:06:17 +00:00
juhosg
ae38454455
backfire: ar71xx: make the AR8216 driver usable on the TEW-632BRP/DIR-615-Cx boards (backport of r20752)
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20761 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-09 12:06:12 +00:00
juhosg
311592bd07
backfire: ar71xx: ag71xx: avoid unalinged accesses when using the phy specific receive functions (backport of r20751)
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20760 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-09 12:06:06 +00:00
juhosg
612a3d373d
backfire: ar71xx: ag71xx: call the phy driver's netif_receive_skb() (backport of r20750)
...
Ag71xx needs to call the phy's netif_receive_skb() to allow phy drivers
to mangle rx packets. This patch fixes it.
This fixes the header mangling of the AR8216 driver.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20759 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-09 12:06:00 +00:00
acoul
b81ea4e4dc
[backfire] merge r20757
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20758 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-09 11:38:18 +00:00
acoul
c6e3d67e8f
x86: generic: fix soekris support ( closes #7081 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20757 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-09 11:31:19 +00:00
Mirko Vogt
2b2ca87880
since we now use block-mount and block-hotplug, no static fstab should be needed anymore
2010-04-09 12:04:08 +02:00
juhosg
3d089c4fe3
ar71xx: update phy masks for the Planex boards
...
This avoids probing of the AR8216 chip on the eth0 interface.
Cc: backfire@openwrt.org
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20754 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-09 08:40:14 +00:00
juhosg
9823d2fc7e
generic: make chip detection more reliable in the AR8216 driver
...
Fixes broken ethernet on the Planex MZK-W04NU/W300NH boards.
Cc: bacfire@openwrt.org
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20753 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-09 08:40:12 +00:00
juhosg
d7e830a7a9
ar71xx: make the AR8216 driver usable on the TEW-632BRP/DIR-615-Cx boards
...
Cc: backfire@openwrt.org
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20752 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-09 08:40:09 +00:00
juhosg
da7aaa905b
ar71xx: ag71xx: avoid unalinged accesses when using the phy specific receive functions
...
Cc: backfire@openwrt.org
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20751 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-09 08:40:06 +00:00
juhosg
c74f817d15
ar71xx: ag71xx: call the phy driver's netif_receive_skb()
...
Ag71xx needs to call the phy's netif_receive_skb() to allow phy drivers
to mangle rx packets. This patch fixes it.
This fixes the header mangling of the AR8216 driver.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
Cc:backfire@openwrt.org
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20750 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-09 08:38:46 +00:00
florian
5ba5604222
[kernel] fix kexec for mips, patch from Adrian Byszuk ( #7115 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20745 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-08 07:53:14 +00:00
Mirko Vogt
aa5057df21
Revert "[xburst] add SAKC logo"
...
sorry, but this is not the place for custom boot logos -
it breaks all ports as well because, because configs weren't refreshed
This reverts commit 5b7b8aa8dc5c7f29aea3dfbb6e7da80098c7271e.
2010-04-07 09:51:29 +02:00
jow
0f73eb6c5b
[backfire] merge r20733
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20734 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-06 22:47:08 +00:00
jow
ecb800093e
[atheros] fix failsafe ip deconfig on AR23xx devices without ADM or Marvell switch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20733 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-06 22:46:15 +00:00
Mirko Vogt
4914657f68
Merge branch 'xburst' of git@projects.qi-hardware.com:openwrt-xburst into xburst
2010-04-06 18:38:06 +02:00
Mirko Vogt
ab73a8422a
split rootfs-part once again -
...
having a smaller rootfs reduces mount time which reduces boot time.
Warning: Now we have to ensure, that anything which is accessing the new
data partition, has to get delayed until the data partition got mounted
2010-04-06 18:33:37 +02:00
Xiangfu Liu
0f7caf719b
Merge branch 'xburst' of projects.qi-hardware.com:openwrt-xburst into xburst
2010-04-06 16:13:03 +08:00
Xiangfu Liu
5b7b8aa8dc
[xburst] add SAKC logo
...
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-04-06 16:11:41 +08:00
nbd
e9d07710ee
ar71xx: fix ethernet on final pb92 board (previous value was based on a preliminary version)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20725 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-06 00:12:50 +00:00
nbd
5b9ce0f0be
ar71xx: remove pb92 images in backfire, the port is incomplete
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20724 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-06 00:08:53 +00:00
jow
52e77b9e47
[backfire] merge r20722
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20723 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-05 23:06:36 +00:00
jow
58618dfb3d
[PATCH 1/2] Add support for the ar8316 switch.
...
This patch enhances the ar8216 driver with ar8316 support and fixes some minor
issues with the ar8216 driver itself. It should not break anything, but isn't
tested on ar8216 devices.
[PATCH 2/2] ar71xx: Add the ar8316 driver to rs pro/rb-450g.
Add the ar8216 driver to the ar71xx target, and add network
configurations for the RouterStation Pro and the RouterBoard RB-450G.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20722 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-05 23:03:16 +00:00
jow
b74e9c392b
[backfire] merge r20720
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20721 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-05 22:54:16 +00:00
jow
2aff4f82a5
[brcm-2.4] add kernel support for iptables comment match
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20720 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-05 22:38:40 +00:00
nico
36c64e1fe1
[backfire] target/rdc: backport r20714
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20715 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-05 02:45:42 +00:00
nico
4043101a2a
target/rdc: revert [20653], the proper fix for #7005 is in [20712]
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20714 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-05 02:38:59 +00:00
nbd
97d2122c66
[backfire] ixp4xx: backport r20708
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20709 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-04 17:45:03 +00:00
nbd
705e3571f7
ixp4xx: add back the patch for avoiding dma bounce buffers for network buffers, which was lost on the kernel upgrade to 2.6.32. fixes ath9k and improves other drivers' performance on boards with >64M ram
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20708 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-04 17:43:13 +00:00
nico
8cc4b880b3
[backfire] target/xburst: backport r20701
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20707 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-04 15:55:03 +00:00
nico
0321d527a9
[backfire] sysupgrade: backport r20703
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20706 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-04 15:54:14 +00:00
nico
0c5ac5d1d5
[backfire] target/xburst: backport r20698 ( closes : #7012 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20705 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-04 15:51:25 +00:00
nico
d1f26658a3
sysupgrade: fix typo in platform_do_upgrade() on x86 ( closes : #7068 ), thanks to acinonyx
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20703 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-04 15:47:26 +00:00
lars
d266f7371f
[xburst] jzcodec: Only support 16bit formats for now
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20701 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-04 15:39:15 +00:00
mirko
69e81fe5ee
do not disable netfilter support for xburst target (some packages require netfilter support)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20698 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-04 13:01:50 +00:00
juhosg
0006dc25ed
backfire: ar71xx: fix broken LAN ports on the boards with AR8216 switch ( closes #7024 )
...
* backport of r20673
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20677 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-03 16:58:04 +00:00
juhosg
040ee7aa28
ar71xx: fix broken LAN ports on the boards with AR8216 switch ( closes #7024 )
...
* cc: backfire@openwrt.org
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20673 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-03 13:59:08 +00:00