Gabor Juhos [Mon, 19 May 2008 07:34:56 +0000 (07:34 +0000)]
bump to 2.6.25.4, refresh kernel patches
SVN-Revision: 11199
Gabor Juhos [Mon, 19 May 2008 07:34:02 +0000 (07:34 +0000)]
add missing config symbols
SVN-Revision: 11198
Gabor Juhos [Mon, 19 May 2008 07:16:54 +0000 (07:16 +0000)]
refresh kernel patches
SVN-Revision: 11197
Gabor Juhos [Mon, 19 May 2008 07:06:35 +0000 (07:06 +0000)]
refresh kernel patches
SVN-Revision: 11196
Gabor Juhos [Mon, 19 May 2008 06:35:41 +0000 (06:35 +0000)]
refresh kernel patches
SVN-Revision: 11195
Gabor Juhos [Mon, 19 May 2008 06:34:16 +0000 (06:34 +0000)]
refresh kernel patches
SVN-Revision: 11194
Gabor Juhos [Mon, 19 May 2008 06:33:18 +0000 (06:33 +0000)]
refresh kernel patches
SVN-Revision: 11193
Matteo Croce [Sun, 18 May 2008 23:13:25 +0000 (23:13 +0000)]
avr32: add watchdog driver
SVN-Revision: 11192
Peter Denison [Sun, 18 May 2008 21:31:41 +0000 (21:31 +0000)]
Fix kmap_coherent use on 2.6.25 kernels
SVN-Revision: 11191
Peter Denison [Sun, 18 May 2008 20:55:06 +0000 (20:55 +0000)]
Remove bogus zero-length ohci-ssb.c in generic-2.6/files
SVN-Revision: 11190
Gabor Juhos [Sun, 18 May 2008 20:26:43 +0000 (20:26 +0000)]
refresh generic 2.6.25 patches
SVN-Revision: 11189
Gabor Juhos [Sun, 18 May 2008 20:25:45 +0000 (20:25 +0000)]
refresh generic 2.6.24 patches
SVN-Revision: 11188
Gabor Juhos [Sun, 18 May 2008 20:24:51 +0000 (20:24 +0000)]
refresh generic 2.6.23 patches
SVN-Revision: 11187
Gabor Juhos [Sun, 18 May 2008 20:24:13 +0000 (20:24 +0000)]
refresh generic 2.6.22 patches
SVN-Revision: 11186
Gabor Juhos [Sun, 18 May 2008 20:23:20 +0000 (20:23 +0000)]
refresh generic 2.6.21 patches
SVN-Revision: 11185
Gabor Juhos [Sun, 18 May 2008 20:12:54 +0000 (20:12 +0000)]
upgrade to latest kernel versions (2.6.25.4; 2.6.24.7; 2.6.23.17; 2.6.22.19)
SVN-Revision: 11184
Felix Fietkau [Sun, 18 May 2008 17:32:16 +0000 (17:32 +0000)]
bcm96345: correct some 6345 specific stuff
This fixes some problems with the 6345 support and adds a macro for CPU
identification that is easier on the eyes. The first thing it does is to not
initialize MPI on the 6345 as it does not have PCI. The second thing it does is
to use a static value for the CPU frequency of the 6345 chip to provide an
accurate timer.
Signed-off-by: Axel Gembe <ago@bastart.eu.org>
SVN-Revision: 11183
Felix Fietkau [Sun, 18 May 2008 17:32:05 +0000 (17:32 +0000)]
bcm963xx: fix cfe detection
The CFE detection failed to account for zero termination.
Signed-off-by: Axel Gembe <ago@bastart.eu.org>
SVN-Revision: 11182
Felix Fietkau [Sun, 18 May 2008 17:31:55 +0000 (17:31 +0000)]
bcm963xx: add new timer code
This basically selects the new generic MIPS timer code for BCM963xx and
simplifies the timer setup code.
Signed-off-by: Axel Gembe <ago@bastart.eu.org>
SVN-Revision: 11181
Felix Fietkau [Sun, 18 May 2008 17:31:45 +0000 (17:31 +0000)]
bcm963xx: remove obsolete timer code
This removes some code that has been deprecated in kernels >= 2.6.24.
Signed-off-by: Axel Gembe <ago@bastart.eu.org>
SVN-Revision: 11180
Felix Fietkau [Sun, 18 May 2008 17:31:35 +0000 (17:31 +0000)]
bcm963xx: fix uart isr
The ISR ended up in an endless loop because the TX ISR never got used or masked.
This patch basically makes the TX ISR mask the the TX interrupt when it
encounters it, because it doesn't even use the TX interrupt.
Signed-off-by: Axel Gembe <ago@bastart.eu.org>
SVN-Revision: 11179
Felix Fietkau [Sun, 18 May 2008 17:31:25 +0000 (17:31 +0000)]
bcm963xx: rewrite irq handling code
This patch adds interrupt handling as on AR7. The old code was very messy and
didn't work too well. It also removes the unused file int-handler.S.
Signed-off-by: Axel Gembe <ago@bastart.eu.org>
SVN-Revision: 11178
Felix Fietkau [Sun, 18 May 2008 17:31:11 +0000 (17:31 +0000)]
bcm963xx: add missing trailing zero to load address
The load address for BCM963xx is 0x80010000, not 0xf8001000 as in the current
sources. I think this is just a typo, so this patch fixes it (tested on 96345).
Signed-off-by: Axel Gembe <ago@bastart.eu.org>
SVN-Revision: 11177
Felix Fietkau [Sun, 18 May 2008 17:31:02 +0000 (17:31 +0000)]
bcm963xx: flashmap support
Signed-off-by: Axel Gembe <ago@bastart.eu.org>
SVN-Revision: 11176
Felix Fietkau [Sun, 18 May 2008 17:30:49 +0000 (17:30 +0000)]
bcm963xx: serial port support
Signed-off-by: Axel Gembe <ago@bastart.eu.org>
SVN-Revision: 11175
Felix Fietkau [Sun, 18 May 2008 17:30:39 +0000 (17:30 +0000)]
bcm963xx: board support
Signed-off-by: Axel Gembe <ago@bastart.eu.org>
SVN-Revision: 11174
Felix Fietkau [Sun, 18 May 2008 17:30:30 +0000 (17:30 +0000)]
bcm963xx: add 2.6.25 configuration file
Signed-off-by: Axel Gembe <ago@bastart.eu.org>
SVN-Revision: 11173
Felix Fietkau [Sun, 18 May 2008 17:30:16 +0000 (17:30 +0000)]
bcm963xx: use the 2.6.25.1 kernel
Signed-off-by: Axel Gembe <ago@bastart.eu.org>
SVN-Revision: 11172
Felix Fietkau [Sun, 18 May 2008 17:30:04 +0000 (17:30 +0000)]
bcm963xx: image generation using image tagger
This adds CFE tagged image generation in the BCM963xx target image Makefile.
It has to generate its own LZMA compressed kernel because CFE is a LZMA nazi.
It also seems that the Broadcom image tagger as well as CFE use AdvanceCOMP,
which is based on a slightly older LZMA SDK. Anyways, some of the code is
GPL, some of it is LGPL, so it might be that Broadcom owes some sources.
Also, LZMA has a bug which causes it to generate different output when you
are using stdin / stdout compared to plain files. I've just worked around
the issue by using plain files.
Signed-off-by: Axel Gembe <ago@bastart.eu.org>
SVN-Revision: 11171
Felix Fietkau [Sun, 18 May 2008 17:29:51 +0000 (17:29 +0000)]
bcm963xx: add cfe image tagging utility
This replaces the proprietary bcmImageBuilder program from the Broadcom source
drops. It basically adds a 256 bytes header in front of the kernel + rootfs
which contains a few text signatures, the locations of the data as well as the
checksums of the data and the tag. It also adds a 12 bytes header in front of
the LZMA kernel which contains the load address, kernel entry and the size of
the compressed LZMA data.
Signed-off-by: Axel Gembe <ago@bastart.eu.org>
SVN-Revision: 11170
Felix Fietkau [Sun, 18 May 2008 17:29:39 +0000 (17:29 +0000)]
bcm963xx: fix load address / kernel entry
Current kernels have the same kernel entry as load address, so just set them
like this. Also, the BCM963xx uses 0x80010000 as its load address, so use this
too.
Signed-off-by: Axel Gembe <ago@bastart.eu.org>
SVN-Revision: 11169
Rod Whitby [Sun, 18 May 2008 11:54:49 +0000 (11:54 +0000)]
sound: Remove atheros restriction, since atheros can have usb sound cards
SVN-Revision: 11168
Florian Fainelli [Sun, 18 May 2008 11:21:28 +0000 (11:21 +0000)]
Add support for OTI6858 and ARK3116 usb serial converters (#3442)
SVN-Revision: 11167
Felix Fietkau [Sat, 17 May 2008 20:13:29 +0000 (20:13 +0000)]
ifndef is not supported inside make variable expansion
SVN-Revision: 11165
Rod Whitby [Sat, 17 May 2008 11:29:45 +0000 (11:29 +0000)]
atheros/config-2.6.25: Removed MII override
SVN-Revision: 11161
Rod Whitby [Sat, 17 May 2008 00:13:05 +0000 (00:13 +0000)]
base-files: Update /etc/init.d/fstab with new location of swapon and swapoff (they moved from /sbin to /usr/sbin)
SVN-Revision: 11157
Peter Denison [Fri, 16 May 2008 19:25:20 +0000 (19:25 +0000)]
Remove files now present upstream in files-2.6.25 (This is mostly just drivers/ssb and include/linux/ssb) [brcm47xx] Regenerate patches against 2.6.25.1 kernel+files set Default is still to build against 2.6.23.16
SVN-Revision: 11155
Yuji Mano [Fri, 16 May 2008 18:56:04 +0000 (18:56 +0000)]
update version
SVN-Revision: 11154
Rod Whitby [Fri, 16 May 2008 16:35:04 +0000 (16:35 +0000)]
modules/other.mk: Enable bluetooth for atheros
SVN-Revision: 11150
Travis Kemen [Fri, 16 May 2008 04:44:15 +0000 (04:44 +0000)]
fix avr32 compiling
SVN-Revision: 11147
Florian Fainelli [Fri, 16 May 2008 01:18:57 +0000 (01:18 +0000)]
Add support for Asus wl-520gc
SVN-Revision: 11145
Travis Kemen [Thu, 15 May 2008 00:59:34 +0000 (00:59 +0000)]
This patch adds a number of configuration options to the MadWifi package. You can now configure the HAL, bus, default rate control algorithm as well as the debug mode from within make menuconfig. The goal is to be able to support hardware profiles with different HALs without messing around with the Makefile directly. Signed-off-by: Axel Gembe <ago@bastart.eu.org>
SVN-Revision: 11140
Travis Kemen [Thu, 15 May 2008 00:57:50 +0000 (00:57 +0000)]
This patch makes kernel modules check if config is defined and creates a config passthrough target which will evaluate the original config in the generated package. This is done so kernel modules can have configuration menus like busybox, etc... Signed-off-by: Axel Gembe <ago@bastart.eu.org>
SVN-Revision: 11139
Peter Denison [Wed, 14 May 2008 15:03:05 +0000 (15:03 +0000)]
Allow package/switch to compile against 2.6.25
SVN-Revision: 11138
John Crispin [Wed, 14 May 2008 13:43:18 +0000 (13:43 +0000)]
add proper led support to ifxmips
SVN-Revision: 11137
Gabor Juhos [Tue, 13 May 2008 17:17:18 +0000 (17:17 +0000)]
fix mini_fo bug on 2.6.25
SVN-Revision: 11135
Rod Whitby [Tue, 13 May 2008 12:48:25 +0000 (12:48 +0000)]
config-2.6.25: Enable NETDEV_1000, so that the via-velocity gigabit ethernet driver for the DSMG600RevA can be selected.
SVN-Revision: 11134
John Crispin [Tue, 13 May 2008 10:03:15 +0000 (10:03 +0000)]
fixes u-boot compile in clean tree
SVN-Revision: 11133
Ralph Hempel [Tue, 13 May 2008 09:21:17 +0000 (09:21 +0000)]
adding check for /proc/net/vlan/config (==vlan enabled kernel)
SVN-Revision: 11132
Travis Kemen [Tue, 13 May 2008 04:20:47 +0000 (04:20 +0000)]
revert to before ubnt images were made
SVN-Revision: 11130
Matteo Croce [Tue, 13 May 2008 00:10:45 +0000 (00:10 +0000)]
atheros: added marvell switch driver
SVN-Revision: 11129
Peter Denison [Mon, 12 May 2008 19:46:53 +0000 (19:46 +0000)]
Fix typo in broadcom-diag LED output enable
SVN-Revision: 11125
Jens Muecke [Mon, 12 May 2008 19:00:46 +0000 (19:00 +0000)]
Update size and inodes of grup image
Enlarge default size of grup image for
X and other packages. OLPC also use this
grup image.
SVN-Revision: 11124
Gabor Juhos [Mon, 12 May 2008 11:56:21 +0000 (11:56 +0000)]
use the righ value in the DSP clock calculation
SVN-Revision: 11123
Gabor Juhos [Mon, 12 May 2008 09:57:45 +0000 (09:57 +0000)]
remove svn:executable property from u-boot source files
SVN-Revision: 11122
Andy Boyett [Mon, 12 May 2008 06:41:12 +0000 (06:41 +0000)]
Fix kmod-ata-piix deps
SVN-Revision: 11121
Andy Boyett [Mon, 12 May 2008 06:40:54 +0000 (06:40 +0000)]
Package nvidia sata driver
SVN-Revision: 11120
Andy Boyett [Mon, 12 May 2008 06:40:37 +0000 (06:40 +0000)]
Package AHCI driver
SVN-Revision: 11119
Andy Boyett [Mon, 12 May 2008 06:40:18 +0000 (06:40 +0000)]
Package VIA sata driver
SVN-Revision: 11118
Nicolas Thill [Sun, 11 May 2008 22:41:49 +0000 (22:41 +0000)]
disable ip6tables as well on 2.6.25 until we have working IMQ support
SVN-Revision: 11117
Nicolas Thill [Sun, 11 May 2008 22:27:32 +0000 (22:27 +0000)]
fix fuse: use in-kernel module for 2.6.25+ kernels
SVN-Revision: 11116
Nicolas Thill [Sun, 11 May 2008 20:56:51 +0000 (20:56 +0000)]
add a macro to compare kernel patch versions and use it for crypto and watchdog changes in 2.6.24+ kernels (closes: #3402)
SVN-Revision: 11115
Matteo Croce [Sun, 11 May 2008 20:01:01 +0000 (20:01 +0000)]
atheros: revert to kernel 2.6.23
SVN-Revision: 11114
Matteo Croce [Sun, 11 May 2008 19:43:00 +0000 (19:43 +0000)]
atheros: USB support
SVN-Revision: 11113
John Crispin [Sun, 11 May 2008 14:31:18 +0000 (14:31 +0000)]
ifxmips is no longer b0rked
SVN-Revision: 11111
John Crispin [Sun, 11 May 2008 14:30:41 +0000 (14:30 +0000)]
fix up config for ifxmips uboot
SVN-Revision: 11110
John Crispin [Sun, 11 May 2008 14:14:33 +0000 (14:14 +0000)]
fix errors in ifxmips .25 bump
SVN-Revision: 11109
John Crispin [Sun, 11 May 2008 14:13:15 +0000 (14:13 +0000)]
add u-boot sources for danube
SVN-Revision: 11108
Nicolas Thill [Sun, 11 May 2008 10:33:34 +0000 (10:33 +0000)]
add a package for the badblocks utility (closes: #3404)
SVN-Revision: 11107
Nicolas Thill [Sun, 11 May 2008 10:19:12 +0000 (10:19 +0000)]
Fix a bug causing an infinite loop in getaddrinfo (closes: #3344)
SVN-Revision: 11106
Nicolas Thill [Sat, 10 May 2008 23:14:57 +0000 (23:14 +0000)]
add missing config symbol
SVN-Revision: 11105
John Crispin [Sat, 10 May 2008 00:20:36 +0000 (00:20 +0000)]
fixes timer issues
SVN-Revision: 11102
Travis Kemen [Fri, 9 May 2008 19:07:16 +0000 (19:07 +0000)]
fix uboot not building
SVN-Revision: 11100
Nicolas Thill [Fri, 9 May 2008 17:08:51 +0000 (17:08 +0000)]
enable proper PCI & USB support detection at config-time by disabling CONFIG_PCI & CONFIG_USB entries in generic/config and enabling them on targets where appropriate
SVN-Revision: 11097
Gabor Juhos [Fri, 9 May 2008 08:19:30 +0000 (08:19 +0000)]
mkzynfw: add definitions for the P-2602HW-D1A
SVN-Revision: 11096
Gabor Juhos [Fri, 9 May 2008 07:53:24 +0000 (07:53 +0000)]
mkzynfw: fix NBG-318S definitions
SVN-Revision: 11095
Nicolas Thill [Fri, 9 May 2008 07:16:15 +0000 (07:16 +0000)]
fix typos in [11073]
SVN-Revision: 11094
Nicolas Thill [Fri, 9 May 2008 06:59:08 +0000 (06:59 +0000)]
add 'getgrgid' to uClibc site config, needed after glib2 update in [11088]
SVN-Revision: 11093
Nicolas Thill [Thu, 8 May 2008 22:57:12 +0000 (22:57 +0000)]
remove dup iptables in default package set
SVN-Revision: 11091
Travis Kemen [Thu, 8 May 2008 20:01:45 +0000 (20:01 +0000)]
fix file names
SVN-Revision: 11083
Travis Kemen [Thu, 8 May 2008 19:37:06 +0000 (19:37 +0000)]
change image generation, no need for duplicate images
SVN-Revision: 11082
Travis Kemen [Thu, 8 May 2008 16:46:33 +0000 (16:46 +0000)]
fix filename for image generation
SVN-Revision: 11077
Felix Fietkau [Thu, 8 May 2008 15:52:55 +0000 (15:52 +0000)]
fix kernel config on kernel_menuconfig abort
SVN-Revision: 11076
Nicolas Thill [Thu, 8 May 2008 11:32:46 +0000 (11:32 +0000)]
cosmetic change: rename IPT_NAT_DEFAULT & IPT_NAT_EXTRA to IPT_NATHELPER & IPT_NATHELPER_EXTRA respectively, to better match package names
SVN-Revision: 11073
Nicolas Thill [Thu, 8 May 2008 11:16:07 +0000 (11:16 +0000)]
package/kernel fixes: - remove dup netfilter.mk includes - always define NF_KMOD so that proper KCONFIG entries are emitted for netfilter modules at DUMP time
SVN-Revision: 11072
John Crispin [Thu, 8 May 2008 07:18:51 +0000 (07:18 +0000)]
bump ifxmips to 2.6.25.1
SVN-Revision: 11071
Travis Kemen [Thu, 8 May 2008 01:30:14 +0000 (01:30 +0000)]
This patch lets netconfig support the asus wl-500w. Signed-off-by: Ben Pfountz <netprince@vt.edu>
SVN-Revision: 11070
Travis Kemen [Thu, 8 May 2008 00:01:58 +0000 (00:01 +0000)]
only ignore dhcp but still listen for dns closes #3406
SVN-Revision: 11062
Travis Kemen [Wed, 7 May 2008 23:47:17 +0000 (23:47 +0000)]
buld images for the Ubiquiti LiteStation and NanoStation ported from atheros.openwrt.net. Tested on a Nanostation 2 with airos 3
SVN-Revision: 11061
Felix Fietkau [Wed, 7 May 2008 16:45:00 +0000 (16:45 +0000)]
add a flag "IGNORE_ERRORS", which can be used to ignore build errors in packages
SVN-Revision: 11059
Felix Fietkau [Wed, 7 May 2008 07:33:48 +0000 (07:33 +0000)]
remove the NETIF_F_HW_CSUM flag from the ar2313 ethernet driver as it seems to be causing problems for various devices
SVN-Revision: 11058
Gabor Juhos [Wed, 7 May 2008 07:04:27 +0000 (07:04 +0000)]
Add leds support for the RB-150, thanks to Evangelos Arkalis
SVN-Revision: 11057
Yuji Mano [Mon, 5 May 2008 22:09:16 +0000 (22:09 +0000)]
update default ps3 kernel config-2.6.25
SVN-Revision: 11054
Yuji Mano [Mon, 5 May 2008 21:58:03 +0000 (21:58 +0000)]
add missing udevextras package option - edd_id
SVN-Revision: 11053
Yuji Mano [Mon, 5 May 2008 21:49:24 +0000 (21:49 +0000)]
add ps3-dump-bootloader to package install
SVN-Revision: 11052
Gabor Juhos [Mon, 5 May 2008 18:53:27 +0000 (18:53 +0000)]
override CPU features to save ~125KB of kernel memory
SVN-Revision: 11050
Gabor Juhos [Mon, 5 May 2008 17:31:36 +0000 (17:31 +0000)]
fix size calculation of the radio_config
SVN-Revision: 11049
John Crispin [Mon, 5 May 2008 16:12:31 +0000 (16:12 +0000)]
update etrax usb support - thanks Hinko Kocevar
SVN-Revision: 11048
Felix Fietkau [Sun, 4 May 2008 17:48:26 +0000 (17:48 +0000)]
fix lua compile configuration error
SVN-Revision: 11047
Matteo Croce [Sun, 4 May 2008 17:20:19 +0000 (17:20 +0000)]
no unicode in C source, please
SVN-Revision: 11046