summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add a heavily cleaned up version of ubicom32 toolchain supportnbd2009-08-2111-0/+77539
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a race condition in the cfg80211 scanning code (thx, johill)nbd2009-08-201-0/+98
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17341 3c298f89-4303-0410-b956-a3cf2f4a3e73
* b43: disable pio and pcmcia supportnbd2009-08-203-11/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: reorganize compat code to make cfg80211 load without usbnbd2009-08-201-0/+72
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17339 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a typo in the compat-wireless build speedup patchnbd2009-08-201-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17337 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: disable b43 lp-phy support for nownbd2009-08-201-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17336 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: speed up build by reducing the makefile shell calls, fix forced ↵nbd2009-08-204-6/+223
| | | | | | disable of rfkill git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17335 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] update mpfr to 2.4.1florian2009-08-202-16/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17334 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wpa_supplicant: fix madwifi related config change handlingnbd2009-08-201-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* merge the control file and the .ipk file targets into one to prevent them ↵nbd2009-08-201-10/+8
| | | | | | from going out of sync git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17332 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add missing config overridenbd2009-08-201-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17331 3c298f89-4303-0410-b956-a3cf2f4a3e73
* now that each target has its own package directory, remove the base-files ↵nbd2009-08-201-7/+5
| | | | | | package renaming hack git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17330 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move the package dir to bin/packages/$(BOARD)_$(LIBC)-$(LIBCV) to prevent ↵nbd2009-08-201-1/+1
| | | | | | multiple configs with the same arch from deleting each others' packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17329 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix ath5k dma size workaround for ar71xxnbd2009-08-201-4/+10
| | | | | | | Atheros legacy hardware 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17328 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove support for compat-wireless-oldnbd2009-08-205-504/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17327 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade mac80211 to 2008-08-20 and clean up some unnecessary patching to ↵nbd2009-08-206-555/+63
| | | | | | config.mk, which frequently causes rejects on new versions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17326 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix multiple ipkg builds of the same arch but with different targets in the ↵nbd2009-08-201-1/+1
| | | | | | same checkout git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17325 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3/petitboot: Run petitboot at first startupgeoff2009-08-191-1/+16
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17324 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3: Make ps3-bl-option executablegeoff2009-08-191-0/+0
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17322 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] preliminary failsafe support (closes #5726)juhosg2009-08-191-8/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17321 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] add diag script (closes #5725)juhosg2009-08-191-0/+96
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17320 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: fix sysupgrade get_magic_word() function to return ↵jow2009-08-191-1/+1
| | | | | | proper values if the first two bytes are identical git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17319 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] fix package name of kmod-leds-gpiojuhosg2009-08-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17318 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove version selection supportnbd2009-08-191-12/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17316 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove support for the madwifi upstream release, it doesn't work on newer ↵nbd2009-08-194-67/+14
| | | | | | kernels and it's not very reliable anyway git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17315 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add patch for building all modules (except for the HAL) into a ↵nbd2009-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17314 3c298f89-4303-0410-b956-a3cf2f4a3e73
* when regenerating an ipkg package, make sure the entire ipkg build dir is ↵nbd2009-08-191-4/+2
| | | | | | cleaned as well to prevent stale files from making it into the package after configuration changes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17313 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add powersave fixes based on patches by Steven Luo (#4376)nbd2009-08-192-0/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17312 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: refresh patchesnbd2009-08-195-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17311 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pxcab: Replace TARGET_pxcab with feature powerpc64geoff2009-08-184-6/+4
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17307 3c298f89-4303-0410-b956-a3cf2f4a3e73
* powerpc: Create a powerpc64 config featuregeoff2009-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17306 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3: General cleanup and update for defconfig-ps3-petitbootgeoff2009-08-181-1190/+8
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17305 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3: Move defconfig-ps3-petitboot to the petitboot profile directorygeoff2009-08-181-0/+0
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17304 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3: Update the Petitboot profile package dependenciesgeoff2009-08-181-3/+3
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17303 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3-utils: Add Build/InstallDev section to package makefilegeoff2009-08-181-0/+12
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3-utils: Update package to include latest repository fixesgeoff2009-08-181-12/+15
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17301 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3: Updates for ps3-bl-optiongeoff2009-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17300 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3: Rename bl-option to ps3-bl-optiongeoff2009-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17299 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add missing libsas configuration symbolflorian2009-08-181-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17297 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] use 2.6.30.5florian2009-08-1721-22/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] disable mpfr tests compilation, slightly speeds up the build processflorian2009-08-171-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17295 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ensure CONTROL directory is created (#5683)florian2009-08-172-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iw: update to 0.9.16juhosg2009-08-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] switch to 2.6.27.30florian2009-08-173-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17291 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: add deadlock fix patchjuhosg2009-08-162-1/+109
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17290 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] 2.6.30: fix lzma compressed intitramfs support, and decrease ↵juhosg2009-08-161-1/+11
| | | | | | dictionary size git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17289 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix broken i2c module loading in R17269juhosg2009-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17288 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove *printf warnings preventing wprobe to build on uml x86_64nico2009-08-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17287 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use KERNEL_CROSS instead of TARGET_CROSS to build kernel modulesnico2009-08-162-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17286 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uml] bump to 2.6.30.4, apply fix from [15119] to x86_64nico2009-08-165-2/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17285 3c298f89-4303-0410-b956-a3cf2f4a3e73