Felix Fietkau
aee9d6c31c
add a heavily cleaned up version of ubicom32 toolchain support
...
SVN-Revision: 17346
2009-08-21 22:31:47 +00:00
Felix Fietkau
2015ef16b8
mac80211: fix a race condition in the cfg80211 scanning code (thx, johill)
...
SVN-Revision: 17341
2009-08-20 18:49:12 +00:00
Felix Fietkau
b9451d5542
b43: disable pio and pcmcia support
...
SVN-Revision: 17340
2009-08-20 17:32:52 +00:00
Felix Fietkau
f51eefd344
mac80211: reorganize compat code to make cfg80211 load without usb
...
SVN-Revision: 17339
2009-08-20 17:25:33 +00:00
Felix Fietkau
e06d472f3f
fix a typo in the compat-wireless build speedup patch
...
SVN-Revision: 17337
2009-08-20 17:06:51 +00:00
Felix Fietkau
a3349d3795
mac80211: disable b43 lp-phy support for now
...
SVN-Revision: 17336
2009-08-20 16:56:36 +00:00
Felix Fietkau
7435fccb9c
mac80211: speed up build by reducing the makefile shell calls, fix forced disable of rfkill
...
SVN-Revision: 17335
2009-08-20 16:52:46 +00:00
Florian Fainelli
ec6127c955
update mpfr to 2.4.1
...
SVN-Revision: 17334
2009-08-20 16:08:52 +00:00
Felix Fietkau
7609c0ae88
wpa_supplicant: fix madwifi related config change handling
...
SVN-Revision: 17333
2009-08-20 15:58:55 +00:00
Felix Fietkau
822615cb6b
merge the control file and the .ipk file targets into one to prevent them from going out of sync
...
SVN-Revision: 17332
2009-08-20 15:48:41 +00:00
Felix Fietkau
f08684ffc0
mac80211: add missing config override
...
SVN-Revision: 17331
2009-08-20 15:41:19 +00:00
Felix Fietkau
72cf6925a4
now that each target has its own package directory, remove the base-files package renaming hack
...
SVN-Revision: 17330
2009-08-20 15:31:22 +00:00
Felix Fietkau
2982f7ef79
move the package dir to bin/packages/$(BOARD)_$(LIBC)-$(LIBCV) to prevent multiple configs with the same arch from deleting each others' packages
...
SVN-Revision: 17329
2009-08-20 15:31:17 +00:00
Felix Fietkau
d5a641bcdf
mac80211: fix ath5k dma size workaround for ar71xx 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
...
SVN-Revision: 17328
2009-08-20 15:09:03 +00:00
Felix Fietkau
c5226c3687
remove support for compat-wireless-old
...
SVN-Revision: 17327
2009-08-20 15:00:01 +00:00
Felix Fietkau
9b11d6fa98
upgrade mac80211 to 2008-08-20 and clean up some unnecessary patching to config.mk, which frequently causes rejects on new versions
...
SVN-Revision: 17326
2009-08-20 14:59:55 +00:00
Felix Fietkau
59d130d867
fix multiple ipkg builds of the same arch but with different targets in the same checkout
...
SVN-Revision: 17325
2009-08-20 14:04:40 +00:00
Geoff Levand
28fae0bccf
ps3/petitboot: Run petitboot at first startup
...
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17324
2009-08-19 22:36:53 +00:00
Geoff Levand
57dd2622ef
ps3: Make ps3-bl-option executable
...
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17322
2009-08-19 22:32:57 +00:00
Gabor Juhos
0b869ee143
preliminary failsafe support ( closes #5726 )
...
SVN-Revision: 17321
2009-08-19 20:16:01 +00:00
Gabor Juhos
39b7814f25
add diag script ( closes #5725 )
...
SVN-Revision: 17320
2009-08-19 19:26:53 +00:00
Jo-Philipp Wich
7d1c2a0612
base-files: fix sysupgrade get_magic_word() function to return proper values if the first two bytes are identical
...
SVN-Revision: 17319
2009-08-19 19:12:34 +00:00
Gabor Juhos
3cb84887f5
fix package name of kmod-leds-gpio
...
SVN-Revision: 17318
2009-08-19 19:09:22 +00:00
Felix Fietkau
f4ede912f4
madwifi: remove version selection support
...
SVN-Revision: 17316
2009-08-19 15:17:32 +00:00
Felix Fietkau
fe78c4885c
remove support for the madwifi upstream release, it doesn't work on newer kernels and it's not very reliable anyway
...
SVN-Revision: 17315
2009-08-19 15:16:11 +00:00
Felix Fietkau
6fb461da2b
madwifi: add patch for building all modules (except for the HAL) into a 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
2009-08-19 15:13:00 +00:00
Felix Fietkau
2bb863f337
when regenerating an ipkg package, make sure the entire ipkg build dir is cleaned as well to prevent stale files from making it into the package after configuration changes
...
SVN-Revision: 17313
2009-08-19 15:12:54 +00:00
Felix Fietkau
7c746b122f
add powersave fixes based on patches by Steven Luo ( #4376 )
...
SVN-Revision: 17312
2009-08-19 14:48:31 +00:00
Felix Fietkau
7f6b21ae62
madwifi: refresh patches
...
SVN-Revision: 17311
2009-08-19 14:48:21 +00:00
Geoff Levand
d719b51871
pxcab: Replace TARGET_pxcab with feature powerpc64
...
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17307
2009-08-18 23:09:50 +00:00
Geoff Levand
7581681466
powerpc: Create a powerpc64 config feature
...
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
2009-08-18 23:07:45 +00:00
Geoff Levand
8ee102eea1
ps3: General cleanup and update for defconfig-ps3-petitboot
...
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17305
2009-08-18 21:55:45 +00:00
Geoff Levand
16526a173d
ps3: Move defconfig-ps3-petitboot to the petitboot profile directory
...
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17304
2009-08-18 21:54:29 +00:00
Geoff Levand
058b047c37
ps3: Update the Petitboot profile package dependencies
...
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17303
2009-08-18 21:52:34 +00:00
Geoff Levand
ffd920720b
ps3-utils: Add Build/InstallDev section to package makefile
...
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17302
2009-08-18 21:51:08 +00:00
Geoff Levand
36e79de239
ps3-utils: Update package to include latest repository fixes
...
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17301
2009-08-18 21:50:15 +00:00
Geoff Levand
b1d5377a3a
ps3: Updates for ps3-bl-option
...
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
2009-08-18 21:48:38 +00:00
Geoff Levand
1113ce0ba7
ps3: Rename bl-option to ps3-bl-option
...
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
2009-08-18 21:47:11 +00:00
Florian Fainelli
7f931f64df
add missing libsas configuration symbol
...
SVN-Revision: 17297
2009-08-18 12:46:39 +00:00
Florian Fainelli
0c5a73ec9b
use 2.6.30.5
...
SVN-Revision: 17296
2009-08-17 15:05:26 +00:00
Florian Fainelli
26b1e0ebe2
disable mpfr tests compilation, slightly speeds up the build process
...
SVN-Revision: 17295
2009-08-17 14:51:32 +00:00
Florian Fainelli
7f36797bb7
ensure CONTROL directory is created ( #5683 )
...
SVN-Revision: 17293
2009-08-17 10:14:25 +00:00
Gabor Juhos
b585d761c7
iw: update to 0.9.16
...
SVN-Revision: 17292
2009-08-17 09:46:50 +00:00
Florian Fainelli
63b86723b1
switch to 2.6.27.30
...
SVN-Revision: 17291
2009-08-17 09:17:06 +00:00
Gabor Juhos
af0d2abee5
mac80211: add deadlock fix patch
...
SVN-Revision: 17290
2009-08-16 19:55:10 +00:00
Gabor Juhos
7f1cd738fc
2.6.30: fix lzma compressed intitramfs support, and decrease dictionary size
...
SVN-Revision: 17289
2009-08-16 19:21:21 +00:00
Gabor Juhos
c0d4cb1f24
Fix broken i2c module loading in R17269
...
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
2009-08-16 12:39:47 +00:00
Nicolas Thill
2466ba038e
remove *printf warnings preventing wprobe to build on uml x86_64
...
SVN-Revision: 17287
2009-08-16 10:26:22 +00:00
Nicolas Thill
757b8c4adb
use KERNEL_CROSS instead of TARGET_CROSS to build kernel modules
...
SVN-Revision: 17286
2009-08-16 10:21:13 +00:00
Nicolas Thill
0eeb0d3c2f
bump to 2.6.30.4, apply fix from [15119] to x86_64
...
SVN-Revision: 17285
2009-08-16 10:18:07 +00:00