| Commit message (Expand) | Author | Age | Files | Lines |
* | fix bad lzma tuning options bad hunks | Florian Fainelli | 2010-05-05 | 1 | -16/+13 |
* | add lzma tuning options, patch from Bernhard Loos | Florian Fainelli | 2010-05-02 | 3 | -8/+52 |
* | fix upgrade detection logic, patch from Bernhard Loos | Florian Fainelli | 2010-05-02 | 1 | -10/+4 |
* | fix sitecom firmware partition size, patch from Bernhard Loos | Florian Fainelli | 2010-05-02 | 2 | -2/+2 |
* | panic on unrecovered NMI, thanks rtz2 | Florian Fainelli | 2010-04-28 | 17 | -208/+142 |
* | include the watchdog driver by default | Florian Fainelli | 2010-04-28 | 1 | -1/+2 |
* | resync 2.6.32 support with changes in 2.6.30 | Florian Fainelli | 2010-04-28 | 10 | -2/+1752 |
* | use upstream MFD, GPIO patch, put everything in patches. | Florian Fainelli | 2010-04-28 | 22 | -1392/+1760 |
* | package/kernel: move target specific modules to their own target files | Nicolas Thill | 2010-04-24 | 1 | -0/+22 |
* | target/rdc: remove bad ide-core package override | Nicolas Thill | 2010-04-24 | 1 | -5/+0 |
* | define a shared IMG_PREFIX variable used as a basename for image files, it co... | Nicolas Thill | 2010-04-12 | 1 | -7/+7 |
* | remove 2.6.32 files, out of sync and going to be replaced differently | Florian Fainelli | 2010-04-10 | 4 | -469/+0 |
* | target/rdc: revert [20653], the proper fix for #7005 is in [20712] | Nicolas Thill | 2010-04-05 | 1 | -0/+1 |
* | do not set CONFIG_NET_DEV_OPS (#7005) | Florian Fainelli | 2010-04-02 | 1 | -1/+0 |
* | remove empty subtargets directories | Florian Fainelli | 2010-03-26 | 3 | -0/+0 |
* | remove now useless patches, thanks rtz | Florian Fainelli | 2010-03-26 | 4 | -176/+0 |
* | fix the mac address setting on sitecom devices after r20294 | Florian Fainelli | 2010-03-25 | 1 | -1/+1 |
* | use profiles again intead of subtargets. | Florian Fainelli | 2010-03-25 | 19 | -795/+53 |
* | do not set panic_on_unrecovered_nmi in watchdog, already set in southbridge d... | Florian Fainelli | 2010-03-20 | 1 | -1/+0 |
* | rework board detection | Florian Fainelli | 2010-03-18 | 14 | -305/+634 |
* | do *not* enable CONFIG_PCI in generic config, but on targets where it makes s... | Nicolas Thill | 2010-03-11 | 2 | -0/+2 |
* | define panic_on_unrecovered_nmi in the southbridge driver and fix watchdog in... | Florian Fainelli | 2010-03-11 | 2 | -1/+3 |
* | fix watchdog driver unregistering, patch by Bernhard Loos | Florian Fainelli | 2010-03-04 | 1 | -3/+12 |
* | rework reboot mechanism with the new watchdog fixes | Florian Fainelli | 2010-03-04 | 3 | -2/+46 |
* | enable the required packages to use a gpio-based reset button | Florian Fainelli | 2010-03-04 | 1 | -1/+2 |
* | remove now unused rdc321x_gpio.h file | Florian Fainelli | 2010-03-04 | 1 | -16/+0 |
* | improve sitecom device support | Florian Fainelli | 2010-03-04 | 2 | -9/+14 |
* | select ARCH_REQUIRE_GPIOLIB which is required for our gpiolib driver | Florian Fainelli | 2010-03-04 | 1 | -0/+1 |
* | add a new southbridge driver which registers the gpio and watchdog platform d... | Florian Fainelli | 2010-03-04 | 5 | -97/+493 |
* | add preliminary 2.6.32 support | Florian Fainelli | 2010-02-23 | 12 | -0/+1104 |
* | clean up handling of some kernel symbols | Imre Kaloz | 2010-02-11 | 1 | -6/+0 |
* | re-sort all target and subtarget config files | Imre Kaloz | 2010-02-11 | 2 | -4/+4 |
* | fix path to boot.sh, thanks bifferos | Florian Fainelli | 2010-02-04 | 1 | -1/+1 |
* | add preinit modularization work by Daniel Dickinson (cshore) | Felix Fietkau | 2010-01-25 | 2 | -23/+32 |
* | replace the hostapd preselection with a wpad preselection to enable proper cl... | Felix Fietkau | 2010-01-23 | 1 | -1/+1 |
* | get rid of even more 2.6.28 stuff | Imre Kaloz | 2009-12-27 | 7 | -3621/+0 |
* | switch ixp4xx and ubicom32 to 2.6.30, get rid of 2.6.28 files | Imre Kaloz | 2009-12-27 | 1 | -273/+0 |
* | generate bifferboard images, patch from bifferos | Florian Fainelli | 2009-12-13 | 1 | -0/+5 |
* | add preliminary support for the bifferboard, patch from bifferos | Florian Fainelli | 2009-12-12 | 5 | -1/+293 |
* | convert gpio code to use gpiolib, make rdc321x:dmz led work again | Florian Fainelli | 2009-12-11 | 5 | -122/+44 |
* | remove the host-tool lzma dependency we now use the one provided in openwrt | Florian Fainelli | 2009-12-11 | 1 | -4/+0 |
* | make mkimg_sitecom.pl executable | Florian Fainelli | 2009-12-07 | 1 | -0/+0 |
* | correct flash size and detection for sitecom targets (#6278), patch from rtz | Florian Fainelli | 2009-12-06 | 2 | -5/+4 |
* | simplify sitecom image generation with a script, patch from rtz | Florian Fainelli | 2009-12-06 | 2 | -17/+26 |
* | fix the handling of MAC addresses with r6040, patch from rtz | Florian Fainelli | 2009-12-06 | 1 | -7/+22 |
* | update to 2.6.30, refresh patches | Florian Fainelli | 2009-12-04 | 1 | -1/+1 |
* | add sitecom subtarget after the profiles->subtargets conversion (#6245) | Florian Fainelli | 2009-11-28 | 4 | -4/+9 |
* | fix image create after the conversion to subtargets | Florian Fainelli | 2009-11-15 | 1 | -1/+1 |
* | some more Kconfig symbol move.. | Imre Kaloz | 2009-11-11 | 2 | -6/+0 |
* | another round of kernel config cleanups | Imre Kaloz | 2009-11-11 | 2 | -9/+0 |