1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 04:26:16 +02:00
Commit Graph

6691 Commits

Author SHA1 Message Date
juhosg
25db8048e6 backfire: generic: rtl8366: add common vlan_mc structure (backport of r21914)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21933 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 19:53:31 +00:00
juhosg
a87dd636e0 backfire: generic: rtl8366: rename vlanmc and vlan4k related structures an functions (backport of r21913)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21932 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 19:53:22 +00:00
juhosg
814c82f218 backfire: generic: rtl8366: use struct rtl8366_smi for phy_reg_{read,write} calls (backport of r21912)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21931 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 19:53:14 +00:00
juhosg
a219ae9c95 backfire: generic: rtl8366: move mii bus handling to the rtl8366_smi code (backport of r21911)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21930 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 19:53:05 +00:00
juhosg
1329a26409 backfire: generic: rtl8366: introduce rtl8366_smi_ops (backport of r21910)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21929 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 19:52:55 +00:00
juhosg
ab13453cab backfire: generic: rtl8366: change format string for debugfs error messages (backport of r21909)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21928 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 19:52:45 +00:00
juhosg
5d524e9d5c backfire: generic: rtl8366: don't show link parameters if the link is down (backport of r21908)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21927 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 19:52:36 +00:00
juhosg
ac10fe233e backfire: generic: rtl8366: fix register offset and size of MIB counters (backport of r29107)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21926 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 19:52:24 +00:00
juhosg
c814fdfe02 backfire: generic: rtl8366: prevent modifications of VLAN 0 (backport of r29106)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21925 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 19:52:14 +00:00
juhosg
ab8c4274e4 backfire: ar71xx: don't use vlan 0 for devices with rtl8366s switch (backport of r21905)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21924 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 19:52:03 +00:00
Xiangfu Liu
b862fca123 remove uboot-for-xbboot.bin and zimage.bin, for now we don't need those file for end user.
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-06-24 10:05:44 +08:00
juhosg
1abce0276c backfire: swconfig: Fix a bug in use of SWITCH_PORT_FLAG_TAGGED (backport of r21708)
SWITCH_PORT_FLAG_TAGGED is a bit index, not a bit mask.

Signed-off-by: Martin Mares <mj@ucw.cz>
Signed-off-by: Patrick Horn <patrick.horn@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21847 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-20 05:42:44 +00:00
juhosg
445022bc75 backfire: [kernel] swconfig: Check vlan/port indexes for validity. (backport of r20811)
Swconfig needs to make sure that requested vlans/ports actually exist,
else it might read or modify memory not belonging to itself.

This patch adds a quick range check in swconfig's kernel part to
prevent accidential or intentional memory modification.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21846 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-20 05:42:38 +00:00
jow
413e54ee96 [backfire] merge r21833
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21834 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-18 07:58:32 +00:00
Mirko Vogt
74a06558e1 enable kernel floating point emulation, to provide fallback support for userspace applications compiled without native fpu-support 2010-06-15 10:16:55 +02:00
nbd
f210f1fdc9 [backfire] backport the ssb dma device change from trunk
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21802 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-14 18:35:45 +00:00
juhosg
072e160420 backfire: swconfig: fix lock imbalance in unregister_switch() (backport of r21780)
Signed-off-by: Karl Beldan <karl.beldan@sagemcom.com>


git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21782 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-13 11:45:45 +00:00
juhosg
87adaa5f56 backfire: swconfig: release switch in error path of swconfig_get_attr (backport of r21799)
Signed-off-by: Karl Beldan <karl.beldan@sagemcom.com>


git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21781 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-13 11:45:40 +00:00
Mirko Vogt
aa55195211 remove mx2-target as it's not part of backfire and was accidently merged into openwrt-xburst 2010-06-12 11:21:51 +02:00
Mirko Vogt
4ecc663fa9 Merge branch 'master' of openwrt-backfire into xburst
Conflicts:

	target/linux/x86/image/Config.in
2010-06-08 11:24:58 +02:00
Xiangfu Liu
0a1873167c [xburst] cleanup 500-modifier-keys.patch
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-06-04 22:02:30 +08:00
nbd
c83296630b orion: add wrt350nv2 mac address fix from r21647
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21648 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-01 14:42:49 +00:00
jow
b8fe848a7d [backfire] merge r21616
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21620 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-29 00:33:40 +00:00
hauke
eb2e6ba350 [backfire] backport r21427
brcm47xx: ehci-ssb: some updates:
 * update pointers in struct hc_driver
 * make ssb_ehci_detach more look like the pci version
 * remove resume and suspend as they are never activated and not compiling
 * replace ssb_ehci_start with ehci_run as it only calls this method


git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21560 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-23 23:01:22 +00:00
hauke
ad3ee57c1f [backfire] backport r21449
ssb: activate CONFIG_SSB_BLOCKIO in the kernel and not in compat-wireless.

Before this patch CONFIG_SSB_BLOCKIO was set to y in compat-wireless
but the in kernel ssb system had it set to n, this causes an invalid pointer.
b43 now needs CONFIG_SSB_BLOCKIO=y


git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21558 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-23 22:57:36 +00:00
nico
a8609ee7e8 [backfire] merge r21507 - add missing bits for 2.6.30 ssb update
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21554 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-23 21:46:40 +00:00
nico
0b454c4919 [backfire] merge [21362:21365] & [21369]
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21476 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-16 13:45:38 +00:00
nbd
f9f05264eb [backfire] merge CRLF changes from r21462
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21463 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-16 00:23:06 +00:00
Xiangfu Liu
cb2a399c2d [xburst] add zimage
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-05-14 08:28:19 +08:00
mirko
3123b1d2a8 merge over commit 21412 ("sound-soc-qi_lb60: rename package as underscores are not allowed by opkg")
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21435 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-12 22:04:49 +00:00
Mirko Vogt
40b09019a1 Merge branch 'master' of openwrt-backfire into xburst 2010-05-13 00:02:49 +02:00
Mirko Vogt
e65b1bfafb Merge commit 'openwrt-backfire/master' into xburst
Conflicts:

	package/mac80211/patches/120-compat_rcu_dereference.patch
	package/mac80211/patches/130-tracepoint_include_linux_version_h.patch
	target/linux/x86/Makefile
2010-05-12 19:47:13 +02:00
jow
0760831f6a [backfire] merge r21417
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21421 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-10 19:28:09 +00:00
Xiangfu Liu
c0f7879da8 remove u-boot under target/linux/xburst/image, use package/uboot-xburst instead
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-05-09 23:40:25 +08:00
nico
4526458c89 [backfire] backport r21401
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21402 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-08 13:04:36 +00:00
nico
47f82141ce [backfire] merge r21261 & r21262
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21376 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-05 11:22:44 +00:00
nico
d142e71778 [backfire] merge r21305 & r21353
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21366 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-05 02:15:29 +00:00
florian
8d9751d5ba backport r21349 to backfire
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21350 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-04 07:39:38 +00:00
jow
9b4d06c684 [backfire] merge r21344
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21345 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-03 20:33:23 +00:00
nico
d26b6f388c [backfire] merge r21247
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21339 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-03 10:34:04 +00:00
florian
8438763b7c backport r21306 to backfire (#7274)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21332 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-03 06:18:02 +00:00
nico
b0f21b7569 [backfire] merge r21267, r21282, r21291 & r21318
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21331 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-03 01:15:19 +00:00
nico
ee18b13933 [backfire] merge r21243
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21326 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-03 00:17:57 +00:00
nico
e31c663591 [backfire] merge r21245, r21246 & r21277
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21325 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-03 00:16:36 +00:00
nico
8348627e8a [backfire] merge r21242
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21324 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-03 00:07:17 +00:00
nico
80737b583d [backfire] merge [21237:21239] & [21244]
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21322 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-02 23:05:23 +00:00
Mirko Vogt
cd2cd8d3a4 forgot to delete the obsolete opkg config directory 2010-05-02 23:59:31 +02:00
Mirko Vogt
f9b833c11b move /etc/opkg/opkg.conf to /etc/opkg.conf as otherwise we're not overriding the default configuration 2010-05-02 23:57:24 +02:00
florian
8c2892ec8b backport r21307 to backfire
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21312 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-02 19:31:29 +00:00
nico
904ea40fb7 [backfire] backport r21293 (closes: #6918)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21295 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-02 12:06:58 +00:00
Lars-Peter Clausen
78fcab66df Merge commit 'backfire/master' into xburst
Conflicts:

	feeds.conf.default
	package/base-files/Makefile
	package/block-extroot/Makefile
	package/block-mount/Makefile
	package/busybox/Makefile
	package/busybox/config/util-linux/Config.in
	package/dnsmasq/Makefile
	package/dnsmasq/files/dnsmasq.init
	package/uhttpd/Makefile
	target/linux/adm5120/image/Makefile
	target/linux/amazon/image/Makefile
	target/linux/ar71xx/config-2.6.33
	target/linux/ar71xx/config-2.6.34
	target/linux/at91/image/Makefile
	target/linux/atheros/patches-2.6.33/220-enet_micrel_workaround.patch
	target/linux/coldfire/image/Makefile
	target/linux/ep93xx/image/Makefile
	target/linux/etrax/image/Makefile
	target/linux/gemini/image/Makefile
	target/linux/generic-2.6/config-2.6.33
	target/linux/generic-2.6/config-2.6.34
	target/linux/generic-2.6/patches-2.6.33/007-squashfs_make_lzma_available.patch
	target/linux/generic-2.6/patches-2.6.33/014-samsung_flash
	target/linux/generic-2.6/patches-2.6.33/020-mips_multi_machine_support.patch
	target/linux/generic-2.6/patches-2.6.33/030-pci_disable_common_quirks.patch
	target/linux/generic-2.6/patches-2.6.33/060-block2mtd_init.patch
	target/linux/generic-2.6/patches-2.6.33/100-netfilter_layer7_2.21.patch
	target/linux/generic-2.6/patches-2.6.33/110-netfilter_match_speedup.patch
	target/linux/generic-2.6/patches-2.6.33/150-netfilter_imq.patch
	target/linux/generic-2.6/patches-2.6.33/202-mips_mem_functions_performance.patch
	target/linux/generic-2.6/patches-2.6.33/203-slab_maxsize.patch
	target/linux/generic-2.6/patches-2.6.33/205-skb_padding.patch
	target/linux/generic-2.6/patches-2.6.33/210-mini_fo_2.6.25_fixes.patch
	target/linux/generic-2.6/patches-2.6.33/212-mini_fo_2.6.26_fixes.patch
	target/linux/generic-2.6/patches-2.6.33/400-ledtrig_morse.patch
	target/linux/generic-2.6/patches-2.6.33/402-ledtrig_netdev.patch
	target/linux/generic-2.6/patches-2.6.33/511-yaffs-cvs-2009-04-24.patch
	target/linux/generic-2.6/patches-2.6.33/903-hostap_txpower.patch
	target/linux/generic-2.6/patches-2.6.33/924-cs5535_gpio.patch
	target/linux/generic-2.6/patches-2.6.33/940-wireless_mesh_header.patch
	target/linux/generic-2.6/patches-2.6.33/971-ocf_20080917.patch
	target/linux/generic-2.6/patches-2.6.33/980-vm_exports.patch
	target/linux/generic-2.6/patches-2.6.33/998-openwrt_lzma_options.patch
	target/linux/goldfish/image/Makefile
	target/linux/iop32x/image/Makefile
	target/linux/malta/Makefile
	target/linux/malta/README
	target/linux/malta/image/Makefile
	target/linux/mpc52xx/image/Makefile
	target/linux/mpc83xx/image/Makefile
	target/linux/omap35xx/image/Makefile
	target/linux/ppc40x/config-default
	target/linux/ppc40x/patches/004-magicbox.patch
	target/linux/ppc40x/patches/005-openrb.patch
	target/linux/ps3/image/Makefile
	target/linux/pxa/image/Makefile
	target/linux/pxcab/image/Makefile
	target/linux/ramips/image/Makefile
	target/linux/ramips/rt288x/config-2.6.32
	target/linux/ramips/rt305x/config-2.6.32
	target/linux/s3c24xx/image/Makefile
	target/linux/sibyte/image/Makefile
	target/linux/ubicom32/image/Makefile
	target/linux/x86/generic/config-default
2010-05-02 13:23:58 +02:00
Mirko Vogt
50c30594d3 use qi repository for packages 2010-05-02 11:49:30 +02:00
nbd
9631bdae21 [backfire] backport ssb updates from r21269, this is required for future mac80211 updates
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21276 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-30 16:54:57 +00:00
Mirko Vogt
c1f7c66672 enable kernel inotify support for lb60 target 2010-04-29 17:07:00 +02:00
juhosg
24ddbc0d46 backfire: ar71xx: create separate 'factory' and 'sysupgrade' images for the Planex boards (backport of r21175)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21230 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-28 10:46:38 +00:00
juhosg
2aae7b6746 backfire: ar71xx: remove config partition from the mtd map on the MZK-W300NH board (backport of r21173)
This space can be used to extend the rootfs_data partition.


git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21228 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-28 10:46:28 +00:00
juhosg
f84b320e33 backfire: ar71xx: fix firmware partition size on the MZK-W04NU board (backport of r21172)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21227 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-28 10:46:21 +00:00
juhosg
a65fdbedb9 backfire: ar71xx: build different firmware images for the DIR-825-Bx boards (backport of r21171)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21226 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-28 10:46:15 +00:00
juhosg
e996a4e748 backfire: ar71xx: create smaller sysupgrade images for the WRT400N board (backport of 21170)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21225 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-28 10:46:10 +00:00
juhosg
246311dd59 backfire: ar71xx: create firmware images for the TL-WR941ND v3 boards (backport of r21169)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-28 10:46:03 +00:00
juhosg
8ec29657cf backfire: ar71xx: create separate 'factory' and 'sysupgrade' images for the WRT160NL (backport of r21168)
The 'factory' image requires the garbage at the end of the image.
Flashing from the original web interface does not work without that.


git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21223 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-28 10:45:56 +00:00
jow
8cb276d0fa [backfire] merge r21213
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21214 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-27 22:22:10 +00:00
nbd
775a560203 [backfire] ar71xx: backport profile change from r21209
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21211 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-27 21:59:11 +00:00
nico
23a82f632f [backfire] merge r20834, r20840, r20854 & r20855
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21208 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-27 19:28:40 +00:00
nbd
7681afa16d [backfire] ar71xx: backport pci/dma fix from r21143
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21207 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-27 18:50:56 +00:00
nico
d30d6eb758 [backfire] merge r21129
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21206 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-27 17:30:04 +00:00
acoul
cd13695539 [backfire] merge r21188
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21190 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-27 13:11:14 +00:00
nico
d62cd4f658 [backfire] backport r21130
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21131 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-24 13:16:27 +00:00
Xiangfu Liu
a26a5df28d remove useless serial.h file
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-04-23 12:30:34 +08:00
Xiangfu Liu
9fb25aa404 code style cleanup 2010-04-23 09:39:19 +08:00
Xiangfu Liu
8ee00e2c05 reduce the console to four 2010-04-21 19:05:30 +08:00
nbd
245f265153 [backfire] backport rb532 kernel config fix from r21060
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21061 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-20 20:26:27 +00:00
juhosg
3f77a12737 backfire: atheros: refresh 2.6.32 patches (backport of r21039)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21041 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-20 13:28:45 +00:00
juhosg
8f9db15933 backfire: atheros: register wmac device only if it is enabled in the board config (backport of r21038)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21040 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-20 13:28:41 +00:00
juhosg
e9f57dab66 backfire: ar71xx: fix mtd_layout for the DIR-615-C1 and similar devices (backport of r21036)
* Thanks to Yury Polyanskiy for the report


git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21037 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-20 08:44:54 +00:00
juhosg
8f557b5af7 backfire: ppc40x: sync kernel config (backport of r21031)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21032 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-19 13:10:23 +00:00
Xiangfu Liu
73df02f0b7 cleanup-code-style
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-04-19 13:18:57 +08:00
jow
7cf00d52a3 [backfire] merge r21010
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21011 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-19 00:49:41 +00:00
juhosg
0fa5c4702d backfire: atheros: nuke clocksoure init patch (backport of r20937)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20979 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-18 08:19:35 +00:00
nico
7252f42db3 [backfire] backport r20924
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20957 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-17 17:12:09 +00:00
juhosg
e23045f207 backfire: ar71xx: nuke clocksource init patches, it is not required since 2.6.27 (backport of r20764)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20954 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-17 09:43:16 +00:00
juhosg
3d0fd24521 backfire: ppc40x: fix MagicBox partition table (backport of r20951)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20953 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-17 09:38:19 +00:00
juhosg
46990e4e4c backfire: swconfig: Add cpu port index to help output. (backport of 20939)
Let swconfig provide the cpu port index in its help page. This is
needed as e.g. Atheros switches have their cpu port at port 0, not
port 5.

This could allow e.g. luci to get a rough overview of the layout of
the switch.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20948 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-16 20:30:06 +00:00
juhosg
0b92dff194 backfire: ppc40x: enable USB support (backport of r20933)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20945 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-16 20:29:50 +00:00
juhosg
acc86045f3 backfire: ppc40x: add isp116x-hcd to the device tree for the OpenRB board (backport of r20932)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20944 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-16 20:29:45 +00:00
juhosg
1a28fedc3b backfire: ppc40x: make isp116x-hcd driver usable on the OpenRB board (backport of r20931)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20943 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-16 20:29:39 +00:00
juhosg
1428bbd257 backfire: ppc40x: add more EBC_BXCR defines (backport of r20930)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20942 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-16 20:29:33 +00:00
juhosg
ad75467850 backfire: ppc40x: move perwe fixup into a separate function (backport of r20929)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20941 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-16 20:29:26 +00:00
nico
93c00ba5d8 [backfire] backport r20865
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20867 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-15 00:42:36 +00:00
nico
3ba8ff7495 [backfire] backport r20831
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20863 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-14 23:37:59 +00:00
Lars-Peter Clausen
f4362a8e34 Merge commit 'origin/xburst' into xburst 2010-04-14 16:52:49 +02:00
Lars-Peter Clausen
7d183397d9 Merge commit 'nbd/master' into xburst 2010-04-14 16:51:33 +02:00
nico
9ae534567b target/ixp4xx: fix image building after r20834 (closes: #7157)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20854 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-14 14:36:41 +00:00
nbd
1a817c3f58 [backfire] backport Pirelli Alice Gate CRC calculation fix from r20850
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20851 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-14 00:50:23 +00:00
cshore
f0ef3b7078 tools/firmware-utils/imagetag: Fixed Pirelli Alice Gate CRC calculation in imagetag (was invalid strings in bcm_tag.h). Closes #7120
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20850 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-14 00:45:48 +00:00
jow
cd5afd54ab [backfire] merge r20846
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20847 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-13 22:35:20 +00:00
jow
f21467f19d [brcm-2.4] add Buffalo WHR-G125 specifc switch quirks to netconfig, shorten code by merging identical fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20846 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-13 22:34:13 +00:00
acoul
fa4b0fde69 add lzma/jffs2 patches for 2.6.34
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20845 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-13 21:45:03 +00:00
acoul
6376010841 don't use lzma/jffs2 on <2.6.33, set lzma/jffs2 as default for >=2.6.33. switch verbose mode on compresor statistics.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20844 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-13 21:36:58 +00:00
lars
e690b9d312 [mx2] vp6500: Add backlight device
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20843 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-13 20:52:41 +00:00