aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add a heavily cleaned up version of ubicom32 toolchain supportFelix Fietkau2009-08-2111-0/+77539
| | | | SVN-Revision: 17346
* mac80211: fix a race condition in the cfg80211 scanning code (thx, johill)Felix Fietkau2009-08-201-0/+98
| | | | SVN-Revision: 17341
* b43: disable pio and pcmcia supportFelix Fietkau2009-08-203-11/+30
| | | | SVN-Revision: 17340
* mac80211: reorganize compat code to make cfg80211 load without usbFelix Fietkau2009-08-201-0/+72
| | | | SVN-Revision: 17339
* fix a typo in the compat-wireless build speedup patchFelix Fietkau2009-08-201-3/+3
| | | | SVN-Revision: 17337
* mac80211: disable b43 lp-phy support for nowFelix Fietkau2009-08-201-0/+11
| | | | SVN-Revision: 17336
* mac80211: speed up build by reducing the makefile shell calls, fix forced ↵Felix Fietkau2009-08-204-6/+223
| | | | | | disable of rfkill SVN-Revision: 17335
* update mpfr to 2.4.1Florian Fainelli2009-08-202-16/+17
| | | | SVN-Revision: 17334
* wpa_supplicant: fix madwifi related config change handlingFelix Fietkau2009-08-201-0/+2
| | | | SVN-Revision: 17333
* merge the control file and the .ipk file targets into one to prevent them ↵Felix Fietkau2009-08-201-10/+8
| | | | | | from going out of sync SVN-Revision: 17332
* mac80211: add missing config overrideFelix Fietkau2009-08-201-0/+1
| | | | SVN-Revision: 17331
* now that each target has its own package directory, remove the base-files ↵Felix Fietkau2009-08-201-7/+5
| | | | | | package renaming hack SVN-Revision: 17330
* move the package dir to bin/packages/$(BOARD)_$(LIBC)-$(LIBCV) to prevent ↵Felix Fietkau2009-08-201-1/+1
| | | | | | multiple configs with the same arch from deleting each others' packages SVN-Revision: 17329
* mac80211: fix ath5k dma size workaround for ar71xx Atheros legacy hardware ↵Felix Fietkau2009-08-201-4/+10
| | | | | | does not perform well on ar71xx unless both TXCFG and RXCFG are forced to 4 bytes. The previous patch only changed RXCFG. The OpenWrt Madwifi HAL also sets both RXCFG and TXCFG SVN-Revision: 17328
* remove support for compat-wireless-oldFelix Fietkau2009-08-205-504/+10
| | | | SVN-Revision: 17327
* upgrade mac80211 to 2008-08-20 and clean up some unnecessary patching to ↵Felix Fietkau2009-08-206-555/+63
| | | | | | config.mk, which frequently causes rejects on new versions SVN-Revision: 17326
* fix multiple ipkg builds of the same arch but with different targets in the ↵Felix Fietkau2009-08-201-1/+1
| | | | | | same checkout SVN-Revision: 17325
* ps3/petitboot: Run petitboot at first startupGeoff Levand2009-08-191-1/+16
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17324
* ps3: Make ps3-bl-option executableGeoff Levand2009-08-191-0/+0
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17322
* preliminary failsafe support (closes #5726)Gabor Juhos2009-08-191-8/+30
| | | | SVN-Revision: 17321
* add diag script (closes #5725)Gabor Juhos2009-08-191-0/+96
| | | | SVN-Revision: 17320
* base-files: fix sysupgrade get_magic_word() function to return proper values ↵Jo-Philipp Wich2009-08-191-1/+1
| | | | | | if the first two bytes are identical SVN-Revision: 17319
* fix package name of kmod-leds-gpioGabor Juhos2009-08-191-1/+1
| | | | SVN-Revision: 17318
* madwifi: remove version selection supportFelix Fietkau2009-08-191-12/+0
| | | | SVN-Revision: 17316
* remove support for the madwifi upstream release, it doesn't work on newer ↵Felix Fietkau2009-08-194-67/+14
| | | | | | kernels and it's not very reliable anyway SVN-Revision: 17315
* madwifi: add patch for building all modules (except for the HAL) into a ↵Felix Fietkau2009-08-193-37/+801
| | | | | | single module. saves space and gets rid of unnecessary exports removes support for onoe and amrr - I don't think anybody needs these anymore SVN-Revision: 17314
* when regenerating an ipkg package, make sure the entire ipkg build dir is ↵Felix Fietkau2009-08-191-4/+2
| | | | | | cleaned as well to prevent stale files from making it into the package after configuration changes SVN-Revision: 17313
* add powersave fixes based on patches by Steven Luo (#4376)Felix Fietkau2009-08-192-0/+35
| | | | SVN-Revision: 17312
* madwifi: refresh patchesFelix Fietkau2009-08-195-9/+9
| | | | SVN-Revision: 17311
* pxcab: Replace TARGET_pxcab with feature powerpc64Geoff Levand2009-08-184-6/+4
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17307
* powerpc: Create a powerpc64 config featureGeoff Levand2009-08-189-8/+13
| | | | | | | | | | | The config symbol TARGET_ps3 is used in the build files where special handling for the 64 bit PowerPC processors is needed. Introduce a new config feature powerpc64, and replace the use of TARGET_ps3 with powerpc64. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17306
* ps3: General cleanup and update for defconfig-ps3-petitbootGeoff Levand2009-08-181-1190/+8
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17305
* ps3: Move defconfig-ps3-petitboot to the petitboot profile directoryGeoff Levand2009-08-181-0/+0
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17304
* ps3: Update the Petitboot profile package dependenciesGeoff Levand2009-08-181-3/+3
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17303
* ps3-utils: Add Build/InstallDev section to package makefileGeoff Levand2009-08-181-0/+12
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17302
* ps3-utils: Update package to include latest repository fixesGeoff Levand2009-08-181-12/+15
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17301
* ps3: Updates for ps3-bl-optionGeoff Levand2009-08-181-46/+52
| | | | | | | | | | | | Update the ps3 bootloader helper script ps3-bl-option. o Add new option --set-bootloader-timeout. o Use generic name 'bootloader'. o General format cleanup. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17300
* ps3: Rename bl-option to ps3-bl-optionGeoff Levand2009-08-182-1/+1
| | | | | | | | | | Rename the bootloader helper script bl-option to ps3-bl-option. This change simply renames the file. No other changes are included. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17299
* add missing libsas configuration symbolFlorian Fainelli2009-08-181-0/+1
| | | | SVN-Revision: 17297
* use 2.6.30.5Florian Fainelli2009-08-1721-22/+22
| | | | SVN-Revision: 17296
* disable mpfr tests compilation, slightly speeds up the build processFlorian Fainelli2009-08-171-0/+23
| | | | SVN-Revision: 17295
* ensure CONTROL directory is created (#5683)Florian Fainelli2009-08-172-0/+2
| | | | SVN-Revision: 17293
* iw: update to 0.9.16Gabor Juhos2009-08-171-2/+2
| | | | SVN-Revision: 17292
* switch to 2.6.27.30Florian Fainelli2009-08-173-4/+4
| | | | SVN-Revision: 17291
* mac80211: add deadlock fix patchGabor Juhos2009-08-162-1/+109
| | | | SVN-Revision: 17290
* 2.6.30: fix lzma compressed intitramfs support, and decrease dictionary sizeGabor Juhos2009-08-161-1/+11
| | | | SVN-Revision: 17289
* Fix broken i2c module loading in R17269Gabor Juhos2009-08-161-2/+2
| | | | | | | | | | | | Strip .ko suffix from module name. Fix typo in name of i2c-scx200-acb module to be loaded. Steve Signed-off-by: Steve Brown <sbrown@cortland.com> SVN-Revision: 17288
* remove *printf warnings preventing wprobe to build on uml x86_64Nicolas Thill2009-08-161-1/+1
| | | | SVN-Revision: 17287
* use KERNEL_CROSS instead of TARGET_CROSS to build kernel modulesNicolas Thill2009-08-162-2/+2
| | | | SVN-Revision: 17286
* bump to 2.6.30.4, apply fix from [15119] to x86_64Nicolas Thill2009-08-165-2/+15
| | | | SVN-Revision: 17285