aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* site: cache ac_cv_func_malloc_0_nonnull and ac_cv_func_realloc_0_nonnullJo-Philipp Wich2011-03-081-0/+2
| | | | SVN-Revision: 25946
* uClibc: add back R_PPC_REL24 relocation support, the dynamic libgcc changes ↵Felix Fietkau2011-03-071-0/+26
| | | | | | depend on it for powerpc SVN-Revision: 25944
* madwifi: fix logic error in r25929Felix Fietkau2011-03-071-1/+1
| | | | SVN-Revision: 25942
* n810: Add workaround for bluetooth IRQ issueMichael Büsch2011-03-072-5/+63
| | | | SVN-Revision: 25939
* bcm63xx: Really fix the flash driver in 2.6.37Florian Fainelli2011-03-071-0/+45
| | | | | | | | Read back the actual rootfs length from the image tag. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 25938
* n810 bluetooth compile fixesMichael Büsch2011-03-071-0/+52
| | | | SVN-Revision: 25937
* n810 profile: Add bluetooth related optionsMichael Büsch2011-03-071-0/+1
| | | | SVN-Revision: 25936
* omap24xx: Update bluetooth kconfig optionsMichael Büsch2011-03-071-1/+3
| | | | SVN-Revision: 25935
* omap24xx: Add config option for n810 bluetooth driverMichael Büsch2011-03-071-0/+16
| | | | SVN-Revision: 25934
* omap24xx: Add bluetooth firmwareMichael Büsch2011-03-071-0/+0
| | | | SVN-Revision: 25933
* mac80211: Add scan race fixMichael Büsch2011-03-071-0/+141
| | | | SVN-Revision: 25930
* use the xscale hal by default for arm, override it where neededImre Kaloz2011-03-071-14/+11
| | | | SVN-Revision: 25929
* only support EABI on ARM targetsImre Kaloz2011-03-0737-82/+27
| | | | SVN-Revision: 25928
* mac80211: print message on hw restartMichael Büsch2011-03-071-0/+14
| | | | SVN-Revision: 25926
* mac80211: Don't include p54spi default eepromMichael Büsch2011-03-071-3/+2
| | | | SVN-Revision: 25925
* upgrade to 2.6.37.1Imre Kaloz2011-03-071-2/+2
| | | | SVN-Revision: 25922
* ppp: drop 402-use_uclibc_utils.patch, it breaks ip address conversionJo-Philipp Wich2011-03-071-365/+0
| | | | SVN-Revision: 25921
* hotplug2: replace udevtrigger from the udev-106 source with a much smaller ↵Felix Fietkau2011-03-076-76/+352
| | | | | | self-contained, stripped-down version SVN-Revision: 25920
* ppp: add a few patches to reduce the package sizeFelix Fietkau2011-03-075-0/+651
| | | | SVN-Revision: 25919
* n810: Add usb networking to default net configMichael Büsch2011-03-071-1/+7
| | | | SVN-Revision: 25917
* deploy .ipk archives with --force-maintainer to ensure that configs are kept ↵Jo-Philipp Wich2011-03-061-0/+1
| | | | | | up-to-date in case they exist already for various reasons SVN-Revision: 25915
* atheros: add gpio_set_debounce(), refresh patchesFelix Fietkau2011-03-064-6/+11
| | | | SVN-Revision: 25914
* tahvo-usb: Fix NULL ptr deref in OTR irq handlerMichael Büsch2011-03-061-5/+43
| | | | SVN-Revision: 25913
* gcc: include assembler functions in the shared libgcc_s library, fixes ↵Felix Fietkau2011-03-061-1/+41
| | | | | | missing symbol issues on powerpc SVN-Revision: 25912
* base-files: fix Build/Compile override handling, fixes ar7 compileFelix Fietkau2011-03-061-5/+2
| | | | SVN-Revision: 25911
* n810: Update profileMichael Büsch2011-03-061-2/+4
| | | | SVN-Revision: 25910
* n810: Partially fix tahvo USB.Michael Büsch2011-03-061-0/+122
| | | | SVN-Revision: 25908
* omap24xx: Fix modular compilation of MUSBMichael Büsch2011-03-061-0/+147
| | | | SVN-Revision: 25907
* Fix loading of ethernet gadgetMichael Büsch2011-03-061-1/+1
| | | | SVN-Revision: 25905
* change PKG_FIXUP:=libtool to PKG_FIXUP:=autoreconfJo-Philipp Wich2011-03-065-5/+5
| | | | SVN-Revision: 25904
* Load MUSB before gadget and host drivers are loadedMichael Büsch2011-03-061-3/+3
| | | | SVN-Revision: 25903
* omap24xx: Update kconfigMichael Büsch2011-03-061-1/+1
| | | | SVN-Revision: 25892
* dropbear: fix missing -lcrypt on BSDish host systems (#8971)Jo-Philipp Wich2011-03-061-0/+20
| | | | SVN-Revision: 25891
* omap24xx: Set hardware watchdog timeout to maxMichael Büsch2011-03-061-1/+1
| | | | SVN-Revision: 25883
* omap24xx: Start watchdog with RT priorityMichael Büsch2011-03-062-6/+9
| | | | SVN-Revision: 25882
* atm/solos-pci: Fix incorrectly applied patch. Thanks to Philip A. ↵Michael Büsch2011-03-051-16/+15
| | | | | | Prindeville for pointing it out. SVN-Revision: 25881
* cmake: Fix ccacheMichael Büsch2011-03-051-2/+16
| | | | SVN-Revision: 25878
* yet another missing symbolJo-Philipp Wich2011-03-058-0/+8
| | | | SVN-Revision: 25875
* toolchain/gcc (linaro): fix extension elimination optimizationFelix Fietkau2011-03-042-11/+18
| | | | | | | | | This applies Richard Sandiford's patch for Linaro GCC as an alternative to disabling the Linaro-specific extension elimination optimization altogether. Original patch: https://bugs.launchpad.net/gcc-linaro/+bug/728315 Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 25871
* bison: fix compilation with stub intl headerJo-Philipp Wich2011-03-041-0/+15
| | | | SVN-Revision: 25869
* omap24xx: Update to .38-rc7Michael Büsch2011-03-041-1/+1
| | | | SVN-Revision: 25865
* n810: More retu-wdt cleanupsMichael Büsch2011-03-044-181/+389
| | | | SVN-Revision: 25863
* Revert "ar71xx: add missing gpio_set_debounce function" - wrong targetFelix Fietkau2011-03-031-5/+0
| | | | SVN-Revision: 25854
* base-files: do not build or use libgcc on m68k and avr32Felix Fietkau2011-03-031-7/+9
| | | | SVN-Revision: 25852
* ar71xx: add missing gpio_set_debounce functionFelix Fietkau2011-03-031-0/+5
| | | | SVN-Revision: 25848
* tools/xz: update to version 5.0.1Alexandros C. Couloumbis2011-03-031-2/+2
| | | | SVN-Revision: 25847
* add more missing kernel symbolsJo-Philipp Wich2011-03-038-0/+16
| | | | SVN-Revision: 25846
* add missing kernel symbolJo-Philipp Wich2011-03-031-0/+1
| | | | SVN-Revision: 25845
* toolchain/gcc: fix r25709 (closes #8964)Alexandros C. Couloumbis2011-03-031-7/+7
| | | | SVN-Revision: 25844
* add missing symbolJo-Philipp Wich2011-03-038-0/+8
| | | | SVN-Revision: 25843