Commit Graph

175 Commits (446409f43e9bb0157fbac3d3de3b39928f8772b7)

Author SHA1 Message Date
Imre Kaloz e4b6839fd3 upgrade to 3.0 (magicbox ata and openrb usb is broken, but the current kernel didn't compile at all, so...)
SVN-Revision: 27826
2011-07-29 10:16:48 +00:00
Felix Fietkau 335877a2b3 global cflags: remove -funit-at-a-time, it is ignored by recent compilers. instead add -fno-caller-saves, which improves compression ratio for generated code with no apparent negative effects on performance
SVN-Revision: 26300
2011-03-26 01:07:12 +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
Florian Fainelli d3c2b87213 update to 2.6.32.29
SVN-Revision: 25583
2011-02-19 12:44:23 +00:00
Hauke Mehrtens b8ab3d34eb 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
SVN-Revision: 24486
2010-12-11 16:07:21 +00:00
Imre Kaloz ead8ab8403 update to the latest stable kernels
SVN-Revision: 24136
2010-11-24 18:50:11 +00:00
Imre Kaloz 0a5da348d1 update kernels to 2.6.32.25 and 2.6.35.8
SVN-Revision: 23851
2010-11-04 09:01:08 +00:00
Imre Kaloz 9f7da0f900 add additional config symbols
SVN-Revision: 23777
2010-11-02 12:22:45 +00:00
Imre Kaloz 81059a2a96 mark targets maintained by me
SVN-Revision: 23668
2010-10-27 13:46:00 +00:00
Imre Kaloz 5f9a6a5431 upgrade kernel versions to the latest stable ones
SVN-Revision: 23219
2010-10-04 10:40:41 +00:00
Florian Fainelli b1becffa5b update to 2.6.32.20
SVN-Revision: 22766
2010-08-22 17:07:37 +00:00
Imre Kaloz ca8f45b142 update kernel versions
SVN-Revision: 22289
2010-07-19 11:34:03 +00:00
Claudio Mignanti 2d86ea7bf3 massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
SVN-Revision: 22145
2010-07-12 14:06:13 +00:00
Nicolas Thill e74e289fa8 update linux kernel to 2.6.32.14
SVN-Revision: 21583
2010-05-27 18:09:09 +00:00
Hauke Mehrtens b18a1d217b kernel: update kernel to version 2.6.32.13 and 2.6.33.4
SVN-Revision: 21540
2010-05-23 13:16:51 +00:00
Alexandros C. Couloumbis fdac9ae836 sync to kernel 2.6.32.12
SVN-Revision: 21195
2010-04-27 14:30:08 +00:00
Nicolas Thill 484051d055 package/kernel: move target specific modules to their own target files
SVN-Revision: 21132
2010-04-24 13:34:51 +00:00
Gabor Juhos 26cd3eed25 ppc40x: sync kernel config
SVN-Revision: 21031
2010-04-19 12:33:09 +00:00
Gabor Juhos 8d86dbb454 ppc40x: build initramfs images for the OpenRB/Magicbox boards
SVN-Revision: 20980
2010-04-18 08:32:35 +00:00
Gabor Juhos 2231b9d761 ppc40x: fix MagicBox partition table
SVN-Revision: 20951
2010-04-17 09:29:26 +00:00
Gabor Juhos d0646a08aa ppc40x: enable USB support
Cc: backfire@openwrt.org

SVN-Revision: 20933
2010-04-16 18:40:12 +00:00
Gabor Juhos 3669209288 ppc40x: add isp116x-hcd to the device tree for the OpenRB board
Cc: backfire@openwrt.org

SVN-Revision: 20932
2010-04-16 18:40:10 +00:00
Gabor Juhos b448703ea8 ppc40x: make isp116x-hcd driver usable on the OpenRB board
Cc: backfire@openwrt.org

SVN-Revision: 20931
2010-04-16 18:40:06 +00:00
Gabor Juhos e0ba83e32e ppc40x: add more EBC_BXCR defines
Cc: backfire@openwrt.org

SVN-Revision: 20930
2010-04-16 18:40:02 +00:00
Gabor Juhos 15d344df50 ppc40x: move perwe fixup into a separate function
Cc: backfire@openwrt.org

SVN-Revision: 20929
2010-04-16 18:39:52 +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
Gabor Juhos 185965e128 ppc40x: add sysupgrade support
Cc: backfire@openwrt.org

SVN-Revision: 20821
2010-04-12 12:21:18 +00:00
Gabor Juhos bc4cd8c850 ppc40x: increase kernel partition size on OpenRB/Magicbox
Cc: backfire@openwrt.org

SVN-Revision: 20820
2010-04-12 12:21:15 +00:00
Gabor Juhos bd0c2617f1 ppc40x: sync kernel config
Cc: backfire@openwrt.org

SVN-Revision: 20819
2010-04-12 12:21:12 +00:00
Gabor Juhos e66a368bd1 kernel: update to 2.6.32.10
SVN-Revision: 20444
2010-03-26 10:45:25 +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 cf57e90014 drop support for the old style magicbox-cf driver
SVN-Revision: 19932
2010-03-01 08:04:14 +00:00
Hauke Mehrtens 0c7b285613 kernel: update to kernel 2.6.32.9
SVN-Revision: 19890
2010-02-28 10:16:47 +00:00
Imre Kaloz 4af507c9b0 upgrade to 2.6.32.8
SVN-Revision: 19673
2010-02-16 21:31:23 +00:00
Imre Kaloz 825b37cc56 clean up handling of some kernel symbols
SVN-Revision: 19581
2010-02-11 09:33:16 +00:00
Nicolas Thill 95e0fd88c3 remove redundant LINUX_KARCH variables
SVN-Revision: 18871
2009-12-21 03:26:09 +00:00
Florian Fainelli a47b8566a1 update to 2.6.30, refresh patches
SVN-Revision: 18635
2009-12-04 14:52:45 +00:00
Imre Kaloz cc222ce56d powerpc: use the in-kernel dtc compiler
SVN-Revision: 18374
2009-11-11 13:44:12 +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 a01ec2469b move CPUFREQ to generic configs
SVN-Revision: 18368
2009-11-11 10:00:28 +00:00
Imre Kaloz ef42fb4c13 sort all target config files
SVN-Revision: 18367
2009-11-11 09:27:13 +00:00
Imre Kaloz 8bf0f955e7 ppc40x: use version number-less patches and config
SVN-Revision: 18188
2009-10-27 19:20:31 +00:00
Imre Kaloz 7776a7ddec remove 2.6.28 support from ppc40x
SVN-Revision: 18187
2009-10-27 19:19:07 +00:00
Imre Kaloz b05072d30f disable ppc4xx watchdog, it's unreliable
SVN-Revision: 18186
2009-10-27 19:18:02 +00:00
Florian Fainelli d4b251bdb8 update to 2.6.30.9
SVN-Revision: 18126
2009-10-23 12:10:25 +00:00
Nicolas Thill af06debf5a ppc40x: don't force usb feature
SVN-Revision: 18002
2009-10-08 12:49:59 +00:00
Andy Boyett 233826380d explicitly disable LEDS_GPIO_OF kconfig option
SVN-Revision: 17902
2009-10-05 17:05:05 +00:00
Gabor Juhos 054c54512f kernel: upgrade to 2.6.30.8 and refresh patches
SVN-Revision: 17804
2009-10-01 10:07:32 +00:00
Imre Kaloz 85fcc97a13 update to latest 2.6.27 and 2.6.30 kernels
SVN-Revision: 17602
2009-09-17 11:22:33 +00:00
Florian Fainelli 3ce53b8d92 update to 2.6.30.6, compile tested on some targets only
SVN-Revision: 17549
2009-09-09 07:35:06 +00:00
Florian Fainelli 0c5a73ec9b use 2.6.30.5
SVN-Revision: 17296
2009-08-17 15:05:26 +00:00
Imre Kaloz b3f6332008 enable the watchdog driver for ppc4xx
SVN-Revision: 17095
2009-08-02 11:20:03 +00:00
Florian Fainelli ab5bc14973 update to 2.6.30.4
SVN-Revision: 17062
2009-07-31 11:13:55 +00:00
Imre Kaloz 9eed88d995 oops, fix typo
SVN-Revision: 17042
2009-07-29 15:00:06 +00:00
Imre Kaloz 4ad125e0ed move some PPC symbols to the generic config
SVN-Revision: 17041
2009-07-29 14:59:08 +00:00
Imre Kaloz c461ddf9a6 ppc4xx optimizations
SVN-Revision: 17040
2009-07-29 14:52:31 +00:00
Imre Kaloz 912c350689 fix typo
SVN-Revision: 17030
2009-07-27 10:50:35 +00:00
Imre Kaloz f6169adff5 optimize cuboot wrappers
SVN-Revision: 17029
2009-07-27 10:50:15 +00:00
Florian Fainelli b2c26c32dd switch to 2.6.30.3
SVN-Revision: 17028
2009-07-27 10:02:24 +00:00
Imre Kaloz 684281b4fd kilauea uses ppc40x_simple now
SVN-Revision: 17025
2009-07-27 06:27:42 +00:00
Imre Kaloz a0829559f8 upgrade ppc40x to 2.6.30, unify magicbox and openrb board cuimages
SVN-Revision: 17018
2009-07-26 16:21:43 +00:00
Florian Fainelli b2afb336a2 allow creating of ext2 filesystems
SVN-Revision: 17017
2009-07-26 16:15:26 +00:00
Gabor Juhos 03aef1e2c5 add support for the OpenRB Medium board
SVN-Revision: 16970
2009-07-24 20:01:54 +00:00
Gabor Juhos ea6665874f fix magicboxv2.dts
SVN-Revision: 16969
2009-07-24 18:33:55 +00:00
Gabor Juhos 5bba8519fd add ATA version of the Magicbox CF driver
SVN-Revision: 16955
2009-07-22 10:08:29 +00:00
Gabor Juhos dd1f19f4c7 update dts of Magicbox V2 for 2.6.28
SVN-Revision: 16930
2009-07-20 08:39:54 +00:00
Gabor Juhos a6bea07a5e merge 2.6.28 patches
SVN-Revision: 16929
2009-07-20 08:11:07 +00:00
Gabor Juhos b78215b71d update dts of Magicbox V2
SVN-Revision: 16928
2009-07-20 07:49:16 +00:00
Gabor Juhos a308781040 enable GPIO sysfs interface
SVN-Revision: 16927
2009-07-20 07:27:55 +00:00
Gabor Juhos 9e6605553a merge 2.6.30 patches
SVN-Revision: 16926
2009-07-20 07:10:00 +00:00
Gabor Juhos d522d7d6e3 Magicbox CF driver cleanup
SVN-Revision: 16925
2009-07-20 06:57:01 +00:00
Gabor Juhos ceaa5d8790 backport Magicbox CF driver to 2.6.28
SVN-Revision: 16923
2009-07-19 17:46:07 +00:00
Gabor Juhos 8cb5cc2a79 use SLUB allocator by default
SVN-Revision: 16920
2009-07-19 15:35:48 +00:00
Gabor Juhos f60334ddc0 fix a section mismatch on 2.6.30
SVN-Revision: 16918
2009-07-19 12:04:43 +00:00
Gabor Juhos 098e6845ef refresh 2.6.30 patches
SVN-Revision: 16915
2009-07-19 09:40:26 +00:00
Gabor Juhos c958046f23 fix target description
SVN-Revision: 16913
2009-07-19 09:38:41 +00:00
Gabor Juhos 404925837d backport support of the OpenRB Lite board to 2.6.28
SVN-Revision: 16912
2009-07-19 09:30:37 +00:00
Gabor Juhos 143b6a7181 add driver for the CF slot of the Magicbox v2/OpenRB boards
SVN-Revision: 16910
2009-07-19 09:11:59 +00:00
Gabor Juhos c84a5161c5 add support for the OpenRB Light board
SVN-Revision: 16908
2009-07-19 07:38:06 +00:00
Gabor Juhos 6cf3706f85 build jffs2 images by default
SVN-Revision: 16907
2009-07-19 07:20:04 +00:00
Gabor Juhos eec23618ad increase linux partition size, and fix jffs2 images
SVN-Revision: 16906
2009-07-19 06:42:30 +00:00
Gabor Juhos 7e2c1008ff cleanup magicbox patches
SVN-Revision: 16905
2009-07-19 04:50:37 +00:00
Gabor Juhos 9f973a6098 initial support for 2.6.30
SVN-Revision: 16901
2009-07-18 15:13:40 +00:00
Gabor Juhos 0238a90a63 optimize the kernel for size, disable common PCI quirks, and sync kernel config
SVN-Revision: 16899
2009-07-18 14:35:14 +00:00
Imre Kaloz e01651285f rfkill config cleanup
SVN-Revision: 16471
2009-06-15 07:13:00 +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 ba7f77b25f upgrade ppc40x to 2.6.28.10
SVN-Revision: 15755
2009-05-10 16:44:32 +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
Imre Kaloz 86a4a6edb9 upgrade to newest stable kernel versions
SVN-Revision: 15575
2009-05-03 16:58:06 +00:00
Hauke Mehrtens e82dce69a3 update to kernel version 2.6.27.21
SVN-Revision: 15016
2009-03-24 15:05:51 +00:00
Hauke Mehrtens 3f085cd501 update to 2.6.28.7 and 2.6.27.19
SVN-Revision: 14601
2009-02-21 18:53:05 +00:00
Gabor Juhos 47665da430 update to 2.6.27.17
SVN-Revision: 14513
2009-02-15 07:47:12 +00:00
Gabor Juhos 7f04c52b92 update to 2.6.27.15
SVN-Revision: 14440
2009-02-08 12:32:39 +00:00
Gabor Juhos 2a0825b4d3 update to 2.6.27.13
SVN-Revision: 14179
2009-01-25 18:33:19 +00:00
Gabor Juhos 0c2e187f54 switch to 2.6.27.12
SVN-Revision: 14157
2009-01-23 13:30:27 +00:00
Florian Fainelli ac2304477f fix missing config symbol when doing a select all packages
SVN-Revision: 14152
2009-01-23 02:11:18 +00:00