aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* set the mac address using the chip-unique serial numberFlorian Fainelli2010-11-011-0/+12
| | | | SVN-Revision: 23761
* add support for 2.6.36 kernelFlorian Fainelli2010-11-015-0/+1587
| | | | SVN-Revision: 23760
* resync kernel configFlorian Fainelli2010-11-011-27/+29
| | | | SVN-Revision: 23759
* uci: use a delete-safe iterator in the Lua :foreach() function The following ↵Jo-Philipp Wich2010-11-012-1/+21
| | | | | | 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 Fainelli2010-10-311-0/+53
| | | | SVN-Revision: 23746
* refresh 2.6.32 patchesFlorian Fainelli2010-10-312-5/+5
| | | | SVN-Revision: 23745
* remove an obsolete comment for the flock templateFelix Fietkau2010-10-311-1/+0
| | | | SVN-Revision: 23744
* fix usage of flock - use the command mode instead of locking a file ↵Felix Fietkau2010-10-311-3/+4
| | | | | | descriptor to fix build issues on mac os x SVN-Revision: 23743
* nl80211: fix a station dump crash triggered by sending an invalid ifindexFelix Fietkau2010-10-311-0/+13
| | | | SVN-Revision: 23741
* add missing SH_FUNC for remaining md5s calls (#7888)Felix Fietkau2010-10-312-2/+2
| | | | SVN-Revision: 23739
* hostapd: move the madwifi segfault fix to the right placeFelix Fietkau2010-10-312-32/+12
| | | | SVN-Revision: 23738
* vlynq: try remote clock first, then external (#7324)Florian Fainelli2010-10-311-0/+20
| | | | SVN-Revision: 23737
* refresh 2.6.32 patchesFlorian Fainelli2010-10-317-12/+12
| | | | SVN-Revision: 23736
* refresh 2.6.32 patchesFlorian Fainelli2010-10-3121-71/+71
| | | | SVN-Revision: 23735
* madwifi: remove device ids for AR5416Felix Fietkau2010-10-311-0/+20
| | | | SVN-Revision: 23730
* add kmod-leds-net5501Florian Fainelli2010-10-302-1/+16
| | | | | | Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 23729
* prefer the cs5535 gpiolib driver after 2.6.32Florian Fainelli2010-10-301-1/+7
| | | | SVN-Revision: 23728
* resync config-default, enable gpio supportFlorian Fainelli2010-10-301-10/+25
| | | | SVN-Revision: 23727
* ep80579 depend on their corresponding subtargetFlorian Fainelli2010-10-301-1/+1
| | | | SVN-Revision: 23726
* linux/generic: fix "rm: can't remove 'xyz': Directory not empty" symbolic ↵Alexandros C. Couloumbis2010-10-301-0/+17
| | | | | | link and directory issues on RouterBoard family devices. SVN-Revision: 23718
* package/hostapd: fix crash in atheros driver (#8143) ↵Jo-Philipp Wich2010-10-291-0/+22
| | | | | | 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üsch2010-10-291-1/+1
| | | | | | build. SVN-Revision: 23709
* Add macro for locking of recipe commands.Michael Büsch2010-10-291-0/+10
| | | | SVN-Revision: 23708
* add a stripped down (and portable) version of flock to the host toolsFelix Fietkau2010-10-293-1/+348
| | | | SVN-Revision: 23707
* remove unneeded config options, tooImre Kaloz2010-10-292-41/+0
| | | | SVN-Revision: 23706
* fix typoImre Kaloz2010-10-291-1/+1
| | | | SVN-Revision: 23705
* get rid of old gcc versionsImre Kaloz2010-10-2996-99302/+1
| | | | SVN-Revision: 23704
* add support for Linaro GCC 2010.10Imre Kaloz2010-10-2914-0/+9895
| | | | SVN-Revision: 23703
* Fix patchLars-Peter Clausen2010-10-291-7/+7
| | | | SVN-Revision: 23702
* fix typoImre Kaloz2010-10-281-1/+1
| | | | SVN-Revision: 23695
* sync gcc's Config.in with Config.versionImre Kaloz2010-10-281-8/+5
| | | | SVN-Revision: 23694
* the latest patchlevel gcc releases should work for these targetsImre Kaloz2010-10-281-14/+8
| | | | SVN-Revision: 23693
* fixup gcc version selection for the omap35xx targetImre Kaloz2010-10-281-1/+1
| | | | SVN-Revision: 23692
* Update u-boot command-line parametersHamish Guthrie2010-10-281-1/+3
| | | | SVN-Revision: 23691
* Bumper gumstix kernel version to 2.6.36Hamish Guthrie2010-10-282-2/+2
| | | | SVN-Revision: 23690
* kernel: Add kernel module for OMAP WDTHamish Guthrie2010-10-281-0/+16
| | | | SVN-Revision: 23689
* Add 2.6.36 config for gumstix boardHamish Guthrie2010-10-281-0/+453
| | | | SVN-Revision: 23688
* Add missing symbols to 2.6.36 configHamish Guthrie2010-10-281-0/+3
| | | | SVN-Revision: 23687
* we don't support gcc 3.x for some time nowImre Kaloz2010-10-281-3/+0
| | | | SVN-Revision: 23686
* remove support for binutils 2.18 and 2.20Imre Kaloz2010-10-2818-53362/+0
| | | | SVN-Revision: 23685
* Fixed support for IomegaLars-Peter Clausen2010-10-273-10/+443
| | | | | | | | | | * Added configuration file. * Set blue power led during bootup * enabled pci express Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 23683
* Adds leds and gpio keys support for Iomega iConnect.Lars-Peter Clausen2010-10-271-6/+111
| | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 23682
* libtool: Force nonparallel build.Michael Büsch2010-10-271-0/+3
| | | | SVN-Revision: 23681
* madwifi: fix syntax error introduced by r23660Jo-Philipp Wich2010-10-271-1/+1
| | | | SVN-Revision: 23679
* iptables: Fix call to md5sMichael Büsch2010-10-271-1/+1
| | | | SVN-Revision: 23675
* hostapd: do not restrict ht capabilities for ap+staFelix Fietkau2010-10-271-2/+2
| | | | SVN-Revision: 23674
* mac80211: set GF flag in hostapd config if supportedFelix Fietkau2010-10-271-0/+1
| | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 23673
* Change kernel version to 2.6.36Lars-Peter Clausen2010-10-271-1/+1
| | | | SVN-Revision: 23671
* ADC and battery fixes * Fix concurrent battery readings * Add missing kfree ↵Lars-Peter Clausen2010-10-272-0/+89
| | | | | | in battery driver remove * Fix disabling of a ADC component SVN-Revision: 23670
* Add missing symbol to 2.6.36 configLars-Peter Clausen2010-10-271-0/+1
| | | | SVN-Revision: 23669