Gabor Juhos
0d241e6670
generic: ar8216: replace chip_type field with chip_{ver,rev} in ar8216_priv
...
SVN-Revision: 31999
2012-05-29 16:39:26 +00:00
Gabor Juhos
b2fce19a70
generic: ar8216: add chip_is_ar8{216,236,316,327} helpers
...
SVN-Revision: 31998
2012-05-29 16:39:24 +00:00
Gabor Juhos
cd7ab1d30b
ar71xx: add default LED setup for the DB120 board
...
SVN-Revision: 31997
2012-05-29 16:39:23 +00:00
Gabor Juhos
29a579e43a
cns21xx: use the generic uci-default functions for initial LED setup
...
SVN-Revision: 31996
2012-05-29 16:39:22 +00:00
Gabor Juhos
ff74305623
lantiq: use the generic uci-default functions for initial LED setup
...
SVN-Revision: 31995
2012-05-29 16:39:21 +00:00
Gabor Juhos
c81c6516de
kirkwood: use the generic uci-default functions for initial LED setup
...
SVN-Revision: 31994
2012-05-29 16:39:20 +00:00
Gabor Juhos
ffbb4f88a9
ramips: use the generic uci-default functions for initial LED setup
...
SVN-Revision: 31993
2012-05-29 16:39:18 +00:00
Gabor Juhos
4e40bdc190
ar71xx: use the generic uci-default functions for initial LED setup
...
SVN-Revision: 31992
2012-05-29 16:39:17 +00:00
Gabor Juhos
ba3ad24514
kirkwood: use uci-defaults to configure different boards
...
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31990
2012-05-29 16:39:15 +00:00
Gabor Juhos
c71838faa1
ramips: WAN LED for D-Link DIR-300-B1
...
Add led devices for D-Link DIR-300-B1 WAN LED.
Note that the GPIO state is also ANDed with the esw switch port 4
LED state, which is why I've set the amber LED to default-on.
Closes: https://dev.openwrt.org/ticket/11326
Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de>
[ juhosg:
- fix comment style in mach-dir-300-revb.c,
- remove the PPP specific LED setup, not everyone uses a PPP connection
on the WAN interface]
SVN-Revision: 31989
2012-05-29 16:39:03 +00:00
Felix Fietkau
a9cd8446f3
ar71xx: do not override the mdio clock for ar9330. the override value (obtained from an atheros driver) seems to break ethernet functionality
...
SVN-Revision: 31956
2012-05-28 20:39:50 +00:00
Felix Fietkau
367e4b3994
ar71xx: improve rx performance of the ethernet driver by using build_skb to deliver a cache-hot skb to the network stack
...
SVN-Revision: 31934
2012-05-28 02:55:59 +00:00
Felix Fietkau
8039a1bbb2
ar71xx: fix MII clock settings for various chips, improves ethernet stability on AR934x
...
SVN-Revision: 31925
2012-05-27 21:02:41 +00:00
Felix Fietkau
f638414fdc
kernel: fix suppressing -s for linking modules when profiling is enabled
...
SVN-Revision: 31924
2012-05-27 21:02:36 +00:00
Gabor Juhos
8865f0923e
ar71xx: fix TL-WR1041 image size
...
SVN-Revision: 31923
2012-05-27 17:21:47 +00:00
Gabor Juhos
1c552ba8e5
ramips: rt3883: add device registration code for the SPI controller
...
SVN-Revision: 31922
2012-05-27 17:10:00 +00:00
Gabor Juhos
9c241983fc
ramips: allow to use the SPI driver on RT3662/RT3883
...
SVN-Revision: 31921
2012-05-27 17:09:58 +00:00
Gabor Juhos
78a750dcce
ramips: rt3883: fix GPIO reservation for the SPI pins
...
SVN-Revision: 31920
2012-05-27 17:09:56 +00:00
Gabor Juhos
0622fdd82c
ramips: rt305x: remove superfluous controller_data assignment
...
SVN-Revision: 31919
2012-05-27 17:09:52 +00:00
Gabor Juhos
7f5bec0642
ramips: make rt2x00 firmware extraction quiet
...
SVN-Revision: 31918
2012-05-27 17:09:50 +00:00
Gabor Juhos
86dad96fd0
generic: rtl8367: rename a misnamed variable
...
SVN-Revision: 31917
2012-05-27 17:09:47 +00:00
Gabor Juhos
705d31203c
generic: rtl8366_smi: remove duplicated spinlock initialization
...
SVN-Revision: 31916
2012-05-27 17:09:45 +00:00
Gabor Juhos
9217115687
generic: rtl8366_smi: rename debugfs Kconfig symbol
...
SVN-Revision: 31915
2012-05-27 17:09:43 +00:00
Gabor Juhos
466ef30173
generic: rtl8367: allow to use VLANs > 31
...
SVN-Revision: 31914
2012-05-27 17:09:41 +00:00
John Crispin
f567980d38
move files-3.3 -> files
...
SVN-Revision: 31912
2012-05-27 16:13:02 +00:00
John Crispin
8002770520
3.2 R.I.P.
...
SVN-Revision: 31911
2012-05-27 16:12:59 +00:00
John Crispin
81ddc886e1
dgn3500 support with eeprom loading from sysfs
...
WIFI eeprom:
As discussed, it is impossible for nand and spi flash platforms to have the eeprom data available from mtd. I suggested to load the eeprom from user-space. I've looked into regular firmware loading but this is only possible when using modules. I've created a sysfs entry that allows reading and writing the eeprom data to the platform data. After loading the eeprom data I rely on pci-hotplug support to disable the bogus pci device and rescan the bus (with fixups and all). Because hotplug is not available, an init script is created that performs the copy from mtd to platform data. I think it is best to eventually move the sysfs functions to dev_wifi_athxk.c file, this would get rid of the external to the ath9k platform data.
SPI flash:
It seems that the spi-xway driver is not really working. It causes my kernel to crash in all sorts of ways. I added to bitbang SPI to be able to the calibration data mention above.
I've kept the original mtd partitioning that Netgear uses.
Buttons/LED:
Both buttons are working properly. Two leds are not enabled: The red internet led is connected to the pci_gnt1 pin... I can't disable it because then DMA stops working.
The green wifi led is connected to an unknown atheros gpio.
Signed-off-by: Pieter Voorthuijsen <p.voorthuijsen at gmail.com>
SVN-Revision: 31910
2012-05-27 16:02:22 +00:00
John Crispin
6e8fe84472
fixes zyxel p2601hnfx
...
moves the linux partition, removes the config partition and the
buttons settings have small adjustments.
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31909
2012-05-27 16:02:20 +00:00
John Crispin
3f2f50c681
Add basic configuration for new board ZTE H201L. Still missing are button and led gpio values.
...
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31908
2012-05-27 16:02:16 +00:00
Felix Fietkau
51bc47ce7c
kernel: properly pad the allocated headroom in skb_cow to NET_SKB_PAD
...
SVN-Revision: 31906
2012-05-27 15:16:37 +00:00
Gabor Juhos
0b8c1c8dfb
linux/3.2: R.I.P.
...
SVN-Revision: 31905
2012-05-27 15:01:37 +00:00
Gabor Juhos
20ba6d90e3
xburst: remove support for old kernels
...
SVN-Revision: 31904
2012-05-27 15:01:35 +00:00
Gabor Juhos
d043cb2c34
xburst: switch to 3.3 and add broken flag
...
SVN-Revision: 31903
2012-05-27 15:01:33 +00:00
Gabor Juhos
9a26e9f843
xburst: add support for 3.3
...
SVN-Revision: 31902
2012-05-27 15:01:32 +00:00
Gabor Juhos
9dd7a6d9e2
ppc44x: remove 3.2 support
...
SVN-Revision: 31901
2012-05-27 15:01:30 +00:00
Gabor Juhos
05d74942b1
ppx44x: switch to 3.3 and add broken flag
...
SVN-Revision: 31900
2012-05-27 15:01:28 +00:00
Gabor Juhos
9300e0496c
ppc44x: add support for 3.3
...
Compile tested only.
SVN-Revision: 31899
2012-05-27 15:01:27 +00:00
Gabor Juhos
c50f1f7536
cobalt: switch to 3.3 and add broken flag
...
Compile tested only.
SVN-Revision: 31898
2012-05-27 15:01:26 +00:00
Gabor Juhos
471cf87ff0
ep93xx: remove 3.2 support
...
SVN-Revision: 31897
2012-05-27 15:01:24 +00:00
Gabor Juhos
400b9b5b87
ep93xx: switch to 3.3 and add broken flag
...
SVN-Revision: 31896
2012-05-27 15:01:23 +00:00
Gabor Juhos
7501f2364f
ep93xx: add support for 3.3
...
Compile tested only.
SVN-Revision: 31895
2012-05-27 15:01:21 +00:00
Gabor Juhos
907e88a37f
au1000: remove 3.2 support
...
SVN-Revision: 31894
2012-05-27 15:01:18 +00:00
Gabor Juhos
fbe10e73c6
au1000: switch to 3.3 and add broken flag
...
SVN-Revision: 31893
2012-05-27 15:01:17 +00:00
Gabor Juhos
e065d5cfbe
au1000: add support for 3.3
...
Compile tested only.
SVN-Revision: 31892
2012-05-27 15:01:15 +00:00
Gabor Juhos
de4c4d35e1
linux/3.1: R.I.P.
...
SVN-Revision: 31891
2012-05-27 15:01:09 +00:00
Gabor Juhos
cead4b47ab
omap24xx: remove 3.1 support
...
SVN-Revision: 31890
2012-05-27 15:01:07 +00:00
Gabor Juhos
7a4db11fbb
omap24xx: switch to 3.3 and add broken flag
...
SVN-Revision: 31889
2012-05-27 15:01:05 +00:00
Gabor Juhos
d004168445
cns3xxx: remove 3.1 support
...
SVN-Revision: 31888
2012-05-27 15:01:03 +00:00
Gabor Juhos
6f2ca5da39
cns3xxx: switch to 3.3 and add broken flag
...
SVN-Revision: 31887
2012-05-27 15:01:02 +00:00
Felix Fietkau
6f89cffc9a
kernel: add a few patches for avoiding unnecessary skb reallocations - significantly improves ethernet<->wireless performance with mac80211 based drivers
...
SVN-Revision: 31886
2012-05-27 14:43:58 +00:00
Jonas Gorski
ec7786c2ec
bcm63xx: build images for DSL-274XB revision F1
...
Build images for D-Link DSL-274XB revision F1. Flashing
through original web UI as well as CFE works.
Known issues:
* wifi led inverted (on when wifi is off and vice cersa)
* same issues as generic bcm6328 support
SVN-Revision: 31885
2012-05-27 13:22:51 +00:00
Jonas Gorski
8aac009cc9
bcm63xx: add ath9k to atheros wifi profile
...
SVN-Revision: 31884
2012-05-27 13:22:48 +00:00
Jonas Gorski
4aa43122ab
bcm63xx: enable bcm6328 support and required drivers
...
BCM6328 support is in a usable state, with the following issues
* internal switch port not configurable
* external phys not supported
* broadcom wifis will probably not work correctly
* and all other generic bcm63xx issues (so yes, still no ADSL)
SVN-Revision: 31883
2012-05-27 13:22:46 +00:00
Jonas Gorski
e5575fe335
bcm63xx: add support for DSL-274XB rev F1
...
SVN-Revision: 31882
2012-05-27 13:22:43 +00:00
Jonas Gorski
a7a82db16f
bcm63xx: fix port state after network down
...
bcm_enetsw_probe did not properly reset port states, resulting in
connected ports staying disabled after bringing up the interface the
second time.
SVN-Revision: 31881
2012-05-27 13:22:40 +00:00
Jonas Gorski
e19ed52fd1
bcm63xx: add a fixup for ath9k devices
...
SVN-Revision: 31880
2012-05-27 13:22:37 +00:00
Jonas Gorski
e34018cc9e
bcm63xx: add support for the HSSPI controller
...
Add support for the HSSPI controller found on bcm6328 and SPI attached
flash.
SVN-Revision: 31879
2012-05-27 13:22:33 +00:00
Jonas Gorski
099d5eec06
bcm63xx: add preliminary support for bcm6328
...
SVN-Revision: 31878
2012-05-27 13:22:29 +00:00
Jonas Gorski
7dbb132c88
bcm63xx: add flash type detection
...
SVN-Revision: 31877
2012-05-27 13:22:25 +00:00
Jonas Gorski
b0ffeb0021
bcm63xx: pad Speedport W303 V images to 4 MiB
...
Prevents CFE from flashing to the second image offset. Fix up the rootfs
length on first boot else CFE will complain.
SVN-Revision: 31876
2012-05-27 13:22:22 +00:00
Jonas Gorski
226b030e44
bcm63xx: add a default switch configuration for DSL-274XB
...
SVN-Revision: 31874
2012-05-27 13:22:17 +00:00
Jonas Gorski
db1ff5c6fa
bcm63xx: setup network config through uci-defaults
...
SVN-Revision: 31873
2012-05-27 13:22:14 +00:00
Jonas Gorski
72b4fdecc9
bcm63xx: move the board name workaround to /lib/brcm63xx.sh
...
SVN-Revision: 31872
2012-05-27 13:22:11 +00:00
Jonas Gorski
dd37687de0
bcm63xx: use the exact board id as board identification string
...
No need to keep the bcm63xx/ at the start or the chipid info at the end.
SVN-Revision: 31871
2012-05-27 13:22:08 +00:00
Felix Fietkau
230c0eb2cb
kernel: fix a warning in the connmark module
...
SVN-Revision: 31856
2012-05-24 18:25:08 +00:00
Gabor Juhos
2ae5581447
kernel: update linux 3.3 to 3.3.7
...
SVN-Revision: 31848
2012-05-23 21:05:32 +00:00
Gabor Juhos
c57409e79d
ar71xx: fix an insignificant typo
...
Patch from #11485 .
SVN-Revision: 31847
2012-05-23 21:05:30 +00:00
Gabor Juhos
013f434f5b
ar71xx: fix WLAN led for RB751U-2HnD and RB751G-2HnD
...
Patch by Kamil Trzciński <ayufan@osk-net.pl>
SVN-Revision: 31846
2012-05-23 21:05:25 +00:00
Gabor Juhos
758f670376
ar71xx: add support for TP-Link TL-MR3040
...
Support for TP-Link TL-MR3040. Power LED not working - always on red, after
start should be green.
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 31845
2012-05-23 21:05:24 +00:00
Gabor Juhos
e4720dfa95
ramips: Add byte queue limits support to net/ethernet/ramips_main.c
...
Add byte queue limits support to net/ethernet/ramips_main.c
"Byte queue limits are a mechanism to limit the size of the transmit
hardware queue on a NIC by number of bytes. The goal of these byte
limits is too reduce latency (HOL blocking) caused by excessive
queuing in hardware (aka buffer bloat) without sacrificing
throughput."
Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de>
SVN-Revision: 31844
2012-05-23 21:05:23 +00:00
Gabor Juhos
1d286fd755
ramips: Enable sysupgrade for Sitecom WL-351
...
Sysupgrade works just fine on my Sitecom WL-351 after adding this
oneliner.
Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de>
SVN-Revision: 31843
2012-05-23 21:05:22 +00:00
Gabor Juhos
1e1c0a5405
linux/3.3: avoid recursive calling of mtd_writev in the block2mtd driver
...
Should fix #11513 . Tested with the x86/generic squashfs image within a VM.
SVN-Revision: 31841
2012-05-23 21:05:19 +00:00
Felix Fietkau
9037c2ccc6
lantiq: allow platforms with rt2x00 to override the mac address without overriding eeprom, fixes bogus wlan mac address on arv4520
...
SVN-Revision: 31835
2012-05-20 21:58:03 +00:00
Felix Fietkau
ce59af117c
kernel: merge a net-next fq_codel backlog handling fix
...
SVN-Revision: 31813
2012-05-18 22:12:15 +00:00
Gabor Juhos
02c2f449d7
omap24xx: add support for 3.3
...
Compile tested only.
SVN-Revision: 31810
2012-05-18 20:22:32 +00:00
Gabor Juhos
c2a2d59db5
cns3xxx: add support for 3.3
...
Compile tested only.
SVN-Revision: 31809
2012-05-18 20:10:53 +00:00
Gabor Juhos
1fd4bf270b
linux/2.6.39: R.I.P.
...
SVN-Revision: 31808
2012-05-18 20:10:51 +00:00
Gabor Juhos
05c0d8b28e
cns3xxx: sync kernel config
...
SVN-Revision: 31807
2012-05-18 20:10:48 +00:00
Gabor Juhos
9718f03e24
cns3xxx: remove 2.6.39 support
...
SVN-Revision: 31806
2012-05-18 20:10:46 +00:00
Gabor Juhos
9e78becbac
cns3xxx: switch to 3.1
...
Compile tested only.
SVN-Revision: 31805
2012-05-18 20:10:44 +00:00
Gabor Juhos
07b5a3eea2
x86: remove support for old kernels
...
SVN-Revision: 31804
2012-05-18 20:10:42 +00:00
Gabor Juhos
604e3aac0a
x86: remove subtarget specific LINUX_VERSION overrides
...
SVN-Revision: 31803
2012-05-18 20:10:38 +00:00
Gabor Juhos
d9dab97d38
x86/ep80579: switch to 3.3
...
Also fix build errors in the ep80579-drivers package.
Compile tested only.
SVN-Revision: 31802
2012-05-18 20:10:33 +00:00
Hauke Mehrtens
c63ef04874
brcm47xx: fix nvram read out on devices with serial flash
...
detect nvram on Linksys E3200
SVN-Revision: 31790
2012-05-18 16:04:10 +00:00
Hauke Mehrtens
7ad663dda6
brcm47xx: bcma: fix null pointer
...
SVN-Revision: 31789
2012-05-18 15:46:30 +00:00
Hauke Mehrtens
b4ecf522cd
brcm47xx: ssb: recognize ARM Cortex M3
...
SVN-Revision: 31788
2012-05-18 15:45:51 +00:00
Hauke Mehrtens
7be88d2ad8
brcm47xx: some fixes for the USB driver
...
SVN-Revision: 31787
2012-05-18 15:44:25 +00:00
Gabor Juhos
e3678eb33e
cobalt: remove 2.6.39 specific patches
...
SVN-Revision: 31785
2012-05-18 09:59:22 +00:00
Gabor Juhos
a5de52c244
x86/olpc: switch to 3.3
...
Compile tested only.
SVN-Revision: 31784
2012-05-18 09:57:32 +00:00
Gabor Juhos
9e54e012d6
x86: image: select bootscript images by default for OLPC
...
SVN-Revision: 31783
2012-05-18 09:57:29 +00:00
Felix Fietkau
3f62f5211a
adm5120: add missing config symbols for the rb1xx subtarget, fixes #11407
...
SVN-Revision: 31781
2012-05-17 21:20:23 +00:00
Hauke Mehrtens
c30405070c
kernel: add some missing config options added by r31756
...
SVN-Revision: 31774
2012-05-17 13:28:30 +00:00
Hauke Mehrtens
273797f15a
kernel: ssb/bcma: update to version from wireless-testing tag master-2012-05-16-2
...
SVN-Revision: 31772
2012-05-17 13:22:38 +00:00
Hauke Mehrtens
3491d8c017
brcm47xx: remove support for kernel 3.2
...
SVN-Revision: 31771
2012-05-17 13:20:10 +00:00
Gabor Juhos
562e468ae5
x86/thincan: switch to 3.3
...
Compile tested only.
SVN-Revision: 31765
2012-05-17 06:41:01 +00:00
Gabor Juhos
1f7f8376a6
x86/xen_domu: switch to 3.3
...
Compile tested only.
SVN-Revision: 31764
2012-05-17 06:41:00 +00:00
Gabor Juhos
8bb7ddecfd
x86/kvm_guest: switch to 3.3
...
Compile tested only.
SVN-Revision: 31763
2012-05-17 06:40:58 +00:00
Gabor Juhos
f14d1a588d
x86/generic: switch to 3.3
...
Compile tested only.
SVN-Revision: 31762
2012-05-17 06:40:56 +00:00
Felix Fietkau
54edbfabac
kernel: add codel and fq_codel to generic 3.3 patch set (based on patch by Dave Täht)
...
Codel is a new AQM algorithm and RED replacement designed by
Kathie Nichols and Van Jacobson, and published in ACM queue:
http://queue.acm.org/detail.cfm?id=2209336
Codel stands for "Controlled Delay", and needs no knobs in the
general case, twiddled, for optimum results. It aims for 5ms of
delay, at most, when in use.
Additionally,
fq_codel (by eric dumazet) builds on codel to provide fair queuing
superior to what could be had with SFQ, and drop behavior saner
than RED, BLUE, or choke.
These patches are backported from net-next and are known to work
on Linux 3.3.4 and later.
Includes updates to codel for better portability and speed
SVN-Revision: 31756
2012-05-16 15:23:03 +00:00
Gabor Juhos
eb2fe5e863
x86/alix2: switch to 3.3
...
Compile tested only.
SVN-Revision: 31753
2012-05-16 10:45:02 +00:00
Gabor Juhos
fb7da5bbde
x86/net5501: switch to 3.3
...
Compile tested only.
SVN-Revision: 31752
2012-05-16 10:44:59 +00:00
Gabor Juhos
9e049ce25c
x86: sync 3.3 configs
...
SVN-Revision: 31751
2012-05-16 10:44:55 +00:00
Gabor Juhos
19f691f8e4
x86: sync 3.2 configs
...
SVN-Revision: 31750
2012-05-16 10:44:52 +00:00
Gabor Juhos
724fd5e657
x86: sync 2.6.39 configs
...
SVN-Revision: 31749
2012-05-16 10:44:49 +00:00
Gabor Juhos
637fd23428
linux/3.3: add missing symbol
...
SVN-Revision: 31748
2012-05-16 10:44:46 +00:00
Gabor Juhos
67675fd48d
linux: add CONFIG_POWER_SUPPLY_DEBUG symbol
...
It was missing in the previous commit.
SVN-Revision: 31738
2012-05-15 11:12:31 +00:00
Gabor Juhos
39994008cb
linux: move certain disabled symbols to the generic configs
...
* CONFIG_ARCH_DMA_ADDR_T_64BIT
* CONFIG_ARCH_HAS_ILOG2_U32
* CONFIG_ARCH_HAS_ILOG2_U64
* CONFIG_ARCH_PHYS_ADDR_T_64BIT
* CONFIG_ARCH_SUPPORTS_MSI
* CONFIG_GENERIC_CPU_DEVICES
* CONFIG_HWMON_DEBUG_CHIP
* CONFIG_I2C_PXA_PCI
* CONFIG_LEDS_GPIO
* CONFIG_MINIX_FS_NATIVE_ENDIAN
* CONFIG_MLX4_CORE
* CONFIG_POWER_SUPPLY
* CONFIG_POWER_SUPPLY_DEBUG
* CONFIG_QUOTACTL
* CONFIG_SDIO_UART
* CONFIG_SENSORS_K10TEMP
* CONFIG_SENSORS_SCH56XX_COMMON
* CONFIG_SENSORS_VIA_CPUTEMP
* CONFIG_SERIO_AMBAKMI
* CONFIG_SERIO_I8042
* CONFIG_SERIO_LIBPS2
* CONFIG_SERIO_PCIPS2
* CONFIG_SERIO_RAW
* CONFIG_SERIO_SERPORT
* CONFIG_SPI_BITBANG
* CONFIG_SPI_GPIO
SVN-Revision: 31737
2012-05-15 10:58:52 +00:00
Felix Fietkau
a3f2fd187b
ar71xx: remove AG71XX_RX_PKT_RESERVE, it is no longer necessary (found by Eric Dumazet)
...
SVN-Revision: 31736
2012-05-15 10:36:39 +00:00
John Crispin
364f47e454
code style cleanup of the mach files
...
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31735
2012-05-15 09:38:05 +00:00
John Crispin
07dca108a9
adds zyxel p2601hnfx support
...
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31734
2012-05-15 09:38:02 +00:00
John Crispin
9785ec070e
set 3.3.6 as default
...
SVN-Revision: 31733
2012-05-15 09:37:59 +00:00
John Crispin
c61ada1db8
set 3.3.5 as default
...
SVN-Revision: 31718
2012-05-14 16:11:26 +00:00
Gabor Juhos
2fceae7ec4
linux/3.0: R.I.P.
...
It is used by the broken omap35xx/gumstix target only.
SVN-Revision: 31717
2012-05-14 15:48:34 +00:00
Gabor Juhos
a3d349a3b3
realview: remove 3.0 support
...
SVN-Revision: 31716
2012-05-14 15:48:32 +00:00
Gabor Juhos
e2ecabd761
realview: switch to 3.3
...
SVN-Revision: 31715
2012-05-14 15:48:31 +00:00
Gabor Juhos
46c7d58726
realview: add 3.3 support
...
SVN-Revision: 31714
2012-05-14 15:48:29 +00:00
Gabor Juhos
8f629f2a22
linux/3.3: more missing config symbols
...
SVN-Revision: 31713
2012-05-14 15:48:23 +00:00
Hauke Mehrtens
a798a81890
kernel: add CONFIG_BLK_DEV_PCIESSD_MTIP32XX
...
SVN-Revision: 31710
2012-05-14 11:28:02 +00:00
Gabor Juhos
b472e5d12e
kernel: update linux 3.3 to 3.3.6
...
SVN-Revision: 31709
2012-05-14 09:18:32 +00:00
Hauke Mehrtens
679b6a0722
amazon: fix section mismatch
...
SVN-Revision: 31707
2012-05-13 15:31:42 +00:00
Hauke Mehrtens
abd74f86b4
amazon: update amazon target to kernel 3.3
...
This is just compile tested, my device is currently not working.
SVN-Revision: 31706
2012-05-13 15:10:40 +00:00
Gabor Juhos
60d3ffb49a
gemini: remove 2.6.37 support
...
SVN-Revision: 31700
2012-05-13 12:04:04 +00:00
Gabor Juhos
672ff3de6e
gemini: switch to 3.3
...
SVN-Revision: 31699
2012-05-13 12:04:02 +00:00
Gabor Juhos
d0ac4c1f03
gemini: add support for 3.3
...
SVN-Revision: 31698
2012-05-13 12:03:59 +00:00
Hauke Mehrtens
482b99a660
brcm47xx: generate image for Linksys WRT610N V1
...
SVN-Revision: 31696
2012-05-13 00:16:57 +00:00
Hauke Mehrtens
31c2c485c1
kernel: ssb: add PCI IDs 0x4322 and 43222
...
The 0x4322 ID is found on the BCM4322 used on some SoCs like the
Linksys WRT610N V1 connected to a BCM4705. The 43222 (0xa8d6) ID
is found on the BCM43222 used on some other SoCs like the D-Link
DSL-2760U connected to a BCM63xx.
This fixes #10887 .
SVN-Revision: 31695
2012-05-13 00:08:12 +00:00
Hauke Mehrtens
5acb0b72be
brcm47xx: fix tg3 ssb patch
...
Now tg3 works with the Ethernet core of the Linksys WRT610N v1 (again).
SVN-Revision: 31694
2012-05-12 23:59:12 +00:00
Gabor Juhos
e710aeeab1
linux/2.6.38: R.I.P.
...
It is used only by the broken coldfire target.
SVN-Revision: 31688
2012-05-12 12:05:21 +00:00
Gabor Juhos
08ed044595
linux/2.6.37: R.I.P.
...
SVN-Revision: 31687
2012-05-12 12:05:19 +00:00
Gabor Juhos
c8cede6aa7
linux: add broken flag to remaining targets which are using 2.6.37
...
SVN-Revision: 31686
2012-05-12 12:05:18 +00:00
Gabor Juhos
a2efef024e
iop32x: remove 2.6.37 support
...
SVN-Revision: 31685
2012-05-12 10:49:36 +00:00
Gabor Juhos
a5d4de7da2
iop32x: switch to 3.3
...
It is compile tested only, so add a broken flag.
SVN-Revision: 31684
2012-05-12 10:49:34 +00:00
Gabor Juhos
598fe0e93b
iop32x: add 3.3 support
...
SVN-Revision: 31683
2012-05-12 10:49:32 +00:00
Gabor Juhos
bf8e96712e
sibyte: remove 2.6.37 support
...
SVN-Revision: 31682
2012-05-12 10:49:30 +00:00
Gabor Juhos
edb129bb24
sibyte: switch to 3.3
...
It is compile tested only, so add a broken flag.
SVN-Revision: 31681
2012-05-12 10:49:28 +00:00
Gabor Juhos
fd651daa4b
sibyte: add 3.3 support
...
SVN-Revision: 31680
2012-05-12 10:49:26 +00:00
Gabor Juhos
4f6acae5f7
ixp4xx: fix ixp4xx_crypto build error
...
SVN-Revision: 31679
2012-05-12 10:49:23 +00:00
Gabor Juhos
cabfa5b364
orion: remove the broken broken flag
...
It is working on the Linksys WRT350N v2 at least:
http://pastebin.com/KCAbJZs9
Additionally, the flag was added to a wrong place
so it had no effect.
Thanks to StrikerNL for testing.
SVN-Revision: 31674
2012-05-10 20:20:43 +00:00
Gabor Juhos
ec27c35ebe
kirkwood: fix Kconfig symbol for NSA-310
...
SVN-Revision: 31673
2012-05-09 16:16:52 +00:00
John Crispin
dc4cfd3a64
Add 3.3 config files
...
SVN-Revision: 31672
2012-05-09 12:52:24 +00:00
John Crispin
75827c538d
Add missing 3.3 patches
...
SVN-Revision: 31671
2012-05-09 12:52:21 +00:00
John Crispin
7d638fbb2f
Drop 2.6.32 support
...
SVN-Revision: 31670
2012-05-09 12:52:19 +00:00
Gabor Juhos
200227e0b4
kirkwood: add support for the ZyXEL NSA-310
...
SVN-Revision: 31669
2012-05-09 11:38:43 +00:00
Gabor Juhos
213cbf4297
kirkwood: add RaidSonic ICY BOX IB-NAS62x0 board support
...
Based on a patch by Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31668
2012-05-09 11:38:41 +00:00
Gabor Juhos
d4876692c1
kirkwood: enable GPIO sysfs interface
...
SVN-Revision: 31667
2012-05-09 11:38:40 +00:00
Gabor Juhos
d1eed108bb
kirkwood: nuke 2.6.37 support
...
SVN-Revision: 31666
2012-05-09 11:38:39 +00:00
Gabor Juhos
861b9b25e0
kirkwood: switch to 3.3
...
SVN-Revision: 31665
2012-05-09 11:38:37 +00:00
Gabor Juhos
b272041998
kirkwood: add 3.3 support
...
Based on the 3.2.9 patches by Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31664
2012-05-09 11:38:36 +00:00
Gabor Juhos
500ec36515
ixp4xx: nuke 2.6.37 support
...
SVN-Revision: 31663
2012-05-09 10:48:44 +00:00
Gabor Juhos
d25a4e7ddc
ixp4xx: switch to 3.3
...
SVN-Revision: 31662
2012-05-09 10:48:43 +00:00