summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* opkg: update to r503 - reduces peak memory usage by further 20%, rebased ↵Jo-Philipp Wich2009-12-208-142/+106
| | | | | | patches, restored old config file default SVN-Revision: 18864
* kernel: add mips_machine_set_name functionGabor Juhos2009-12-203-63/+78
| | | | SVN-Revision: 18861
* ar71xx: update AR7240 PCI codeGabor Juhos2009-12-2011-84/+226
| | | | SVN-Revision: 18860
* mac80211: fix a race condition in ad-hoc bringup with fixed bssidFelix Fietkau2009-12-201-0/+20
| | | | SVN-Revision: 18859
* kernel: fix plt fixup related crashes when loading kernel modules on mips, ↵Felix Fietkau2009-12-203-117/+228
| | | | | | (happened when there was not enough physically contiguous memory available) SVN-Revision: 18858
* gcc: 4.4.2 no longer needs the fix-linker-error patch, remove itFelix Fietkau2009-12-191-12/+0
| | | | SVN-Revision: 18857
* ipfix: sync changes from openimpFelix Fietkau2009-12-192-46/+115
| | | | SVN-Revision: 18856
* libipfix: specify the number of the wprobe ie append script on the command lineFelix Fietkau2009-12-191-10/+7
| | | | SVN-Revision: 18855
* wprobe-util: always print regular output to stdout instead of stderrFelix Fietkau2009-12-191-9/+9
| | | | SVN-Revision: 18854
* madwifi: fix antenna selection for ubnt loco2/loco5Felix Fietkau2009-12-191-9/+41
| | | | SVN-Revision: 18853
* wprobe: export raw values (n, s, ss) to ipfix collectors for improved ↵Felix Fietkau2009-12-193-50/+48
| | | | | | measurement accuracy SVN-Revision: 18852
* ar71xx: fix WNDR3700 firmware imagesGabor Juhos2009-12-191-2/+2
| | | | | | | WNDR3700's U-Boot loads the kernel from a squashfs image, and it does not support squashfs 4.0. SVN-Revision: 18851
* ar71xx: fix WNDR3700 image generationNicolas Thill2009-12-191-4/+3
| | | | SVN-Revision: 18849
* kernel: use select instead of depend for kmod-crc16 dependency in kmod-ax25 ↵Nicolas Thill2009-12-191-1/+1
| | | | | | (closes: #5843) SVN-Revision: 18847
* ar71xx: Fix LED active_low for the TL-WR1043ND boardGabor Juhos2009-12-191-4/+4
| | | | | | | | This fixes the LED active_low's for the TP-Link wr1043nd board Signed-off-by: Andrew Tarabaras <andrew@advancedtechnologies.com.au> SVN-Revision: 18844
* kernel: fix kmod-ipt-iprange (closes: #6187)Nicolas Thill2009-12-181-0/+1
| | | | SVN-Revision: 18838
* disable IB & SDK when using an external toolchain (closes: #6001)Nicolas Thill2009-12-182-0/+2
| | | | SVN-Revision: 18837
* add ipset v4.1Nicolas Thill2009-12-181-0/+78
| | | | SVN-Revision: 18833
* iptables: add an iptables-mod-ipset package (closes: #6327)Nicolas Thill2009-12-181-0/+13
| | | | SVN-Revision: 18832
* partially revert [18830]: stripped packages are still usefull when debugging ↵Nicolas Thill2009-12-181-2/+1
| | | | | | with gdbserver, update CONFIG_DEBUG description and disable sstrip when CONFIG_DEBUG is selected SVN-Revision: 18831
* disable stripping when compiling with debug info (closes: #6373)Nicolas Thill2009-12-181-0/+2
| | | | SVN-Revision: 18830
* Config.in: fix powerpc64 endiannessNicolas Thill2009-12-181-0/+1
| | | | SVN-Revision: 18828
* refresh 2.6.31 patchesFelix Fietkau2009-12-182-4/+4
| | | | SVN-Revision: 18823
* remove incomplete union mounts / jffs2 patches. will be replaced by updated ↵Felix Fietkau2009-12-1812-11116/+0
| | | | | | versions once they're ready - should fix #6375 SVN-Revision: 18822
* tl-wr1043nd: Register missing leds.Gabor Juhos2009-12-181-2/+12
| | | | | | | | | | | This adds the folowing for the TP-Link wr1043nd board 1. USB and WLAN LEDS 2. Change QSS LED from red to green 3. Fix polarity of the System LED Signed-off-by: Andrew Tarabaras <andrew@advancedtechnologies.com.au> SVN-Revision: 18821
* ar71xx: ar913x_wmac device support into a separate fileGabor Juhos2009-12-1819-53/+119
| | | | SVN-Revision: 18820
* ar71xx: move AP94 specific PCI init code into a separate fileGabor Juhos2009-12-189-262/+208
| | | | SVN-Revision: 18819
* ar71xx: separate DIR-615 rev. C1 support from the TEW-632 (based on the ↵Gabor Juhos2009-12-1813-2/+179
| | | | | | patch from #6186) SVN-Revision: 18818
* ar71xx: add common m25p80 deviceGabor Juhos2009-12-1822-208/+101
| | | | SVN-Revision: 18817
* wprobe: use a shared DEPENDS between packages, mark them as BROKEN on ps3 & ↵Nicolas Thill2009-12-181-3/+9
| | | | | | pxcab SVN-Revision: 18813
* mac80211: fix rt2x00-lib dependency on PCI/USBNicolas Thill2009-12-181-1/+1
| | | | SVN-Revision: 18812
* use a common site/linux config, since site/linux-gnu & site/linux-uclibc ↵Nicolas Thill2009-12-183-144/+74
| | | | | | configs are identical SVN-Revision: 18811
* base-files: check for libpthread_so.a instead of libc_so.a (some gcc/libc ↵Nicolas Thill2009-12-181-1/+1
| | | | | | combinations don't provide a libpthread_so.a matching libc_so.a) SVN-Revision: 18810
* ubicom32: add a 2.6.30 patch contributed by ubicom, with my cleanups and ↵Felix Fietkau2009-12-176-0/+60115
| | | | | | fixes split out into separate patches SVN-Revision: 18806
* wrt350nv2-builder: increase path limit from 64 bytes to 256 bytes, as 64 ↵Felix Fietkau2009-12-161-5/+5
| | | | | | bytes may not be enough. suggested by maddes SVN-Revision: 18794
* .gitignore: ignore vim swap filesFelix Fietkau2009-12-161-0/+1
| | | | SVN-Revision: 18793
* kernel-headers: add linux 2.6.30 headers for ubicom32Felix Fietkau2009-12-161-0/+4852
| | | | SVN-Revision: 18792
* gcc: fix linker errors on osx with gcc 4.4+Felix Fietkau2009-12-162-0/+24
| | | | SVN-Revision: 18791
* openssl: use assembler version of aes on arm - nearly doubles aes encryption ↵Felix Fietkau2009-12-162-3/+24
| | | | | | performance SVN-Revision: 18790
* Revert "ar71xx: move phy_connect call to ag71xx_open" (r18691) It's causing ↵Felix Fietkau2009-12-151-11/+12
| | | | | | issues with switch drivers that register with swconfig and makes fixing those unnecessarily complicated. Fixes rtl8306 switch support on the WRT160NL. SVN-Revision: 18789
* let usb-video load after video-core (#6214)Florian Fainelli2009-12-151-1/+1
| | | | SVN-Revision: 18788
* ar71xx: enable diagnostic LED on the Routerstation ProGabor Juhos2009-12-151-1/+1
| | | | SVN-Revision: 18782
* busybox: update to v1.15.3Nicolas Thill2009-12-153-14/+2
| | | | SVN-Revision: 18781
* Make beagleboard as subtarget from omap35xxJens Muecke2009-12-1413-4/+27
| | | | SVN-Revision: 18779
* busybox: remove uniq memleak patch, applet was fixed upstream in v1.15.2 ↵Nicolas Thill2009-12-141-11/+0
| | | | | | (closes: #6354) SVN-Revision: 18778
* do not download kernel sources when using an external kernel treeFelix Fietkau2009-12-141-1/+3
| | | | SVN-Revision: 18777
* Adding Beagleboard support - unfinishedJens Muecke2009-12-1411-0/+35111
| | | | | | | | | | | | | | | | | | | The beagleboard target is still unfinied: running: - MMC Card (incl. boot) - DSS2 graphic driver missing: - full USB Host and Gadget TODO: - improve graphic support - full boot from flash and SD - incl. update - XServer - Gaming support SVN-Revision: 18775
* add a src-link example to feeds.conf.defaultJo-Philipp Wich2009-12-131-0/+1
| | | | SVN-Revision: 18773
* generate bifferboard images, patch from bifferosFlorian Fainelli2009-12-131-0/+5
| | | | SVN-Revision: 18768
* kernel: fix typo that prevents autoloading of the rdc321x_wdt driverJo-Philipp Wich2009-12-121-1/+1
| | | | SVN-Revision: 18767