Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | switch to binutils 2.20.1 (except for avr32 and ubicom32) | Imre Kaloz | 2010-11-02 |
| | | | | SVN-Revision: 23780 | ||
* | remove support for uClibc 0.9.30.2 and 0.9.30.3 | Imre Kaloz | 2010-11-02 |
| | | | | SVN-Revision: 23779 | ||
* | more 2.6.36 config symbols.. | Imre Kaloz | 2010-11-02 |
| | | | | SVN-Revision: 23778 | ||
* | add additional config symbols | Imre Kaloz | 2010-11-02 |
| | | | | SVN-Revision: 23777 | ||
* | refresh 2.6.36 patches | Imre Kaloz | 2010-11-02 |
| | | | | SVN-Revision: 23776 | ||
* | update the gpiolib patch | Imre Kaloz | 2010-11-02 |
| | | | | SVN-Revision: 23775 | ||
* | remove unneeded patches | Imre Kaloz | 2010-11-02 |
| | | | | SVN-Revision: 23774 | ||
* | support only 2.6.32 and 2.6.36 | Imre Kaloz | 2010-11-02 |
| | | | | SVN-Revision: 23773 | ||
* | add a patch to export dma_set_coherent_mask | Imre Kaloz | 2010-11-02 |
| | | | | SVN-Revision: 23772 | ||
* | this is not a platform specific patch | Imre Kaloz | 2010-11-02 |
| | | | | SVN-Revision: 23771 | ||
* | add some additional 2.6.36 symbol | Imre Kaloz | 2010-11-02 |
| | | | | SVN-Revision: 23770 | ||
* | package/apex: fix a compile issue | Alexandros C. Couloumbis | 2010-11-02 |
| | | | | SVN-Revision: 23768 | ||
* | n810-gui profile: Add xkeyboard-config | Michael Büsch | 2010-11-01 |
| | | | | SVN-Revision: 23767 | ||
* | switch to 2.6.36 | Florian Fainelli | 2010-11-01 |
| | | | | SVN-Revision: 23762 | ||
* | set the mac address using the chip-unique serial number | Florian Fainelli | 2010-11-01 |
| | | | | SVN-Revision: 23761 | ||
* | add support for 2.6.36 kernel | Florian Fainelli | 2010-11-01 |
| | | | | SVN-Revision: 23760 | ||
* | resync kernel config | Florian Fainelli | 2010-11-01 |
| | | | | SVN-Revision: 23759 | ||
* | uci: use a delete-safe iterator in the Lua :foreach() function The following ↵ | Jo-Philipp Wich | 2010-11-01 |
| | | | | | | test case exposed a NULL pointer dereference in uci_lua_foreach(): lua -luci -e 'x=uci.cursor(); x:foreach("firewall", "forwarding", function(s) x:delete("firewall", s[".name"]) end)' SVN-Revision: 23757 | ||
* | initialize clocks earlier for lpj to be correct (#7548) | Florian Fainelli | 2010-10-31 |
| | | | | SVN-Revision: 23746 | ||
* | refresh 2.6.32 patches | Florian Fainelli | 2010-10-31 |
| | | | | SVN-Revision: 23745 | ||
* | remove an obsolete comment for the flock template | Felix Fietkau | 2010-10-31 |
| | | | | SVN-Revision: 23744 | ||
* | fix usage of flock - use the command mode instead of locking a file ↵ | Felix Fietkau | 2010-10-31 |
| | | | | | | descriptor to fix build issues on mac os x SVN-Revision: 23743 | ||
* | nl80211: fix a station dump crash triggered by sending an invalid ifindex | Felix Fietkau | 2010-10-31 |
| | | | | SVN-Revision: 23741 | ||
* | add missing SH_FUNC for remaining md5s calls (#7888) | Felix Fietkau | 2010-10-31 |
| | | | | SVN-Revision: 23739 | ||
* | hostapd: move the madwifi segfault fix to the right place | Felix Fietkau | 2010-10-31 |
| | | | | SVN-Revision: 23738 | ||
* | vlynq: try remote clock first, then external (#7324) | Florian Fainelli | 2010-10-31 |
| | | | | SVN-Revision: 23737 | ||
* | refresh 2.6.32 patches | Florian Fainelli | 2010-10-31 |
| | | | | SVN-Revision: 23736 | ||
* | refresh 2.6.32 patches | Florian Fainelli | 2010-10-31 |
| | | | | SVN-Revision: 23735 | ||
* | madwifi: remove device ids for AR5416 | Felix Fietkau | 2010-10-31 |
| | | | | SVN-Revision: 23730 | ||
* | add kmod-leds-net5501 | Florian Fainelli | 2010-10-30 |
| | | | | | | Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 23729 | ||
* | prefer the cs5535 gpiolib driver after 2.6.32 | Florian Fainelli | 2010-10-30 |
| | | | | SVN-Revision: 23728 | ||
* | resync config-default, enable gpio support | Florian Fainelli | 2010-10-30 |
| | | | | SVN-Revision: 23727 | ||
* | ep80579 depend on their corresponding subtarget | Florian Fainelli | 2010-10-30 |
| | | | | SVN-Revision: 23726 | ||
* | linux/generic: fix "rm: can't remove 'xyz': Directory not empty" symbolic ↵ | Alexandros C. Couloumbis | 2010-10-30 |
| | | | | | | link and directory issues on RouterBoard family devices. SVN-Revision: 23718 | ||
* | package/hostapd: fix crash in atheros driver (#8143) ↵ | Jo-Philipp Wich | 2010-10-29 |
| | | | | | | hapd->driver->set_operstate may happen when the drv_priv data is not initialized yet, this leads to a null pointer deref in the atheros driver. Protect the operstate call with a check for hapd->drv_priv. SVN-Revision: 23715 | ||
* | Lock copying to STAGING_DIR_ROOT. This fixes build failures for parallelized ↵ | Michael Büsch | 2010-10-29 |
| | | | | | | build. SVN-Revision: 23709 | ||
* | Add macro for locking of recipe commands. | Michael Büsch | 2010-10-29 |
| | | | | SVN-Revision: 23708 | ||
* | add a stripped down (and portable) version of flock to the host tools | Felix Fietkau | 2010-10-29 |
| | | | | SVN-Revision: 23707 | ||
* | remove unneeded config options, too | Imre Kaloz | 2010-10-29 |
| | | | | SVN-Revision: 23706 | ||
* | fix typo | Imre Kaloz | 2010-10-29 |
| | | | | SVN-Revision: 23705 | ||
* | get rid of old gcc versions | Imre Kaloz | 2010-10-29 |
| | | | | SVN-Revision: 23704 | ||
* | add support for Linaro GCC 2010.10 | Imre Kaloz | 2010-10-29 |
| | | | | SVN-Revision: 23703 | ||
* | Fix patch | Lars-Peter Clausen | 2010-10-29 |
| | | | | SVN-Revision: 23702 | ||
* | fix typo | Imre Kaloz | 2010-10-28 |
| | | | | SVN-Revision: 23695 | ||
* | sync gcc's Config.in with Config.version | Imre Kaloz | 2010-10-28 |
| | | | | SVN-Revision: 23694 | ||
* | the latest patchlevel gcc releases should work for these targets | Imre Kaloz | 2010-10-28 |
| | | | | SVN-Revision: 23693 | ||
* | fixup gcc version selection for the omap35xx target | Imre Kaloz | 2010-10-28 |
| | | | | SVN-Revision: 23692 | ||
* | Update u-boot command-line parameters | Hamish Guthrie | 2010-10-28 |
| | | | | SVN-Revision: 23691 | ||
* | Bumper gumstix kernel version to 2.6.36 | Hamish Guthrie | 2010-10-28 |
| | | | | SVN-Revision: 23690 | ||
* | kernel: Add kernel module for OMAP WDT | Hamish Guthrie | 2010-10-28 |
| | | | | SVN-Revision: 23689 |