Gabor Juhos
d91117459c
adm5120: add support for 3.7
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34954
2013-01-01 13:15:49 +00:00
Gabor Juhos
f0520f1714
adm5120: nuke 3.3 support
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34953
2013-01-01 13:15:44 +00:00
Gabor Juhos
b4315df8e1
adm5120: switch to 3.6
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34952
2013-01-01 13:15:41 +00:00
Gabor Juhos
edd36342e5
adm5120: add support for 3.6
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34951
2013-01-01 13:15:36 +00:00
Gabor Juhos
92cd48e9ea
adm5120: remove NAND_NO_AUTOINCR flag from rb1xx.c
...
Also add a compatibility patch for 3.3.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34950
2013-01-01 13:15:30 +00:00
Gabor Juhos
03e09078dc
adm5120: use mtd_read helper in trxsplit.c
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34949
2013-01-01 13:15:20 +00:00
Gabor Juhos
e1b13e15b2
adm5120: don't include asm/system.h in adm5120-hcd.c
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34948
2013-01-01 13:15:16 +00:00
Mirko Vogt
e34a4e0c7b
Do not use deprecated path to functions.sh (/etc/functions.sh -> /lib/functions.sh)
...
SVN-Revision: 34793
2012-12-19 16:07:50 +00:00
Florian Fainelli
33f6c5ddb9
kernel: add missing USB configuration symbols after r34501
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34568
2012-12-07 11:01:53 +00:00
Florian Fainelli
d3cda51994
do no longer rename amba-pl010 serial devices names
...
Back in the days when we could not override /etc/inittab, it made a lot
of sense to rename ttyAM to ttyS since this was the only supported
serial device(s), we can now just put in an appropriate /etc/inittab file
now.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34469
2012-12-03 16:18:40 +00:00
Gabor Juhos
1f516235ea
remove common symbols from 3.3 configs
...
The removed symbols are present in the generic configuration.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34403
2012-11-29 15:21:35 +00:00
John Crispin
6993e19532
drop GPIODEV platform code
...
SVN-Revision: 33825
2012-10-17 21:53:37 +00:00
Gabor Juhos
f3ecbea052
adm5120: move common routerboot definitions into a separate header file
...
Those will be used on the ar71xx platform as well.
SVN-Revision: 33341
2012-09-09 11:55:42 +00:00
John Crispin
a4d96aae8d
bump to 3.3.8
...
SVN-Revision: 32055
2012-06-05 06:57:51 +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
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
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
Gabor Juhos
b472e5d12e
kernel: update linux 3.3 to 3.3.6
...
SVN-Revision: 31709
2012-05-14 09:18:32 +00:00
Gabor Juhos
34018a630f
kernel: update linux 3.3 to 3.3.5
...
SVN-Revision: 31645
2012-05-07 20:11:43 +00:00
Jonas Gorski
b393464fb4
adm5120: add missing NULL terminator to partition parser list
...
Fixes #11372 .
SVN-Revision: 31574
2012-05-03 21:03:50 +00:00
Gabor Juhos
cbfce53831
kernel: update linux 3.3 to 3.3.4
...
SVN-Revision: 31541
2012-04-30 08:38:11 +00:00
Gabor Juhos
417185b33c
adm5120: create a new subtarget for the RB1xx devices
...
SVN-Revision: 31513
2012-04-29 07:36:46 +00:00
Gabor Juhos
7925eea45f
adm5120: share a common kernel config between the subtargets
...
SVN-Revision: 31512
2012-04-29 07:36:44 +00:00
Gabor Juhos
e96d52d198
adm5120: merge 3.3 patches
...
SVN-Revision: 31511
2012-04-29 07:36:43 +00:00
Gabor Juhos
19be4923e0
adm5120: remove 2.6.32 support
...
SVN-Revision: 31510
2012-04-29 07:36:37 +00:00
Gabor Juhos
aa48f1326b
adm5120: switch to 3.3.3
...
SVN-Revision: 31509
2012-04-29 07:36:36 +00:00
Gabor Juhos
a1a0f67748
adm5120: fix macronix bootloc patch
...
SVN-Revision: 31508
2012-04-29 07:36:35 +00:00
Gabor Juhos
cad1fa359d
adm5120: remove 2.6.38 support
...
SVN-Revision: 31475
2012-04-25 12:57:35 +00:00
Gabor Juhos
671361c7ea
adm5120: add 3.3 support
...
Partially based on the 3.1 patches by Hartmut Knaack <knaack.h [at] gmx.de>
SVN-Revision: 31474
2012-04-25 12:57:33 +00:00
Gabor Juhos
4319d95842
adm5120: make 5GXi depends on CPU_LITTLE_ENDIAN
...
SVN-Revision: 31472
2012-04-25 12:57:26 +00:00
Florian Fainelli
152f38a615
fix typos in adm5120 switch driver ( #4241 )
...
SVN-Revision: 31196
2012-04-04 15:53:15 +00:00
Florian Fainelli
09ade17a15
add Edimax specific MAGIC_MAC_BASE to read MAC from flash ( #4241 ]
...
SVN-Revision: 31195
2012-04-04 15:53:12 +00:00
Florian Fainelli
b180e0fb3b
fix support for 2.6.38 kernel
...
This patch fixes the following issues I encountered while compiling kernel 2.6.38.8 for my Omnima Embedded Controller/Edimax BR6104KP:
- kernel comes up with machine selection during build, even though everything was properly set in menuconfig
- USB api changes
Successfully built and tested with r29755.
Signed-off-by: Hartmut Knaack <knaack.h [at] gmx.de>
SVN-Revision: 31194
2012-04-04 15:53:09 +00:00
Florian Fainelli
f087e07b5c
refresh 2.6.38 patches
...
SVN-Revision: 31193
2012-04-04 15:53:07 +00:00
Felix Fietkau
db6e326c56
targets: replace madwifi in profiles with ath5k, madwifi is unmaintained
...
SVN-Revision: 31015
2012-03-19 09:58:13 +00:00
Jo-Philipp Wich
fc512193a0
add missing kernel symbols
...
SVN-Revision: 29790
2012-01-19 01:57:22 +00:00
Jo-Philipp Wich
be49daffc8
base-files, target: assign name to system timeserver section, makes it easier to set servers on the cli
...
SVN-Revision: 28933
2011-11-10 12:16:41 +00:00
Jo-Philipp Wich
d6f02b62d4
add timeserver config to target specific system configs as well
...
SVN-Revision: 28750
2011-11-04 12:53:35 +00:00
Florian Fainelli
6cb3195b40
fix usb mis-cleanup after r27162 ( #9581 )
...
SVN-Revision: 27243
2011-06-20 10:04:53 +00:00
Florian Fainelli
6a5112a750
cleanup files using checkpatch.pl
...
SVN-Revision: 27162
2011-06-12 19:17:57 +00:00
Alexandros C. Couloumbis
edfcbe5705
linux/adm5120: update wget2nand script
...
SVN-Revision: 26748
2011-04-21 13:18:33 +00:00
Felix Fietkau
64f67b9c2a
adm5120: remove patches/configs for unused kernel versions
...
SVN-Revision: 26706
2011-04-17 18:39:32 +00:00
Felix Fietkau
e6350dee82
adm5120: fix promiscuous mode handling (patch from #8581 )
...
SVN-Revision: 26673
2011-04-15 00:20:59 +00:00
Alexandros C. Couloumbis
05e533ba4d
linux/adm5120: generate non-initramfs kernel images too
...
SVN-Revision: 26657
2011-04-14 09:59:13 +00:00
Alexandros C. Couloumbis
da323cc470
linux/adm5120: preliminary 2.6.38 config options
...
SVN-Revision: 26648
2011-04-13 16:47:26 +00:00
Alexandros C. Couloumbis
54d4dc56c5
linux/adm5120: add 2.6.38 preliminary support
...
SVN-Revision: 26647
2011-04-13 16:42:03 +00:00
Travis Kemen
e9fdc5c981
sysupgrade works on the wp54
...
SVN-Revision: 26257
2011-03-21 16:52:14 +00:00
Imre Kaloz
a8d84ae94d
remove 2.6.34 support
...
SVN-Revision: 26229
2011-03-18 13:40:48 +00:00
Imre Kaloz
b8430e7427
update to 2.6.32.33 and 2.6.37.4
...
SVN-Revision: 26226
2011-03-18 13:25:32 +00:00
Hauke Mehrtens
b78210955c
kernel: update to kernel version 2.6.32.32
...
SVN-Revision: 26124
2011-03-13 17:12:20 +00:00