Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bcm963xx: image generation using image tagger | Felix Fietkau | 2008-05-18 | 1 | -0/+27 |
| | | | | | | | | | | | | | | | 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 | ||||
* | bcm963xx: add cfe image tagging utility | Felix Fietkau | 2008-05-18 | 2 | -0/+302 |
| | | | | | | | | | | | | | 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 | ||||
* | bcm963xx: fix load address / kernel entry | Felix Fietkau | 2008-05-18 | 2 | -3/+3 |
| | | | | | | | | | | 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 | ||||
* | sound: Remove atheros restriction, since atheros can have usb sound cards | Rod Whitby | 2008-05-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 11168 | ||||
* | Add support for OTI6858 and ARK3116 usb serial converters (#3442) | Florian Fainelli | 2008-05-18 | 1 | -0/+30 |
| | | | | SVN-Revision: 11167 | ||||
* | ifndef is not supported inside make variable expansion | Felix Fietkau | 2008-05-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 11165 | ||||
* | atheros/config-2.6.25: Removed MII override | Rod Whitby | 2008-05-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 11161 | ||||
* | base-files: Update /etc/init.d/fstab with new location of swapon and swapoff ↵ | Rod Whitby | 2008-05-17 | 2 | -5/+5 |
| | | | | | | (they moved from /sbin to /usr/sbin) SVN-Revision: 11157 | ||||
* | Remove files now present upstream in files-2.6.25 (This is mostly just ↵ | Peter Denison | 2008-05-16 | 96 | -4789/+18636 |
| | | | | | | 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 | ||||
* | update version | Yuji Mano | 2008-05-16 | 1 | -2/+2 |
| | | | | SVN-Revision: 11154 | ||||
* | modules/other.mk: Enable bluetooth for atheros | Rod Whitby | 2008-05-16 | 1 | -2/+2 |
| | | | | SVN-Revision: 11150 | ||||
* | fix avr32 compiling | Travis Kemen | 2008-05-16 | 1 | -0/+20 |
| | | | | SVN-Revision: 11147 | ||||
* | Add support for Asus wl-520gc | Florian Fainelli | 2008-05-16 | 1 | -0/+14 |
| | | | | SVN-Revision: 11145 | ||||
* | This patch adds a number of configuration options to the MadWifi package. ↵ | Travis Kemen | 2008-05-15 | 2 | -35/+261 |
| | | | | | | 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 | ||||
* | This patch makes kernel modules check if config is defined and creates a ↵ | Travis Kemen | 2008-05-15 | 1 | -0/+6 |
| | | | | | | 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 | ||||
* | Allow package/switch to compile against 2.6.25 | Peter Denison | 2008-05-14 | 1 | -0/+4 |
| | | | | SVN-Revision: 11138 | ||||
* | add proper led support to ifxmips | John Crispin | 2008-05-14 | 1 | -63/+30 |
| | | | | SVN-Revision: 11137 | ||||
* | fix mini_fo bug on 2.6.25 | Gabor Juhos | 2008-05-13 | 1 | -0/+68 |
| | | | | SVN-Revision: 11135 | ||||
* | config-2.6.25: Enable NETDEV_1000, so that the via-velocity gigabit ethernet ↵ | Rod Whitby | 2008-05-13 | 2 | -2/+4 |
| | | | | | | driver for the DSMG600RevA can be selected. SVN-Revision: 11134 | ||||
* | fixes u-boot compile in clean tree | John Crispin | 2008-05-13 | 1 | -0/+1 |
| | | | | SVN-Revision: 11133 | ||||
* | adding check for /proc/net/vlan/config (==vlan enabled kernel) | Ralph Hempel | 2008-05-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 11132 | ||||
* | revert to before ubnt images were made | Travis Kemen | 2008-05-13 | 1 | -20/+0 |
| | | | | SVN-Revision: 11130 | ||||
* | atheros: added marvell switch driver | Matteo Croce | 2008-05-13 | 6 | -0/+218 |
| | | | | SVN-Revision: 11129 | ||||
* | Fix typo in broadcom-diag LED output enable | Peter Denison | 2008-05-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 11125 | ||||
* | Update size and inodes of grup image | Jens Muecke | 2008-05-12 | 1 | -2/+2 |
| | | | | | | | | Enlarge default size of grup image for X and other packages. OLPC also use this grup image. SVN-Revision: 11124 | ||||
* | use the righ value in the DSP clock calculation | Gabor Juhos | 2008-05-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 11123 | ||||
* | remove svn:executable property from u-boot source files | Gabor Juhos | 2008-05-12 | 4 | -0/+0 |
| | | | | SVN-Revision: 11122 | ||||
* | Fix kmod-ata-piix deps | Andy Boyett | 2008-05-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 11121 | ||||
* | Package nvidia sata driver | Andy Boyett | 2008-05-12 | 1 | -0/+11 |
| | | | | SVN-Revision: 11120 | ||||
* | Package AHCI driver | Andy Boyett | 2008-05-12 | 1 | -0/+17 |
| | | | | SVN-Revision: 11119 | ||||
* | Package VIA sata driver | Andy Boyett | 2008-05-12 | 1 | -0/+16 |
| | | | | SVN-Revision: 11118 | ||||
* | disable ip6tables as well on 2.6.25 until we have working IMQ support | Nicolas Thill | 2008-05-11 | 1 | -1/+2 |
| | | | | SVN-Revision: 11117 | ||||
* | fix fuse: use in-kernel module for 2.6.25+ kernels | Nicolas Thill | 2008-05-11 | 1 | -4/+15 |
| | | | | SVN-Revision: 11116 | ||||
* | add a macro to compare kernel patch versions and use it for crypto and ↵ | Nicolas Thill | 2008-05-11 | 3 | -4/+13 |
| | | | | | | watchdog changes in 2.6.24+ kernels (closes: #3402) SVN-Revision: 11115 | ||||
* | atheros: revert to kernel 2.6.23 | Matteo Croce | 2008-05-11 | 2 | -6/+23 |
| | | | | SVN-Revision: 11114 | ||||
* | atheros: USB support | Matteo Croce | 2008-05-11 | 7 | -13/+323 |
| | | | | SVN-Revision: 11113 | ||||
* | ifxmips is no longer b0rked | John Crispin | 2008-05-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 11111 | ||||
* | fix up config for ifxmips uboot | John Crispin | 2008-05-11 | 1 | -2/+3 |
| | | | | SVN-Revision: 11110 | ||||
* | fix errors in ifxmips .25 bump | John Crispin | 2008-05-11 | 2 | -10/+28 |
| | | | | SVN-Revision: 11109 | ||||
* | add u-boot sources for danube | John Crispin | 2008-05-11 | 82 | -0/+23917 |
| | | | | SVN-Revision: 11108 | ||||
* | add a package for the badblocks utility (closes: #3404) | Nicolas Thill | 2008-05-11 | 1 | -1/+13 |
| | | | | SVN-Revision: 11107 | ||||
* | Fix a bug causing an infinite loop in getaddrinfo (closes: #3344) | Nicolas Thill | 2008-05-11 | 1 | -0/+14 |
| | | | | SVN-Revision: 11106 | ||||
* | add missing config symbol | Nicolas Thill | 2008-05-10 | 1 | -0/+1 |
| | | | | SVN-Revision: 11105 | ||||
* | fixes timer issues | John Crispin | 2008-05-10 | 2 | -19/+41 |
| | | | | SVN-Revision: 11102 | ||||
* | fix uboot not building | Travis Kemen | 2008-05-09 | 1 | -1/+2 |
| | | | | SVN-Revision: 11100 | ||||
* | enable proper PCI & USB support detection at config-time by disabling ↵ | Nicolas Thill | 2008-05-09 | 22 | -13/+36 |
| | | | | | | CONFIG_PCI & CONFIG_USB entries in generic/config and enabling them on targets where appropriate SVN-Revision: 11097 | ||||
* | mkzynfw: add definitions for the P-2602HW-D1A | Gabor Juhos | 2008-05-09 | 2 | -12/+23 |
| | | | | SVN-Revision: 11096 | ||||
* | mkzynfw: fix NBG-318S definitions | Gabor Juhos | 2008-05-09 | 2 | -2/+2 |
| | | | | SVN-Revision: 11095 | ||||
* | fix typos in [11073] | Nicolas Thill | 2008-05-09 | 1 | -2/+2 |
| | | | | SVN-Revision: 11094 | ||||
* | add 'getgrgid' to uClibc site config, needed after glib2 update in [11088] | Nicolas Thill | 2008-05-09 | 1 | -0/+1 |
| | | | | SVN-Revision: 11093 |