Felix Fietkau
0520369d5f
ixp4xx: add sysupgrade support
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
target/linux/ixp4xx/base-files/lib/ixp4xx.sh | 25 ++
target/linux/ixp4xx/base-files/lib/upgrade/platform.sh | 156 +++++++++++++++++
target/linux/ixp4xx/image/Makefile | 11 +
3 files changed, 192 insertions(+)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33828 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-17 22:03:46 +00:00
John Crispin
fb47a917c2
drop GPIODEV platform code
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33825 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-17 21:53:37 +00:00
John Crispin
44090b37e4
[kernel] gpiodev/gpioctl RIP
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33725 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-11 11:58:09 +00:00
Imre Kaloz
7deca64a98
The Gateworks System Controller (GSC) is an i2c device that provides system
...
level monitoring and control of Gateworks boards. It is used on several
product families spanning several different target architectures (ixp4xx,
cns3xxx, davinci).
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33720 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-11 07:59:06 +00:00
Felix Fietkau
f35f0355ab
ixp4xx: enable OPTIMIZE_FOR_SIZE
...
Enabling OPTIMIZE_FOR_SIZE cuts the kernel binary down by 50K which is
critical for some small-footprint boards.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33679 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 11:38:28 +00:00
Felix Fietkau
c43d07561e
ixp4xx: add missing reboot handlers ( fixes #11577 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33672 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-09 15:38:55 +00:00
Felix Fietkau
9ab77f9d45
ixp4xx: update Gateworks Avila board support
...
Several new features for newer boards:
- add additional UARTs present on some boards
- add additional LEDs present on some boards
- add HSS audio device codec present on some boards
- add support for GSC present on some boards
- add per model setup support for newer boards
- set FLASH window per-model for boards with larger FLASH
Some fixes:
- add IRQ mapping for additional PCI devices (USB Host)
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33647 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-07 23:23:47 +00:00
Felix Fietkau
0f9c180aae
ixp4xx: patch cleanup
...
roll all avila patches into a single patch (no code changes)
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33646 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-07 23:23:43 +00:00
Felix Fietkau
acc0d609a4
ixp4xx: Add HSS audio driver for Avila product family
...
Add ixp4xx HSS audio driver for Avila
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33645 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-07 23:23:39 +00:00
Felix Fietkau
44565900dd
ixp4xx: update Gateworks Cambria board support
...
Several new features for newer boards:
- add irq mapping for additional devices
- add platform data for i2c bus to SFP modules
- add additional UARTs present on some boards
- increased R/W delay for expansion bus UARTs
- add additional LEDs present on some boards
- add GPIO exports and configuration
- add ENET switch config present on some boards
- add support for GSC present on some boards
- added per model setup support for newer boards
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33644 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-07 23:23:34 +00:00
Felix Fietkau
c4b2739a32
ixp4xx: patch cleanup
...
roll all cambria patches into a single patch (no code changes)
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33643 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-07 23:23:29 +00:00
Felix Fietkau
8d948d2d20
ixp4xx: split out new UART I/O to its own patch
...
This is being done for general cleanup
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33642 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-07 23:23:25 +00:00
John Crispin
293dd74caa
[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
Florian Fainelli
e75a2994aa
[ixp4xx] move ixp4xx-eth to target specific modules.mk
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32858 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-25 15:50:23 +00:00
Florian Fainelli
d13f533d5f
[ixp4xx] move crypto module to target specific modules.mk
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32856 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-25 15:50:16 +00:00
John Crispin
e04819fe32
[ixp4xx] MI424WR - add rev D support
...
Add support for revision D of the MI424WR.
Rev D swaps LAN & WAN ports so this patch maintains
eth0 for LAN and eth1 for WAN. For details on rev D usage,
see http://wiki.openwrt.org/toh/actiontec/mi424wr
Signed-off-by: Jose Vasconcellos <jvasco@verizon.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32820 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-24 20:38:36 +00:00
John Crispin
266c70cdf4
[kernel] bump to 3.3.8
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32055 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-05 06:57:51 +00:00
Gabor Juhos
e100214e23
kernel: update linux 3.3 to 3.3.7
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31848 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-23 21:05:32 +00:00
Gabor Juhos
cb4c118e50
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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31737 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-15 10:58:52 +00:00
Gabor Juhos
cc87185921
kernel: update linux 3.3 to 3.3.6
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31709 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-14 09:18:32 +00:00
Gabor Juhos
c267904494
ixp4xx: fix ixp4xx_crypto build error
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31679 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-12 10:49:23 +00:00
Gabor Juhos
b3dac4fb22
ixp4xx: nuke 2.6.37 support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31663 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-09 10:48:44 +00:00
Gabor Juhos
4e77290627
ixp4xx: switch to 3.3
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31662 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-09 10:48:43 +00:00
Gabor Juhos
3303e79b79
kernel: update linux 3.3 to 3.3.5
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31645 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-07 20:11:43 +00:00
Gabor Juhos
7b3e59ce27
ixp4xx: remove 2.6.3{2,8} and 3.0 support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31414 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-21 16:17:46 +00:00
Jonas Gorski
afbf3d994e
kernel: update linux 3.3 to 3.3.2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31336 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-17 12:51:02 +00:00
Felix Fietkau
6c5b78fae5
ixp4xx: add support for linux 3.3.1
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31275 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-13 13:38:49 +00:00
Felix Fietkau
887c0ecd98
targets: replace madwifi in profiles with ath5k, madwifi is unmaintained
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31015 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19 09:58:13 +00:00
Felix Fietkau
f42edbdc38
ixp4xx: fix a compile error
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30728 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-25 22:12:11 +00:00
Imre Kaloz
8edd80ec9c
[ixp4xx]: add 3.0 support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27493 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-06 13:03:38 +00:00
Imre Kaloz
5be3ae8fe5
refresh patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27492 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-06 12:57:51 +00:00
Rod Whitby
cc68b18430
ixp4xx: Removed kmod-madwifi from the NSLU2 profile, as the NSLU2 has not wifi capability out of the box.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27202 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-17 11:22:22 +00:00
Felix Fietkau
6a55f27446
ixp4xx: backport an upstream commit to fix gspca compile errors triggered by the buildbot
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26698 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-16 21:30:48 +00:00
Hauke Mehrtens
5fb18eaef8
kernel: Update to version 2.6.37.6
...
Thank you Peter Wagner for the patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26441 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 13:59:07 +00:00
Imre Kaloz
c044819c01
[ixp4xx]: add 2.6.38 support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26268 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-22 15:04:17 +00:00
Imre Kaloz
4e0887e1b3
update to 2.6.32.33 and 2.6.37.4
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26226 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18 13:25:32 +00:00
Hauke Mehrtens
910545f3eb
kernel: update to kernel version 2.6.37.3
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26126 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13 17:14:08 +00:00
Imre Kaloz
c5b1e5ded2
only support EABI on ARM targets
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25928 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-07 12:59:19 +00:00
Imre Kaloz
4dccfc3dc1
[ixp4xx]: upgrade to 2.6.37.1
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25922 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-07 09:41:38 +00:00
Felix Fietkau
b098bd6874
ixp4xx: clean up patches, fold the 2.6.37 update patch into the relevant board support patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25727 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-26 06:23:32 +00:00
Felix Fietkau
0ca65fd7bf
ixp4xx: remove 2.6.36 support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25726 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-26 06:23:27 +00:00
Felix Fietkau
be9ee6d1fe
ixp4xx: fix the i2c pld driver for 2.6.37 - i2c uses a rt_mutex instead of a mutex now
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25725 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-26 06:23:23 +00:00
Felix Fietkau
f3b7d1baff
ixp4xx: recreate the 2.6.37 config from the 2.6.32 one to clean up several faulty overrides
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25724 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-26 06:23:18 +00:00
Florian Fainelli
bca0340476
[kernel] update to 2.6.32.29
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25583 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-19 12:44:23 +00:00
Hauke Mehrtens
738117eb86
kernel: update kernel versions
...
Update kernel 2.6.32.26 to 2.6.32.27
Update kenrel 2.6.36.1 to 2.6.36.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24486 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-11 16:07:21 +00:00
Imre Kaloz
1ae1fb6b50
update to the latest stable kernels
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24136 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-24 18:50:11 +00:00
Imre Kaloz
c1725149e1
switch from ext2 to ext4 (w/o) journaling
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-22 12:12:39 +00:00
Alexandros C. Couloumbis
6592cbf3cb
linux/ixp4xx: remove some garbage from 601_arm_2.6.37_update.patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23965 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-11 18:45:28 +00:00
Alexandros C. Couloumbis
ccf31efb80
linux/ixp4xx: add preliminary 2.6.37 kernel support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23964 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-11 18:42:38 +00:00
Imre Kaloz
921371b9fc
these belong to the generic config..
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23853 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 11:09:08 +00:00
Imre Kaloz
a497060e39
update kernels to 2.6.32.25 and 2.6.35.8
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23851 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 09:01:08 +00:00
Imre Kaloz
91567f75e2
[ixp4xx]: refresh 2.6.36 patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23776 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-02 12:21:31 +00:00
Imre Kaloz
ce8e14c8f7
[ixp4xx]: update the gpiolib patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23775 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-02 12:20:58 +00:00
Imre Kaloz
da6d6d54e9
[ixp4xx]: remove unneeded patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23774 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-02 12:17:05 +00:00
Imre Kaloz
4c543cfd89
[ixp4xx]: support only 2.6.32 and 2.6.36
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23773 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-02 12:01:56 +00:00
Imre Kaloz
e51bb491fb
mark targets maintained by me
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23668 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 13:46:00 +00:00
Alexandros C. Couloumbis
72f6e35d54
linux/ixp4xx: revert accidentally leaked enabled kernel option (thank you kaloz)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23239 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 09:07:45 +00:00
Imre Kaloz
4bf29e323c
[kernel]: upgrade kernel versions to the latest stable ones
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23219 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-04 10:40:41 +00:00
Alexandros C. Couloumbis
e8e06bb4bf
linux/ixp4xx: fix an embracing mistake on commit r23150 (thank you KanjiMonster)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23153 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-29 15:09:07 +00:00
Alexandros C. Couloumbis
e7f5e13230
linux/ixp4xx: sync 2.6.36 patches to 2.6.36-rc6
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23150 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-29 13:50:16 +00:00
Alexandros C. Couloumbis
147b51eb26
linux/ixp4xx: add kernel 2.6.36 preliminary support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22924 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 22:54:53 +00:00
Alexandros C. Couloumbis
d3626a3ecd
linux/ixp4xx: revert r22922
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22923 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 22:50:43 +00:00
Alexandros C. Couloumbis
ce8b07c9c4
linux/ixp4xx: add kernel 2.6.36 preliminary support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22922 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 22:47:35 +00:00
Alexandros C. Couloumbis
6629f3f447
linux/ixp4xx: fix am apex image make bug
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22920 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 21:48:49 +00:00
Florian Fainelli
53fe275b46
[kernel] update to 2.6.32.20
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22766 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-22 17:07:37 +00:00
Gabor Juhos
0f85333e46
ixp4xx: fix compiler warnings in wrt300nv2-setup.c
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22655 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-15 05:39:31 +00:00
Gabor Juhos
6e3f6d99f9
ixp4xx: fix compiler warnings in tw5334-setup.c
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22654 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-15 05:39:29 +00:00
Gabor Juhos
59afd77d33
ixp4xx: use the right parameter for ixp4xx_phy_disconnect
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22651 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-14 21:07:48 +00:00
Gabor Juhos
0cffb6ab42
ixp4xx: fix GPIOLIB support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22650 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-14 21:07:46 +00:00
Gabor Juhos
10f0eb32c9
ixp4xx: refresh patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22649 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-14 21:07:42 +00:00
Gabor Juhos
d980fa48ac
ixp4xx: add TW-266-2 support to 2.6.32 as well
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22648 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-14 21:07:40 +00:00
Gabor Juhos
2a98784f23
ixp4xx: backport IXP4XX_GPIO_IRQ macro to 2.6.32
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22647 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-14 21:07:38 +00:00
Gabor Juhos
2f8079e044
ixp4xx: sync 2.6.32 kernel config
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22646 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-14 21:07:36 +00:00
Gabor Juhos
8fce7537f9
ixp4xx: include linux/slab.h in the latch LED driver
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22645 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-14 21:07:34 +00:00
Alexandros C. Couloumbis
b8b1efac61
ixp4xx: add kernel 2.6.34 preliminary support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22373 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-24 00:18:58 +00:00
Imre Kaloz
0b47979d12
update kernel versions
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22289 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-19 11:34:03 +00:00
Alexandros C. Couloumbis
d8da685340
ixp4xx: backport r21893 wrt300nv2 mac fix to 2.6.32
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22284 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-18 19:24:00 +00:00
Alexandros C. Couloumbis
2dd87622e7
ixp4xx: update 2.6.35 config options
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22254 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-17 15:45:13 +00:00
Alexandros C. Couloumbis
6a396dd53d
ixp4xx: use default lzma kernel compression
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22249 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-17 13:26:21 +00:00
Alexandros C. Couloumbis
30eb7c334e
ixp4xx: sync 2.6.33 patches against 2.6.33.6
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22248 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-17 13:22:32 +00:00
Alexandros C. Couloumbis
149650bd4e
ixp4xx: fix lzma/jffs2 config options
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22247 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-17 13:18:42 +00:00
Alexandros C. Couloumbis
988f7b8657
ixp4xx: update 2.6.35 patches to 2.6.35-rc5
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22239 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-16 16:26:59 +00:00
Claudio Mignanti
33990405fb
massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22145 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-12 14:06:13 +00:00
Alexandros C. Couloumbis
9d0627a92d
fix commit r21993
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21994 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-30 19:35:12 +00:00
Alexandros C. Couloumbis
a74d180945
ixp4xx: remove 2.6.35 unedded patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21897 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-25 04:37:14 +00:00
Alexandros C. Couloumbis
f2c0526b07
ixp4xx: add kernel 2.6.35 preliminary support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21895 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-24 14:40:36 +00:00
Alexandros C. Couloumbis
29d7c6f243
ixp4xx: add Mikael Petterssons patch works
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21894 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-24 14:38:03 +00:00
Alexandros C. Couloumbis
971657d682
ixp4xx: fix MAC parsing and switch (unmanaged) functionality for wrt300nv2 (thank you Ernesto Elbe)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21893 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-24 14:36:41 +00:00
Alexandros C. Couloumbis
f29c522c80
ixp4xx: add Titan Wireless TW-266-2 support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21892 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-24 14:34:49 +00:00
Alexandros C. Couloumbis
1f8be49097
ixp4xx: add kernel 2.6.33 preliminary support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21891 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-24 14:29:41 +00:00
Alexandros C. Couloumbis
e42462ba4e
ixp4xx: revert kernel support for 2.6.33 & 2.6.35
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21890 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-24 14:25:07 +00:00
Alexandros C. Couloumbis
49a4672248
ixp4xx: add Mikael Petterssons patch works for 2.6.33 & 2.6.35
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21879 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-22 14:10:55 +00:00
Alexandros C. Couloumbis
436acef96b
ixp4xx: fix MAC parsing and switch (unmanaged) functionality for wrt300nv2 (thank you Ernesto Elbe)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21836 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-18 11:14:20 +00:00
Alexandros C. Couloumbis
31035755e1
ixp4xx: port 600-skb_avoid_dmabounce.patch to 2.6.33 & 2.6.35
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21835 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-18 11:09:10 +00:00
Alexandros C. Couloumbis
75b3a23627
ixp4xx: fir commit r21825
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21827 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-17 11:41:26 +00:00
Alexandros C. Couloumbis
36331b22ad
ixp4xx: (Titan Wireless 2662) check for invalid/null MAC before assigning a random one
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21825 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-17 08:17:17 +00:00
Alexandros C. Couloumbis
e3b74160ce
ixp4xx: add kernel 2.6.35 preliminary support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21797 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-14 14:59:37 +00:00
Gabor Juhos
93df402589
generic: move more common options to generic configuration
...
* CONFIG_ABX500_CORE
* CONFIG_ATOMIC64_SELFTEST
* CONFIG_BRIDGE_IGMP_SNOOPING
* CONFIG_CAIF
* CONFIG_CEPH_FS
* CONFIG_CRYSTALHD
* CONFIG_DEFAULT_SECURITY_SELINUX
* CONFIG_DEFAULT_SECURITY_SMACK
* CONFIG_DEFAULT_SECURITY_TOMOYO
* CONFIG_DT3155
* CONFIG_IP_MROUTE_MULTIPLE_TABLES
* CONFIG_L2TP
* CONFIG_LOGFS
* CONFIG_LPC_SCH
* CONFIG_MFD_JANZ_CMODIO
* CONFIG_MFD_RDC321X
* CONFIG_N_GSM
* CONFIG_RAMOOPS
* CONFIG_SERIAL_ALTERA_JTAGUART
* CONFIG_SERIAL_ALTERA_UART
* CONFIG_SERIAL_TIMBERDALE
* CONFIG_SM_FTL
* CONFIG_SQUASHFS_XATTRS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21750 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-10 10:45:51 +00:00
Gabor Juhos
9ac326cb5e
generic: move some common symbols to generic configuration
...
* CONFIG_MUTEX_SPIN_ON_OWNER
* CONFIG_DEFAULT_HYDLA
* CONFIG_DEFAULT_VENO
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21748 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-10 08:58:14 +00:00
Gabor Juhos
26eef8e23a
generic: standardize CONFIG_INLINE_* symbols usage
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21746 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-10 08:09:41 +00:00