openwrt.git
15 years ago[kernel] upgrade to latest kernel versions (2.6.25.4; 2.6.24.7; 2.6.23.17; 2.6.22.19)
juhosg [Sun, 18 May 2008 20:12:54 +0000 (20:12 +0000)]
[kernel] upgrade to latest kernel versions (2.6.25.4; 2.6.24.7; 2.6.23.17; 2.6.22.19)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11184 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agobcm96345: correct some 6345 specific stuff
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11183 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agobcm963xx: fix cfe detection
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11182 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agobcm963xx: add new timer code
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11181 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agobcm963xx: remove obsolete timer code
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11180 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agobcm963xx: fix uart isr
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11179 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agobcm963xx: rewrite irq handling code
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11178 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agobcm963xx: add missing trailing zero to load address
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11177 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agobcm963xx: flashmap support
nbd [Sun, 18 May 2008 17:31:02 +0000 (17:31 +0000)]
bcm963xx: flashmap support

Signed-off-by: Axel Gembe <ago@bastart.eu.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11176 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agobcm963xx: serial port support
nbd [Sun, 18 May 2008 17:30:49 +0000 (17:30 +0000)]
bcm963xx: serial port support

Signed-off-by: Axel Gembe <ago@bastart.eu.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11175 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agobcm963xx: board support
nbd [Sun, 18 May 2008 17:30:39 +0000 (17:30 +0000)]
bcm963xx: board support

Signed-off-by: Axel Gembe <ago@bastart.eu.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11174 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agobcm963xx: add 2.6.25 configuration file
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11173 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agobcm963xx: use the 2.6.25.1 kernel
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11172 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agobcm963xx: image generation using image tagger
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11171 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agobcm963xx: add cfe image tagging utility
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11170 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agobcm963xx: fix load address / kernel entry
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11169 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agosound: Remove atheros restriction, since atheros can have usb sound cards
rwhitby [Sun, 18 May 2008 11:54:49 +0000 (11:54 +0000)]
sound: Remove atheros restriction, since atheros can have usb sound cards

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11168 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoAdd support for OTI6858 and ARK3116 usb serial converters (#3442)
florian [Sun, 18 May 2008 11:21:28 +0000 (11:21 +0000)]
Add support for OTI6858 and ARK3116 usb serial converters (#3442)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11167 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoifndef is not supported inside make variable expansion
nbd [Sat, 17 May 2008 20:13:29 +0000 (20:13 +0000)]
ifndef is not supported inside make variable expansion

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11165 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoatheros/config-2.6.25: Removed MII override
rwhitby [Sat, 17 May 2008 11:29:45 +0000 (11:29 +0000)]
atheros/config-2.6.25: Removed MII override

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11161 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agobase-files: Update /etc/init.d/fstab with new location of swapon and swapoff (they...
rwhitby [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)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11157 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[generic-2.6] Remove files now present upstream in files-2.6.25
noz [Fri, 16 May 2008 19:25:20 +0000 (19:25 +0000)]
[generic-2.6] 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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11155 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoupdate version
ymano [Fri, 16 May 2008 18:56:04 +0000 (18:56 +0000)]
update version

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11154 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agomodules/other.mk: Enable bluetooth for atheros
rwhitby [Fri, 16 May 2008 16:35:04 +0000 (16:35 +0000)]
modules/other.mk: Enable bluetooth for atheros

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11150 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix avr32 compiling
thepeople [Fri, 16 May 2008 04:44:15 +0000 (04:44 +0000)]
fix avr32 compiling

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11147 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoAdd support for Asus wl-520gc
florian [Fri, 16 May 2008 01:18:57 +0000 (01:18 +0000)]
Add support for Asus wl-520gc

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11145 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoThis patch adds a number of configuration options to the MadWifi package. You can
thepeople [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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11140 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoThis patch makes kernel modules check if config is defined and creates a config
thepeople [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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11139 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoAllow package/switch to compile against 2.6.25
noz [Wed, 14 May 2008 15:03:05 +0000 (15:03 +0000)]
Allow package/switch to compile against 2.6.25

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11138 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd proper led support to ifxmips
blogic [Wed, 14 May 2008 13:43:18 +0000 (13:43 +0000)]
add proper led support to ifxmips

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11137 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[kernel] fix mini_fo bug on 2.6.25
juhosg [Tue, 13 May 2008 17:17:18 +0000 (17:17 +0000)]
[kernel] fix mini_fo bug on 2.6.25

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11135 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoconfig-2.6.25: Enable NETDEV_1000, so that the via-velocity gigabit ethernet driver...
rwhitby [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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11134 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofixes u-boot compile in clean tree
blogic [Tue, 13 May 2008 10:03:15 +0000 (10:03 +0000)]
fixes u-boot compile in clean tree

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11133 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadding check for /proc/net/vlan/config (==vlan enabled kernel)
ralph [Tue, 13 May 2008 09:21:17 +0000 (09:21 +0000)]
adding check for /proc/net/vlan/config (==vlan enabled kernel)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11132 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agorevert to before ubnt images were made
thepeople [Tue, 13 May 2008 04:20:47 +0000 (04:20 +0000)]
revert to before ubnt images were made

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11130 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoatheros: added marvell switch driver
matteo [Tue, 13 May 2008 00:10:45 +0000 (00:10 +0000)]
atheros: added marvell switch driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11129 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoFix typo in broadcom-diag LED output enable
noz [Mon, 12 May 2008 19:46:53 +0000 (19:46 +0000)]
Fix typo in broadcom-diag LED output enable

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11125 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoUpdate size and inodes of grup image
ryd [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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11124 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[ar7] use the righ value in the DSP clock calculation
juhosg [Mon, 12 May 2008 11:56:21 +0000 (11:56 +0000)]
[ar7] use the righ value in the DSP clock calculation

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11123 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[ifxmips] remove svn:executable property from u-boot source files
juhosg [Mon, 12 May 2008 09:57:45 +0000 (09:57 +0000)]
[ifxmips] remove svn:executable property from u-boot source files

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11122 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[kernel] Fix kmod-ata-piix deps
agb [Mon, 12 May 2008 06:41:12 +0000 (06:41 +0000)]
[kernel] Fix kmod-ata-piix deps

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11121 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[kernel] Package nvidia sata driver
agb [Mon, 12 May 2008 06:40:54 +0000 (06:40 +0000)]
[kernel] Package nvidia sata driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11120 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[kernel] Package AHCI driver
agb [Mon, 12 May 2008 06:40:37 +0000 (06:40 +0000)]
[kernel] Package AHCI driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11119 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[kernel] Package VIA sata driver
agb [Mon, 12 May 2008 06:40:18 +0000 (06:40 +0000)]
[kernel] Package VIA sata driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11118 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agodisable ip6tables as well on 2.6.25 until we have working IMQ support
nico [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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11117 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix fuse: use in-kernel module for 2.6.25+ kernels
nico [Sun, 11 May 2008 22:27:32 +0000 (22:27 +0000)]
fix fuse: use in-kernel module for 2.6.25+ kernels

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11116 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd a macro to compare kernel patch versions and use it for crypto and watchdog chang...
nico [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)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11115 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoatheros: revert to kernel 2.6.23
matteo [Sun, 11 May 2008 20:01:01 +0000 (20:01 +0000)]
atheros: revert to kernel 2.6.23

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11114 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoatheros: USB support
matteo [Sun, 11 May 2008 19:43:00 +0000 (19:43 +0000)]
atheros: USB support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11113 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoifxmips is no longer b0rked
blogic [Sun, 11 May 2008 14:31:18 +0000 (14:31 +0000)]
ifxmips is no longer b0rked

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11111 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix up config for ifxmips uboot
blogic [Sun, 11 May 2008 14:30:41 +0000 (14:30 +0000)]
fix up config for ifxmips uboot

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11110 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix errors in ifxmips .25 bump
blogic [Sun, 11 May 2008 14:14:33 +0000 (14:14 +0000)]
fix errors in ifxmips .25 bump

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11109 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd u-boot sources for danube
blogic [Sun, 11 May 2008 14:13:15 +0000 (14:13 +0000)]
add u-boot sources for danube

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11108 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd a package for the badblocks utility (closes: #3404)
nico [Sun, 11 May 2008 10:33:34 +0000 (10:33 +0000)]
add a package for the badblocks utility (closes: #3404)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11107 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoFix a bug causing an infinite loop in getaddrinfo (closes: #3344)
nico [Sun, 11 May 2008 10:19:12 +0000 (10:19 +0000)]
Fix a bug causing an infinite loop in getaddrinfo (closes: #3344)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11106 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[x86] add missing config symbol
nico [Sat, 10 May 2008 23:14:57 +0000 (23:14 +0000)]
[x86] add missing config symbol

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11105 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofixes timer issues
blogic [Sat, 10 May 2008 00:20:36 +0000 (00:20 +0000)]
fixes timer issues

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11102 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix uboot not building
thepeople [Fri, 9 May 2008 19:07:16 +0000 (19:07 +0000)]
fix uboot not building

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11100 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoenable proper PCI & USB support detection at config-time by disabling CONFIG_PCI...
nico [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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11097 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[firmware-utils] mkzynfw: add definitions for the P-2602HW-D1A
juhosg [Fri, 9 May 2008 08:19:30 +0000 (08:19 +0000)]
[firmware-utils] mkzynfw: add definitions for the P-2602HW-D1A

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11096 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[firmware-utils] mkzynfw: fix NBG-318S definitions
juhosg [Fri, 9 May 2008 07:53:24 +0000 (07:53 +0000)]
[firmware-utils] mkzynfw: fix NBG-318S definitions

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11095 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix typos in [11073]
nico [Fri, 9 May 2008 07:16:15 +0000 (07:16 +0000)]
fix typos in [11073]

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11094 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd 'getgrgid' to uClibc site config, needed after glib2 update in [11088]
nico [Fri, 9 May 2008 06:59:08 +0000 (06:59 +0000)]
add 'getgrgid' to uClibc site config, needed after glib2 update in [11088]

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11093 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoremove dup iptables in default package set
nico [Thu, 8 May 2008 22:57:12 +0000 (22:57 +0000)]
remove dup iptables in default package set

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11091 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix file names
thepeople [Thu, 8 May 2008 20:01:45 +0000 (20:01 +0000)]
fix file names

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11083 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agochange image generation, no need for duplicate images
thepeople [Thu, 8 May 2008 19:37:06 +0000 (19:37 +0000)]
change image generation, no need for duplicate images

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11082 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix filename for image generation
thepeople [Thu, 8 May 2008 16:46:33 +0000 (16:46 +0000)]
fix filename for image generation

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11077 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix kernel config on kernel_menuconfig abort
nbd [Thu, 8 May 2008 15:52:55 +0000 (15:52 +0000)]
fix kernel config on kernel_menuconfig abort

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11076 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agocosmetic change: rename IPT_NAT_DEFAULT & IPT_NAT_EXTRA to IPT_NATHELPER & IPT_NATHEL...
nico [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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11073 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agopackage/kernel fixes:
nico [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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11072 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agobump ifxmips to 2.6.25.1
blogic [Thu, 8 May 2008 07:18:51 +0000 (07:18 +0000)]
bump ifxmips to 2.6.25.1

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11071 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoThis patch lets netconfig support the asus wl-500w. Signed-off-by: Ben Pfountz <netpr...
thepeople [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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11070 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoonly ignore dhcp but still listen for dns closes #3406
thepeople [Thu, 8 May 2008 00:01:58 +0000 (00:01 +0000)]
only ignore dhcp but still listen for dns closes #3406

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11062 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agobuld images for the Ubiquiti LiteStation and NanoStation ported from http://atheros...
thepeople [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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11061 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd a flag "IGNORE_ERRORS", which can be used to ignore build errors in packages
nbd [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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11059 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoremove the NETIF_F_HW_CSUM flag from the ar2313 ethernet driver as it seems to be...
nbd [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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11058 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[adm5120] Add leds support for the RB-150, thanks to Evangelos Arkalis
juhosg [Wed, 7 May 2008 07:04:27 +0000 (07:04 +0000)]
[adm5120] Add leds support for the RB-150, thanks to Evangelos Arkalis

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11057 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoupdate default ps3 kernel config-2.6.25
ymano [Mon, 5 May 2008 22:09:16 +0000 (22:09 +0000)]
update default ps3 kernel config-2.6.25

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11054 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd missing udevextras package option - edd_id
ymano [Mon, 5 May 2008 21:58:03 +0000 (21:58 +0000)]
add missing udevextras package option - edd_id

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11053 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd ps3-dump-bootloader to package install
ymano [Mon, 5 May 2008 21:49:24 +0000 (21:49 +0000)]
add ps3-dump-bootloader to package install

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11052 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[atheros] override CPU features to save ~125KB of kernel memory
juhosg [Mon, 5 May 2008 18:53:27 +0000 (18:53 +0000)]
[atheros] override CPU features to save ~125KB of kernel memory

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11050 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[atheros] fix size calculation of the radio_config
juhosg [Mon, 5 May 2008 17:31:36 +0000 (17:31 +0000)]
[atheros] fix size calculation of the radio_config

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11049 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoupdate etrax usb support - thanks Hinko Kocevar
blogic [Mon, 5 May 2008 16:12:31 +0000 (16:12 +0000)]
update etrax usb support - thanks Hinko Kocevar

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11048 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix lua compile configuration error
nbd [Sun, 4 May 2008 17:48:26 +0000 (17:48 +0000)]
fix lua compile configuration error

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11047 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agono unicode in C source, please
matteo [Sun, 4 May 2008 17:20:19 +0000 (17:20 +0000)]
no unicode in C source, please

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11046 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoar7: backport small fixes from linux-mips
matteo [Sun, 4 May 2008 17:05:26 +0000 (17:05 +0000)]
ar7: backport small fixes from linux-mips

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11045 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoset default atm-bridge payload to 'bridged' so we don't break old configs
matteo [Sun, 4 May 2008 14:17:03 +0000 (14:17 +0000)]
set default atm-bridge payload to 'bridged' so we don't break old configs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11044 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agobump x86 to 25.1
blogic [Sun, 4 May 2008 00:46:02 +0000 (00:46 +0000)]
bump x86 to 25.1

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11041 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoremove dependency on zd1211-firmware, since it was removed in [11022]
nico [Sat, 3 May 2008 23:24:12 +0000 (23:24 +0000)]
remove dependency on zd1211-firmware, since it was removed in [11022]

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11040 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd etrax usb driver
blogic [Sat, 3 May 2008 20:57:59 +0000 (20:57 +0000)]
add etrax usb driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11039 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agorevert borked commit
blogic [Sat, 3 May 2008 20:28:13 +0000 (20:28 +0000)]
revert borked commit

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11038 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agomake etrax serial driver register its device nodes, so we get a console
blogic [Sat, 3 May 2008 20:12:43 +0000 (20:12 +0000)]
make etrax serial driver register its device nodes, so we get a console

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11037 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoremove basefiles overlay for etrax
blogic [Sat, 3 May 2008 19:49:34 +0000 (19:49 +0000)]
remove basefiles overlay for etrax

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11036 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoimplement openwrt compliant flashmap
blogic [Sat, 3 May 2008 19:40:15 +0000 (19:40 +0000)]
implement openwrt compliant flashmap

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11035 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd support for the flash chip on the fox832
blogic [Sat, 3 May 2008 19:19:05 +0000 (19:19 +0000)]
add support for the flash chip on the fox832

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11034 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoar7: add support for bridged ATM in network setup
matteo [Sat, 3 May 2008 18:28:46 +0000 (18:28 +0000)]
ar7: add support for bridged ATM in network setup

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11033 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoar7: enable ethernet driver and use the 2.6.25.1 kernel
matteo [Sat, 3 May 2008 17:56:02 +0000 (17:56 +0000)]
ar7: enable ethernet driver and use the 2.6.25.1 kernel

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11032 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agobump etrax to .25.1
blogic [Sat, 3 May 2008 17:38:13 +0000 (17:38 +0000)]
bump etrax to .25.1

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11031 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoupgrade to uci 0.3.4 - extends lua bindings and fixes a bug that rejected "-" in...
nbd [Sat, 3 May 2008 17:08:39 +0000 (17:08 +0000)]
upgrade to uci 0.3.4 - extends lua bindings and fixes a bug that rejected "-" in uci package names

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11030 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix etrax patches
blogic [Sat, 3 May 2008 16:19:10 +0000 (16:19 +0000)]
fix etrax patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11029 3c298f89-4303-0410-b956-a3cf2f4a3e73