Felix Fietkau [Thu, 20 Aug 2009 16:56:36 +0000 (16:56 +0000)]
mac80211: disable b43 lp-phy support for now
SVN-Revision: 17336
Felix Fietkau [Thu, 20 Aug 2009 16:52:46 +0000 (16:52 +0000)]
mac80211: speed up build by reducing the makefile shell calls, fix forced disable of rfkill
SVN-Revision: 17335
Florian Fainelli [Thu, 20 Aug 2009 16:08:52 +0000 (16:08 +0000)]
update mpfr to 2.4.1
SVN-Revision: 17334
Felix Fietkau [Thu, 20 Aug 2009 15:58:55 +0000 (15:58 +0000)]
wpa_supplicant: fix madwifi related config change handling
SVN-Revision: 17333
Felix Fietkau [Thu, 20 Aug 2009 15:48:41 +0000 (15:48 +0000)]
merge the control file and the .ipk file targets into one to prevent them from going out of sync
SVN-Revision: 17332
Felix Fietkau [Thu, 20 Aug 2009 15:41:19 +0000 (15:41 +0000)]
mac80211: add missing config override
SVN-Revision: 17331
Felix Fietkau [Thu, 20 Aug 2009 15:31:22 +0000 (15:31 +0000)]
now that each target has its own package directory, remove the base-files package renaming hack
SVN-Revision: 17330
Felix Fietkau [Thu, 20 Aug 2009 15:31:17 +0000 (15:31 +0000)]
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
Felix Fietkau [Thu, 20 Aug 2009 15:09:03 +0000 (15:09 +0000)]
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
Felix Fietkau [Thu, 20 Aug 2009 15:00:01 +0000 (15:00 +0000)]
remove support for compat-wireless-old
SVN-Revision: 17327
Felix Fietkau [Thu, 20 Aug 2009 14:59:55 +0000 (14:59 +0000)]
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
Felix Fietkau [Thu, 20 Aug 2009 14:04:40 +0000 (14:04 +0000)]
fix multiple ipkg builds of the same arch but with different targets in the same checkout
SVN-Revision: 17325
Geoff Levand [Wed, 19 Aug 2009 22:36:53 +0000 (22:36 +0000)]
ps3/petitboot: Run petitboot at first startup
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17324
Geoff Levand [Wed, 19 Aug 2009 22:32:57 +0000 (22:32 +0000)]
ps3: Make ps3-bl-option executable
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17322
Gabor Juhos [Wed, 19 Aug 2009 20:16:01 +0000 (20:16 +0000)]
preliminary failsafe support (closes #5726)
SVN-Revision: 17321
Gabor Juhos [Wed, 19 Aug 2009 19:26:53 +0000 (19:26 +0000)]
add diag script (closes #5725)
SVN-Revision: 17320
Jo-Philipp Wich [Wed, 19 Aug 2009 19:12:34 +0000 (19:12 +0000)]
base-files: fix sysupgrade get_magic_word() function to return proper values if the first two bytes are identical
SVN-Revision: 17319
Gabor Juhos [Wed, 19 Aug 2009 19:09:22 +0000 (19:09 +0000)]
fix package name of kmod-leds-gpio
SVN-Revision: 17318
Felix Fietkau [Wed, 19 Aug 2009 15:17:32 +0000 (15:17 +0000)]
madwifi: remove version selection support
SVN-Revision: 17316
Felix Fietkau [Wed, 19 Aug 2009 15:16:11 +0000 (15:16 +0000)]
remove support for the madwifi upstream release, it doesn't work on newer kernels and it's not very reliable anyway
SVN-Revision: 17315
Felix Fietkau [Wed, 19 Aug 2009 15:13:00 +0000 (15:13 +0000)]
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
Felix Fietkau [Wed, 19 Aug 2009 15:12:54 +0000 (15:12 +0000)]
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
Felix Fietkau [Wed, 19 Aug 2009 14:48:31 +0000 (14:48 +0000)]
add powersave fixes based on patches by Steven Luo (#4376)
SVN-Revision: 17312
Felix Fietkau [Wed, 19 Aug 2009 14:48:21 +0000 (14:48 +0000)]
madwifi: refresh patches
SVN-Revision: 17311
Geoff Levand [Tue, 18 Aug 2009 23:09:50 +0000 (23:09 +0000)]
pxcab: Replace TARGET_pxcab with feature powerpc64
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17307
Geoff Levand [Tue, 18 Aug 2009 23:07:45 +0000 (23:07 +0000)]
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
Geoff Levand [Tue, 18 Aug 2009 21:55:45 +0000 (21:55 +0000)]
ps3: General cleanup and update for defconfig-ps3-petitboot
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17305
Geoff Levand [Tue, 18 Aug 2009 21:54:29 +0000 (21:54 +0000)]
ps3: Move defconfig-ps3-petitboot to the petitboot profile directory
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17304
Geoff Levand [Tue, 18 Aug 2009 21:52:34 +0000 (21:52 +0000)]
ps3: Update the Petitboot profile package dependencies
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17303
Geoff Levand [Tue, 18 Aug 2009 21:51:08 +0000 (21:51 +0000)]
ps3-utils: Add Build/InstallDev section to package makefile
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17302
Geoff Levand [Tue, 18 Aug 2009 21:50:15 +0000 (21:50 +0000)]
ps3-utils: Update package to include latest repository fixes
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17301
Geoff Levand [Tue, 18 Aug 2009 21:48:38 +0000 (21:48 +0000)]
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
Geoff Levand [Tue, 18 Aug 2009 21:47:11 +0000 (21:47 +0000)]
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
Florian Fainelli [Tue, 18 Aug 2009 12:46:39 +0000 (12:46 +0000)]
add missing libsas configuration symbol
SVN-Revision: 17297
Florian Fainelli [Mon, 17 Aug 2009 15:05:26 +0000 (15:05 +0000)]
use 2.6.30.5
SVN-Revision: 17296
Florian Fainelli [Mon, 17 Aug 2009 14:51:32 +0000 (14:51 +0000)]
disable mpfr tests compilation, slightly speeds up the build process
SVN-Revision: 17295
Florian Fainelli [Mon, 17 Aug 2009 10:14:25 +0000 (10:14 +0000)]
ensure CONTROL directory is created (#5683)
SVN-Revision: 17293
Gabor Juhos [Mon, 17 Aug 2009 09:46:50 +0000 (09:46 +0000)]
iw: update to 0.9.16
SVN-Revision: 17292
Florian Fainelli [Mon, 17 Aug 2009 09:17:06 +0000 (09:17 +0000)]
switch to 2.6.27.30
SVN-Revision: 17291
Gabor Juhos [Sun, 16 Aug 2009 19:55:10 +0000 (19:55 +0000)]
mac80211: add deadlock fix patch
SVN-Revision: 17290
Gabor Juhos [Sun, 16 Aug 2009 19:21:21 +0000 (19:21 +0000)]
2.6.30: fix lzma compressed intitramfs support, and decrease dictionary size
SVN-Revision: 17289
Gabor Juhos [Sun, 16 Aug 2009 12:39:47 +0000 (12:39 +0000)]
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
Nicolas Thill [Sun, 16 Aug 2009 10:26:22 +0000 (10:26 +0000)]
remove *printf warnings preventing wprobe to build on uml x86_64
SVN-Revision: 17287
Nicolas Thill [Sun, 16 Aug 2009 10:21:13 +0000 (10:21 +0000)]
use KERNEL_CROSS instead of TARGET_CROSS to build kernel modules
SVN-Revision: 17286
Nicolas Thill [Sun, 16 Aug 2009 10:18:07 +0000 (10:18 +0000)]
bump to 2.6.30.4, apply fix from [15119] to x86_64
SVN-Revision: 17285
Gabor Juhos [Sun, 16 Aug 2009 07:45:34 +0000 (07:45 +0000)]
2.6.30: update layer7 patch
SVN-Revision: 17284
Gabor Juhos [Sun, 16 Aug 2009 05:35:34 +0000 (05:35 +0000)]
add menuconfig option for selecting initramfs compression
SVN-Revision: 17283
Hauke Mehrtens [Sat, 15 Aug 2009 22:12:17 +0000 (22:12 +0000)]
fix for commit r17276
SVN-Revision: 17280
Felix Fietkau [Sat, 15 Aug 2009 21:31:41 +0000 (21:31 +0000)]
wprobe: fix tcp port for the proxy mode in the init script
SVN-Revision: 17278
Hauke Mehrtens [Sat, 15 Aug 2009 16:54:09 +0000 (16:54 +0000)]
increase release number
SVN-Revision: 17277
Hauke Mehrtens [Sat, 15 Aug 2009 16:42:48 +0000 (16:42 +0000)]
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
Hauke Mehrtens [Sat, 15 Aug 2009 16:29:52 +0000 (16:29 +0000)]
also exclude usb_unpoison_urb
SVN-Revision: 17275
Hauke Mehrtens [Sat, 15 Aug 2009 16:27:35 +0000 (16:27 +0000)]
exclude kernel 2.6.27
SVN-Revision: 17274
Gabor Juhos [Sat, 15 Aug 2009 09:12:37 +0000 (09:12 +0000)]
kernel/modules: allow I2C modules to be compiled into the kernel (closes #5702)
SVN-Revision: 17269
Hauke Mehrtens [Sat, 15 Aug 2009 08:37:45 +0000 (08:37 +0000)]
refresh patches
SVN-Revision: 17268
Hauke Mehrtens [Sat, 15 Aug 2009 08:36:33 +0000 (08:36 +0000)]
Build modules only if realy needed.
SVN-Revision: 17267
Hauke Mehrtens [Sat, 15 Aug 2009 08:35:03 +0000 (08:35 +0000)]
update openfw to 5.2
SVN-Revision: 17266
Hauke Mehrtens [Sat, 15 Aug 2009 08:26:38 +0000 (08:26 +0000)]
Update to compat-wireless-2009-08-15
SVN-Revision: 17265
Florian Fainelli [Fri, 14 Aug 2009 15:21:23 +0000 (15:21 +0000)]
fix path to orinoco wireless modules (#5701)
SVN-Revision: 17264
Florian Fainelli [Fri, 14 Aug 2009 13:56:17 +0000 (13:56 +0000)]
use 2.4.37.5
SVN-Revision: 17257
Felix Fietkau [Fri, 14 Aug 2009 00:52:25 +0000 (00:52 +0000)]
add the swconfig utility to the wrt160nl profile
SVN-Revision: 17250
Felix Fietkau [Fri, 14 Aug 2009 00:52:21 +0000 (00:52 +0000)]
ar71xx: enable rtl8306 support by default (for wrt160nl)
SVN-Revision: 17249
Felix Fietkau [Fri, 14 Aug 2009 00:52:17 +0000 (00:52 +0000)]
add a driver for rtl8306 switches
SVN-Revision: 17248
Felix Fietkau [Fri, 14 Aug 2009 00:52:12 +0000 (00:52 +0000)]
ar71xx: change the linking order of the ag71xx module so that the driver can take advantage of phy fixups
SVN-Revision: 17247
Hauke Mehrtens [Thu, 13 Aug 2009 18:08:08 +0000 (18:08 +0000)]
fix build
SVN-Revision: 17246
Gabor Juhos [Thu, 13 Aug 2009 10:43:15 +0000 (10:43 +0000)]
switch to 2.6.30
SVN-Revision: 17244
Jo-Philipp Wich [Thu, 13 Aug 2009 03:31:53 +0000 (03:31 +0000)]
firewall: allow incoming udp/68 packets in the default configuration (#4108, #4781)
SVN-Revision: 17238
Jo-Philipp Wich [Wed, 12 Aug 2009 13:19:34 +0000 (13:19 +0000)]
opkg: crlf -> lf in 001-fix-double-parsing.patch
SVN-Revision: 17235
Florian Fainelli [Wed, 12 Aug 2009 08:41:47 +0000 (08:41 +0000)]
add missing patch which fakes a cardbus controller on top of PCI, thanks SGDA
SVN-Revision: 17234
Florian Fainelli [Tue, 11 Aug 2009 18:57:04 +0000 (18:57 +0000)]
fix typo, INT_MASK is writable, INT_STATUS is not
SVN-Revision: 17229
Florian Fainelli [Tue, 11 Aug 2009 18:50:45 +0000 (18:50 +0000)]
more compile fixes for sangam-atm and 2.6.31
SVN-Revision: 17228
Florian Fainelli [Tue, 11 Aug 2009 18:50:07 +0000 (18:50 +0000)]
more bcm63xx definition fixes, thanks AndyI
SVN-Revision: 17227
Vasilis Tsiligiannis [Tue, 11 Aug 2009 16:39:53 +0000 (16:39 +0000)]
kmod-ipt-nathelper-extra: Fix kmod-textsearch dependency (#5665)
SVN-Revision: 17225
Felix Fietkau [Tue, 11 Aug 2009 14:05:57 +0000 (14:05 +0000)]
madwifi: fix frame dropped counter
SVN-Revision: 17224
Felix Fietkau [Tue, 11 Aug 2009 02:14:33 +0000 (02:14 +0000)]
madwifi: fix compiler warning
SVN-Revision: 17221
Felix Fietkau [Tue, 11 Aug 2009 02:14:28 +0000 (02:14 +0000)]
fix software rx filter for ibss mode (based on a patch by harald schiƶberg)
SVN-Revision: 17220
Felix Fietkau [Tue, 11 Aug 2009 02:14:15 +0000 (02:14 +0000)]
madwifi: fix compile error on kernels without net_device api compatibility
SVN-Revision: 17219
Jo-Philipp Wich [Mon, 10 Aug 2009 23:48:10 +0000 (23:48 +0000)]
base-files: move ipv6 module loading from setup_interface() to addif() in the hotplug call, this ensures that ipv6 is loaded before any interfaces or aliases with ip6addr option are configured (#5356)
SVN-Revision: 17217
Jo-Philipp Wich [Mon, 10 Aug 2009 22:38:37 +0000 (22:38 +0000)]
opkg: fix duplicate parsing of config file, move opkg.conf back to /etc, bump package revision, thanks kupseoft
SVN-Revision: 17209
Hauke Mehrtens [Mon, 10 Aug 2009 18:26:18 +0000 (18:26 +0000)]
Correct bool expressions in dependencies. This fixes #5627
SVN-Revision: 17208
Vasilis Tsiligiannis [Sun, 9 Aug 2009 22:51:04 +0000 (22:51 +0000)]
kmod-net-hermes-pci, kmod-net-hermes-plx: Fix kmod-net-hermes dependency
SVN-Revision: 17206
Felix Fietkau [Sun, 9 Aug 2009 20:51:04 +0000 (20:51 +0000)]
arm: when linking the kernel, move the section discards after the other sections to fix discarding unused symbol exports
SVN-Revision: 17204
Gabor Juhos [Sun, 9 Aug 2009 14:13:26 +0000 (14:13 +0000)]
WRT160NL: add default trigger for the power led
SVN-Revision: 17203
Gabor Juhos [Sun, 9 Aug 2009 14:12:24 +0000 (14:12 +0000)]
enable sysupgrade on the WRT160Nl
SVN-Revision: 17202
Gabor Juhos [Sun, 9 Aug 2009 12:56:06 +0000 (12:56 +0000)]
WRT160NL: more mtd parser cleanup
SVN-Revision: 17201
Felix Fietkau [Sun, 9 Aug 2009 12:33:08 +0000 (12:33 +0000)]
revert some accidentally committed test/debug changes from the module symbol export patch - should fix #5655
SVN-Revision: 17200
Florian Fainelli [Sun, 9 Aug 2009 11:11:11 +0000 (11:11 +0000)]
do not exclude the share directory for bison and other programs to work (#5629)
SVN-Revision: 17198
Florian Fainelli [Sun, 9 Aug 2009 10:19:47 +0000 (10:19 +0000)]
add support for the Pirelli AG226G board (#5337)
SVN-Revision: 17190
Florian Fainelli [Sun, 9 Aug 2009 10:18:30 +0000 (10:18 +0000)]
remove useless hard reset in the SPI controller driver
SVN-Revision: 17189
Florian Fainelli [Sun, 9 Aug 2009 10:08:07 +0000 (10:08 +0000)]
fix assignment instead of comparison in the mtd driver (#5649)
SVN-Revision: 17188
Felix Fietkau [Sun, 9 Aug 2009 01:55:19 +0000 (01:55 +0000)]
backport fixed module exports patch to 2.6.28
SVN-Revision: 17187
Felix Fietkau [Sun, 9 Aug 2009 01:55:13 +0000 (01:55 +0000)]
fix the kernel symbol export patch for arm/powerpc
SVN-Revision: 17186
Felix Fietkau [Sat, 8 Aug 2009 22:31:24 +0000 (22:31 +0000)]
revert the module exports patch on 2.6.28 until it is fixed
SVN-Revision: 17185
Florian Fainelli [Sat, 8 Aug 2009 21:30:25 +0000 (21:30 +0000)]
switch to 2.6.30.4
SVN-Revision: 17184
Florian Fainelli [Sat, 8 Aug 2009 21:29:37 +0000 (21:29 +0000)]
more 2.6.30 related fixes for ar7-atm
SVN-Revision: 17183
Florian Fainelli [Sat, 8 Aug 2009 18:56:14 +0000 (18:56 +0000)]
refresh patches and fix build failure on wm8753-reg_cache.patch (#5641)
SVN-Revision: 17182
Felix Fietkau [Sat, 8 Aug 2009 14:22:04 +0000 (14:22 +0000)]
add an optional config option for stripping all unnecessary symbol exports from the kernel image
SVN-Revision: 17181
Gabor Juhos [Sat, 8 Aug 2009 13:09:03 +0000 (13:09 +0000)]
WRT160NL: enable mtd parser on 2.6.30
SVN-Revision: 17178
Gabor Juhos [Sat, 8 Aug 2009 13:06:28 +0000 (13:06 +0000)]
WRT160NL: mtd parser cleanup
SVN-Revision: 17177
Gabor Juhos [Sat, 8 Aug 2009 12:08:41 +0000 (12:08 +0000)]
move the trx parser out from the patch
SVN-Revision: 17176