aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add a command for printing a cleaned up make target database - will be used ↵Felix Fietkau2010-09-016-8/+28
| | | | | | to analyze package dependencies at some point SVN-Revision: 22871
* ath9k: add a patch for dumping the eeprom contents via debugfsFelix Fietkau2010-09-011-0/+67
| | | | SVN-Revision: 22870
* fix a compile error when compiling with glibc (#7816)Felix Fietkau2010-09-011-1/+1
| | | | SVN-Revision: 22869
* generic: move iptables/netfilter kernel options from generic/config to ↵Alexandros C. Couloumbis2010-09-015-57/+60
| | | | | | package/kernel/modules/netfilter.mk SVN-Revision: 22867
* mac80211: replace 800-nuke_led_code.patch with something smaller. most of ↵Felix Fietkau2010-08-312-415/+127
| | | | | | the #ifdef spaghetti that the old patch introduced was completely unnecessary SVN-Revision: 22866
* mac80211: update to wireless-testing 2010-08-31Felix Fietkau2010-08-3137-1744/+162
| | | | SVN-Revision: 22865
* ar71xx: refresh patchesGabor Juhos2010-08-3112-12/+12
| | | | SVN-Revision: 22864
* ar71xx: rewrite SPI drivers for the RB4xx boardsGabor Juhos2010-08-3131-388/+1531
| | | | | | | | | | * add a new SPI controller driver * add SPI driver for the CPLD chip * convert the NAND driver * enable the mikroSD slot * enable more LEDs SVN-Revision: 22863
* generic: bacport SPI bus locking APIGabor Juhos2010-08-318-0/+2100
| | | | SVN-Revision: 22862
* generic: fix erase operation on the pm25lv flash chipGabor Juhos2010-08-3118-50/+180
| | | | SVN-Revision: 22861
* package/broadcom-diag: use broadcast_ueventGabor Juhos2010-08-312-6/+3
| | | | SVN-Revision: 22860
* package/button-hotplug: use brodcast_ueventGabor Juhos2010-08-312-9/+5
| | | | SVN-Revision: 22859
* generic: introduce broadcast_uevent functionGabor Juhos2010-08-315-0/+377
| | | | SVN-Revision: 22858
* rtl8366_smi: when setting VLAN ports, always initialize the PVID to ensure ↵Felix Fietkau2010-08-311-0/+9
| | | | | | that the VLAN MC entry gets allocated. Fixes problems with tagged-only ports (#7795) SVN-Revision: 22856
* hostapd: backport a fix to check for STA STBC capabilities before setting ↵Felix Fietkau2010-08-311-0/+41
| | | | | | them (fixes #7464) SVN-Revision: 22854
* backport upstream multicast fix (#7848)Florian Fainelli2010-08-311-0/+35
| | | | SVN-Revision: 22852
* refresh 2.6.32 patchesFlorian Fainelli2010-08-313-3/+3
| | | | SVN-Revision: 22851
* rework multi_probe patch to be cleanerFlorian Fainelli2010-08-311-14/+42
| | | | SVN-Revision: 22850
* refresh patchesFlorian Fainelli2010-08-316-8/+8
| | | | SVN-Revision: 22849
* refresh 2.6.32 patchesFlorian Fainelli2010-08-3119-67/+67
| | | | SVN-Revision: 22848
* firewall: - fix processing of rules with an ip family option - append ↵Jo-Philipp Wich2010-08-314-42/+63
| | | | | | interface rules at the end of internal zone chains, simplifies injecting user or addon rules - support simple file logging (option log + option log_limit per zone) SVN-Revision: 22847
* enable SYSRQ for all targets, remove overrides from brcm63xx, octeon and ↵Jo-Philipp Wich2010-08-3013-13/+7
| | | | | | omap35xx SVN-Revision: 22846
* Build usb storage support into the kernel.Lars-Peter Clausen2010-08-301-21/+9
| | | | | | This allows for example to put the rootfs on a usb-stick. SVN-Revision: 22845
* linux/generic: update 2.6.36 kernel patchesAlexandros C. Couloumbis2010-08-301-3/+3
| | | | SVN-Revision: 22844
* gcj can only be built safely on gcc >= 4.3Florian Fainelli2010-08-301-0/+1
| | | | SVN-Revision: 22843
* Dockstar: Adjust rootfs size to that of the original fwLars-Peter Clausen2010-08-291-1/+1
| | | | SVN-Revision: 22839
* Add different profiles for Sheevaplug and DockstarLars-Peter Clausen2010-08-295-3/+62
| | | | | | Thanks to Gerrit Visser SVN-Revision: 22838
* Use kirkwood_nand_init instead of manually registering the nand driverLars-Peter Clausen2010-08-291-31/+4
| | | | | | This fixes that the device would hang during boot. SVN-Revision: 22837
* Align jffs2 to pagesize and fix mkfs2.jffs2 optsLars-Peter Clausen2010-08-291-1/+6
| | | | SVN-Revision: 22836
* package/madwifi: enable mtu & mac config options for > 2.6.29 kernelsAlexandros C. Couloumbis2010-08-291-0/+20
| | | | SVN-Revision: 22835
* linux/generic: update 2.6.36 kernel patchesAlexandros C. Couloumbis2010-08-292-0/+42
| | | | SVN-Revision: 22834
* Update 2.6.35.x to 2.6.35.4Lars-Peter Clausen2010-08-296-8/+8
| | | | SVN-Revision: 22833
* linux/generic: add kernel 2.6.36 preliminary supportAlexandros C. Couloumbis2010-08-29108-0/+40756
| | | | SVN-Revision: 22832
* Cleanup image generationLars-Peter Clausen2010-08-281-28/+4
| | | | SVN-Revision: 22829
* ath9k: fix a WARN_ON when aggregation start is issued more than once, should ↵Felix Fietkau2010-08-281-0/+12
| | | | | | improve stability with 802.11n SVN-Revision: 22827
* ath9k: add some extra checks to the mic failure fixFelix Fietkau2010-08-281-8/+19
| | | | SVN-Revision: 22825
* libreadline: install *.so symlinks as well (#4872)Jo-Philipp Wich2010-08-271-4/+4
| | | | SVN-Revision: 22824
* update wbd222 patch after r22662Andy Boyett2010-08-271-7/+0
| | | | SVN-Revision: 22821
* scripts/feeds: fix a bug in the metadata caching changeFelix Fietkau2010-08-261-2/+2
| | | | SVN-Revision: 22819
* Improve n810 profileMichael Büsch2010-08-263-7/+37
| | | | SVN-Revision: 22817
* scripts/feeds: switch to the right feed metadata when installing a package ↵Felix Fietkau2010-08-261-2/+5
| | | | | | to fix dependency handling (patch by matthijs from #5891) SVN-Revision: 22815
* scripts/feeds: cache feed metadata instead of re-reading it on every ↵Felix Fietkau2010-08-261-14/+24
| | | | | | get_feed() call SVN-Revision: 22814
* Update kernel to 2.6.34.5, add USB storage to profileHamish Guthrie2010-08-262-2/+3
| | | | SVN-Revision: 22813
* add 2.6.35 supportFlorian Fainelli2010-08-2612-0/+1383
| | | | SVN-Revision: 22812
* add compile fixes for ar7-atmFlorian Fainelli2010-08-261-4/+32
| | | | SVN-Revision: 22811
* ppp: populate gateway of default route with peer address (#6259)Jo-Philipp Wich2010-08-252-1/+22
| | | | SVN-Revision: 22806
* uhttpd: fix segfault triggered by Basic Auth checkingJo-Philipp Wich2010-08-252-3/+1
| | | | SVN-Revision: 22805
* generic: fix pm25lv SPI flash supportGabor Juhos2010-08-253-6/+6
| | | | SVN-Revision: 22804
* ar71xx: refresh patchesGabor Juhos2010-08-2532-113/+101
| | | | SVN-Revision: 22803
* add support for 2.6.35Florian Fainelli2010-08-252-99/+474
| | | | SVN-Revision: 22802