Florian Fainelli
ec6127c955
update mpfr to 2.4.1
...
SVN-Revision: 17334
15 years ago
Felix Fietkau
7609c0ae88
wpa_supplicant: fix madwifi related config change handling
...
SVN-Revision: 17333
15 years ago
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
15 years ago
Felix Fietkau
f08684ffc0
mac80211: add missing config override
...
SVN-Revision: 17331
15 years ago
Felix Fietkau
72cf6925a4
now that each target has its own package directory, remove the base-files package renaming hack
...
SVN-Revision: 17330
15 years ago
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
15 years ago
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
15 years ago
Felix Fietkau
c5226c3687
remove support for compat-wireless-old
...
SVN-Revision: 17327
15 years ago
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
15 years ago
Felix Fietkau
59d130d867
fix multiple ipkg builds of the same arch but with different targets in the same checkout
...
SVN-Revision: 17325
15 years ago
Geoff Levand
28fae0bccf
ps3/petitboot: Run petitboot at first startup
...
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17324
15 years ago
Geoff Levand
57dd2622ef
ps3: Make ps3-bl-option executable
...
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17322
15 years ago
Gabor Juhos
0b869ee143
preliminary failsafe support ( closes #5726 )
...
SVN-Revision: 17321
15 years ago
Gabor Juhos
39b7814f25
add diag script ( closes #5725 )
...
SVN-Revision: 17320
15 years ago
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
15 years ago
Gabor Juhos
3cb84887f5
fix package name of kmod-leds-gpio
...
SVN-Revision: 17318
15 years ago
Felix Fietkau
f4ede912f4
madwifi: remove version selection support
...
SVN-Revision: 17316
15 years ago
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
15 years ago
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
15 years ago
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
15 years ago
Felix Fietkau
7c746b122f
add powersave fixes based on patches by Steven Luo ( #4376 )
...
SVN-Revision: 17312
15 years ago
Felix Fietkau
7f6b21ae62
madwifi: refresh patches
...
SVN-Revision: 17311
15 years ago
Geoff Levand
d719b51871
pxcab: Replace TARGET_pxcab with feature powerpc64
...
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17307
15 years ago
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
15 years ago
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
15 years ago
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
15 years ago
Geoff Levand
058b047c37
ps3: Update the Petitboot profile package dependencies
...
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17303
15 years ago
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
15 years ago
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
15 years ago
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
15 years ago
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
15 years ago
Florian Fainelli
7f931f64df
add missing libsas configuration symbol
...
SVN-Revision: 17297
15 years ago
Florian Fainelli
0c5a73ec9b
use 2.6.30.5
...
SVN-Revision: 17296
15 years ago
Florian Fainelli
26b1e0ebe2
disable mpfr tests compilation, slightly speeds up the build process
...
SVN-Revision: 17295
15 years ago
Florian Fainelli
7f36797bb7
ensure CONTROL directory is created ( #5683 )
...
SVN-Revision: 17293
15 years ago
Gabor Juhos
b585d761c7
iw: update to 0.9.16
...
SVN-Revision: 17292
15 years ago
Florian Fainelli
63b86723b1
switch to 2.6.27.30
...
SVN-Revision: 17291
15 years ago
Gabor Juhos
af0d2abee5
mac80211: add deadlock fix patch
...
SVN-Revision: 17290
15 years ago
Gabor Juhos
7f1cd738fc
2.6.30: fix lzma compressed intitramfs support, and decrease dictionary size
...
SVN-Revision: 17289
15 years ago
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
15 years ago
Nicolas Thill
2466ba038e
remove *printf warnings preventing wprobe to build on uml x86_64
...
SVN-Revision: 17287
15 years ago
Nicolas Thill
757b8c4adb
use KERNEL_CROSS instead of TARGET_CROSS to build kernel modules
...
SVN-Revision: 17286
15 years ago
Nicolas Thill
0eeb0d3c2f
bump to 2.6.30.4, apply fix from [15119] to x86_64
...
SVN-Revision: 17285
15 years ago
Gabor Juhos
149f92b47a
2.6.30: update layer7 patch
...
SVN-Revision: 17284
15 years ago
Gabor Juhos
e2f5de7a46
add menuconfig option for selecting initramfs compression
...
SVN-Revision: 17283
15 years ago
Hauke Mehrtens
82a092bece
fix for commit r17276
...
SVN-Revision: 17280
15 years ago
Felix Fietkau
d8641e67e1
wprobe: fix tcp port for the proxy mode in the init script
...
SVN-Revision: 17278
15 years ago
Hauke Mehrtens
824c0095c6
increase release number
...
SVN-Revision: 17277
15 years ago
Hauke Mehrtens
f7abb800cf
Do not build the mac80211 module in the kernel. The attributes skb->do_not_encrypt and skb->requeue in include/linux/skbuff.h are not used my mac80211 any more.
...
SVN-Revision: 17276
15 years ago
Hauke Mehrtens
620efa556f
also exclude usb_unpoison_urb
...
SVN-Revision: 17275
15 years ago