Commit Graph

57 Commits

Author SHA1 Message Date
Jonas Gorski
1beaf031d1 target: don't build jffs2 nor images by default
Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 36863
2013-06-05 20:58:59 +00:00
Steven Barth
4e8f7f37ed Change default IPv6 config to enable DHCPv6-PD
SVN-Revision: 36384
2013-04-22 19:40:16 +00:00
Steven Barth
ea94d66b0f Adapt default network configuration for IPv6
SVN-Revision: 36278
2013-04-09 08:03:08 +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
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
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
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
631bf82241 amazon: remove 2.6.3{0,2} support
SVN-Revision: 31433
2012-04-22 07:20:53 +00:00
Hauke Mehrtens
aed622fd2c amazon: Upgrade amazon target to kernel 2.6.37
This was just a little bit tested on an SAMSUNG SMT-G3020 and pci and usb do not work like before.

SVN-Revision: 26576
2011-04-10 15:08:28 +00:00
Nicolas Thill
e2b57ecf5f define a shared IMG_PREFIX variable used as a basename for image files, it contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files
SVN-Revision: 20834
2010-04-12 23:15:56 +00:00
Nicolas Thill
e1863691d9 do *not* enable CONFIG_PCI in generic config, but on targets where it makes sense instead (partially revert [18370])
SVN-Revision: 20136
2010-03-11 09:50:11 +00:00
Imre Kaloz
0a52bc58f8 re-sort all target and subtarget config files
SVN-Revision: 19580
2010-02-11 08:55:15 +00:00
Hauke Mehrtens
776355717c export amazon_get_cpu_hz
SVN-Revision: 19460
2010-01-31 15:14:14 +00:00
Hauke Mehrtens
b74263a00c i[amazon] use SYS_HAS_EARLY_PRINTK instead of prom_printf
SVN-Revision: 19459
2010-01-31 15:13:51 +00:00
Hauke Mehrtens
6a78996e76 Add kernel 2.6.32 support
SVN-Revision: 19458
2010-01-31 15:13:14 +00:00
Hauke Mehrtens
4d1bfc3760 Apply patch 240-irq_fix.patch directly
SVN-Revision: 19457
2010-01-31 15:09:48 +00:00
Hauke Mehrtens
ff2cfb00ef Apply patch 220-fix_timer.patch directly
SVN-Revision: 19456
2010-01-31 15:09:16 +00:00
Hauke Mehrtens
999e9277ec Apply patch 210-remove_unnedded_variables.patch directly
SVN-Revision: 19455
2010-01-31 15:08:26 +00:00
Hauke Mehrtens
038f0e6bbe Apply patch 200-fix_deprecated_interrupt_definations.patch directly
SVN-Revision: 19454
2010-01-31 15:07:49 +00:00
Hauke Mehrtens
b6a1293e1e move files to correct position
SVN-Revision: 19453
2010-01-31 15:06:17 +00:00
Hauke Mehrtens
349fb7c742 remove support for kernel 2.6.21
SVN-Revision: 19452
2010-01-31 14:59:37 +00:00
Hauke Mehrtens
2a87343a00 amazon: readd wrongly removed file
SVN-Revision: 19014
2010-01-03 00:06:37 +00:00
Hauke Mehrtens
3478d91266 amazon: work on pci controller
SVN-Revision: 19013
2010-01-02 23:08:15 +00:00
Hauke Mehrtens
023c474951 mazon: use platform_device for most drivers and fix some printk's
SVN-Revision: 18989
2010-01-01 21:44:37 +00:00
Hauke Mehrtens
371e7aa521 work on pci.
This is from ticket #6374

Michael Richter thanks for your patch.

SVN-Revision: 18933
2009-12-26 00:09:00 +00:00
Florian Fainelli
a47b8566a1 update to 2.6.30, refresh patches
SVN-Revision: 18635
2009-12-04 14:52:45 +00:00
Hauke Mehrtens
c4ce5f3937 Update to kernel 2.6.30
SVN-Revision: 18605
2009-11-29 16:54:17 +00:00
Hauke Mehrtens
6fe93904b0 Read the size of the available memory from parameters passed to the kernel by firmware.
SVN-Revision: 18604
2009-11-29 16:53:50 +00:00
Felix Fietkau
fa0396c530 kernel: move CONFIG_MIPS_FPU_EMU to generic kernel config
SVN-Revision: 18603
2009-11-29 14:31:55 +00:00
Hauke Mehrtens
2ee2679ac9 Add kernel 2.6.30 support
The device is booting and Ethernet is working, but nothing more was tested.

SVN-Revision: 18589
2009-11-28 22:17:37 +00:00
Hauke Mehrtens
9714c8b642 Some general changes for amazon drivers.
This is mostly needed for kernel 2.6.30 support.

SVN-Revision: 18588
2009-11-28 22:09:18 +00:00
Imre Kaloz
6b280112f2 some more Kconfig symbol move..
SVN-Revision: 18371
2009-11-11 11:52:41 +00:00
Imre Kaloz
1d62d9a95c another round of kernel config cleanups
SVN-Revision: 18370
2009-11-11 11:42:24 +00:00
Imre Kaloz
ef42fb4c13 sort all target config files
SVN-Revision: 18367
2009-11-11 09:27:13 +00:00
Hauke Mehrtens
343e9ffa20 Add some build fixes for kernel 2.6.21 and the infineon amazon target.
Now it compiles with the new toolchain.
These are mostly backports from mainline linux and newer linux kernels from openwrt.

SVN-Revision: 18345
2009-11-08 21:56:59 +00:00
Hauke Mehrtens
6e42b25c88 Add ADM6996 switch driver
This fixes #5314
Thanks to Michael Richter

SVN-Revision: 16523
2009-06-20 18:44:24 +00:00
Hauke Mehrtens
4d9d62eada Detect 16MB flash chips
SVN-Revision: 16120
2009-05-27 18:28:07 +00:00
Hauke Mehrtens
f2fa4d7035 Extends workaround for swapping problem.
SVN-Revision: 16119
2009-05-27 18:08:58 +00:00
Hauke Mehrtens
31e5d533a8 Make amazon build again.
SVN-Revision: 16118
2009-05-27 18:07:53 +00:00
Imre Kaloz
e965c02820 even more config file cleanup
SVN-Revision: 15913
2009-05-18 13:21:25 +00:00
Imre Kaloz
91e866f383 config cleanups
SVN-Revision: 15861
2009-05-15 10:40:04 +00:00
Imre Kaloz
a9c958c2de make kernels use /etc/preinit by default
SVN-Revision: 15840
2009-05-14 10:20:53 +00:00
Imre Kaloz
e9b397805d some more kernel config cleanup.. last for today :)
SVN-Revision: 15606
2009-05-04 20:57:02 +00:00
Imre Kaloz
a614251e6c cleanup MTD option handling
SVN-Revision: 15602
2009-05-04 19:13:43 +00:00
Gabor Juhos
10ddc9319a refresh patches
SVN-Revision: 14455
2009-02-08 19:38:15 +00:00
Florian Fainelli
e6cde1e966 Fix typo
SVN-Revision: 13046
2008-10-24 16:24:31 +00:00
Gabor Juhos
06b0688a47 refresh kernel patches
SVN-Revision: 11194
2008-05-19 06:34:16 +00:00