aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* busybox 1.19.4 update patchJo-Philipp Wich2012-03-189-37/+15
| | | | | | | | This patch updates busybox to 1.19.4 and refreshes all patches. Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 30985
* openssl 1.0.1 update patchJo-Philipp Wich2012-03-187-21/+22
| | | | | | | | This patch updates openssl to 1.0.1 and refreshes all patches. Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 30984
* Add munin to /etc/servicesJo-Philipp Wich2012-03-181-0/+1
| | | | | | | | | | | | The muninlite postinst fails to add munin to /etc/services. This patch removes this broken postinst and add an entry for munin in /etc/services. This should have been done when the rest of the /etc/services postinsts were being removed (changesets 26142-26149). Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> SVN-Revision: 30982
* kernel: add kmod-usb-net-ipheth (#10157)Jo-Philipp Wich2012-03-181-0/+15
| | | | SVN-Revision: 30981
* alix2: add require crypto kmods (#10410)Jo-Philipp Wich2012-03-181-1/+1
| | | | SVN-Revision: 30980
* kernel: add kmod-usb-serial-qualcomm (#8283)Jo-Philipp Wich2012-03-181-1/+15
| | | | SVN-Revision: 30979
* kernel: add kmod-ata-sis (#8259)Jo-Philipp Wich2012-03-181-1/+15
| | | | SVN-Revision: 30978
* kernel: small correction of menuconfig title for kmod-video-gspca-ov534-9Jo-Philipp Wich2012-03-181-1/+1
| | | | SVN-Revision: 30977
* kernel: add kmod-video-gspca-ov534-9Jo-Philipp Wich2012-03-181-0/+15
| | | | SVN-Revision: 30975
* cns21xx: build uImage for the NS-K330Gabor Juhos2012-03-181-1/+3
| | | | SVN-Revision: 30974
* cns21xx: remove 2.6.3x supportGabor Juhos2012-03-1840-16642/+0
| | | | SVN-Revision: 30973
* cns21xx: switch to 3.2.9Gabor Juhos2012-03-181-1/+1
| | | | SVN-Revision: 30972
* cns21xx: add support for 3.2Gabor Juhos2012-03-1819-0/+7863
| | | | SVN-Revision: 30971
* toolchain/gcc-4.6.2: fix v4bx patchGabor Juhos2012-03-181-7/+6
| | | | SVN-Revision: 30970
* toolchain/gcc-4.6-linaro: fix v4bx patchGabor Juhos2012-03-181-7/+6
| | | | SVN-Revision: 30969
* mac80211: reduce cpu load by optimizing aggregation session timeout handlingFelix Fietkau2012-03-171-0/+137
| | | | SVN-Revision: 30968
* Enable recursive download of git sources.Jens Muecke2012-03-171-2/+2
| | | | SVN-Revision: 30967
* Enable keyboard for x86Jens Muecke2012-03-171-0/+3
| | | | | | | This is required for qemu like descripted in here http://wiki.openwrt.org/doc/howto/qemu SVN-Revision: 30966
* Update xfsprogs to 3.1.4 to 3.1.7Jens Muecke2012-03-176-41/+75
| | | | | | Changelog at http://xfs.org/index.php/XFS_Status_Updates SVN-Revision: 30965
* kernel: improve profiling support, keep static symbols when profiling is enabledFelix Fietkau2012-03-173-3/+7
| | | | SVN-Revision: 30964
* remove support for old kernelsFlorian Fainelli2012-03-1722-370/+0
| | | | SVN-Revision: 30963
* switch to 3.2Florian Fainelli2012-03-171-1/+1
| | | | SVN-Revision: 30962
* add support for 3.2Florian Fainelli2012-03-172-0/+16
| | | | SVN-Revision: 30961
* add some more missing symbolsFlorian Fainelli2012-03-171-0/+3
| | | | SVN-Revision: 30960
* ath9k: remove the queue wake optimization, it may be unreliable in some casesFelix Fietkau2012-03-161-39/+0
| | | | SVN-Revision: 30959
* ar71xx: add profile and generate image for the JA76PF2 boardGabor Juhos2012-03-162-0/+17
| | | | SVN-Revision: 30958
* ar71xx: add support for the jjPlus JA76PF2 boardGabor Juhos2012-03-167-5/+108
| | | | SVN-Revision: 30957
* ar71xx: change LED name prefix on the jjplus boardsGabor Juhos2012-03-162-4/+4
| | | | SVN-Revision: 30956
* mpc52xx: switch to 3.2.9Gabor Juhos2012-03-162-74/+99
| | | | SVN-Revision: 30955
* kernel: optimize out remaining netfilter hooks in the bridging code if ↵Felix Fietkau2012-03-162-39/+131
| | | | | | bridge filtering is disabled SVN-Revision: 30954
* swconfig: use a mutex instead of a spinlock, many swconfig calls sleepFelix Fietkau2012-03-152-6/+6
| | | | SVN-Revision: 30952
* ar8216: fix a MTU related regressionFelix Fietkau2012-03-151-19/+29
| | | | | | | | Switch reset on AR8316 appears to clobber the MTU configuration register and possibly other global config registers. Move global configuration register init writes back to the reset callback. SVN-Revision: 30951
* 6to4: set the tunnel remote endpoint to any, put the gateway in the route ↵Felix Fietkau2012-03-151-2/+1
| | | | | | instead SVN-Revision: 30950
* 6to4: add netifd supportFelix Fietkau2012-03-155-134/+411
| | | | SVN-Revision: 30949
* netifd: fix ipv6 issues, add sit tunnel supportFelix Fietkau2012-03-151-2/+2
| | | | SVN-Revision: 30948
* netifd: implement find_config()Felix Fietkau2012-03-151-1/+14
| | | | SVN-Revision: 30947
* ar71xx: move micrel PHY driver to the generic linux targetGabor Juhos2012-03-153-4/+4
| | | | SVN-Revision: 30946
* linux/3.3: build mdio_register_board_info into the kernel if PHYLIB is selectedGabor Juhos2012-03-158-68/+144
| | | | SVN-Revision: 30945
* linux/3.2: build mdio_register_board_info into the kernel if PHYLIB is selectedGabor Juhos2012-03-158-68/+144
| | | | SVN-Revision: 30944
* brcm47xx: add support for NAND flash on devices using bcmaHauke Mehrtens2012-03-1414-28/+1171
| | | | | | | | This patch add support for the NAND flash on BCM5357 based devices like the WNR3500Lv2. Thank you Tathagata Das <tathagata@alumnux.com> for the patch SVN-Revision: 30943
* brcm47xx: move and rename the patchesHauke Mehrtens2012-03-1428-0/+0
| | | | | | | | The patches are now grouped by the part what they are doing and are using three digest numbers. This does not remove or adds anything SVN-Revision: 30942
* lantiq: load dwc_otg earlyJonas Gorski2012-03-141-1/+1
| | | | | | | | Needed for using external rootfs on usb sticks. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> SVN-Revision: 30940
* openssl 1.0.0h update patchJo-Philipp Wich2012-03-134-15/+15
| | | | | | | | | | | Hi this patch updates openssl to 1.0.0h and refreshes all patches. This fixes CVE-2012-0884. Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 30939
* firewall: fix fw__uci_state_del() procedure (#11132)Jo-Philipp Wich2012-03-132-3/+3
| | | | SVN-Revision: 30938
* switch: the hardware must be up while configuring Since the removal of the ↵Jo-Philipp Wich2012-03-132-2/+3
| | | | | | interface coldplug hack the timing changed in such a way that eth0 is not up during switch setup, leading to an inaccesible device. Bring up the switch interface before configuring it to mitigate the problem. SVN-Revision: 30937
* uhttpd: reorder compiler flags to fix native build on Ubuntu 11.xJo-Philipp Wich2012-03-131-1/+1
| | | | SVN-Revision: 30936
* generic: ar8216: merge multiple if statements in ar8216_hw_applyGabor Juhos2012-03-131-10/+4
| | | | SVN-Revision: 30928
* imagebuilder: fix parallel building (closes #11117)Gabor Juhos2012-03-131-1/+4
| | | | SVN-Revision: 30927
* ar71xx: ag71xx: fix ARP frame reception on AR934x switch portsGabor Juhos2012-03-131-11/+35
| | | | SVN-Revision: 30926
* ar71xx: ag71xx: start aneg on switch PHYs after resetGabor Juhos2012-03-131-0/+10
| | | | SVN-Revision: 30925