openwrt.git
14 years ago[docs] add a short note on how to use OpenWrt for daily work, covering the use of...
florian [Sun, 28 Jun 2009 16:05:35 +0000 (16:05 +0000)]
[docs] add a short note on how to use OpenWrt for daily work, covering the use of quilt inside of OpenWrt, updating kernel, packages and patches

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

14 years ago[kernel] turn off the Algorithmics FPU emulator by default now that we have software...
florian [Sun, 28 Jun 2009 15:50:59 +0000 (15:50 +0000)]
[kernel] turn off the Algorithmics FPU emulator by default now that we have software floating point enabled in the toolchain, please recompile your toolchains and kernels

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

14 years ago[toolchain] enable software floating point emulation by default for mips and mipsel...
florian [Sun, 28 Jun 2009 15:49:46 +0000 (15:49 +0000)]
[toolchain] enable software floating point emulation by default for mips and mipsel targets

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

14 years ago[kernel] include arpfilter and arp_mangle in the kmod-arptables modules (#5410)
florian [Sun, 28 Jun 2009 06:18:22 +0000 (06:18 +0000)]
[kernel] include arpfilter and arp_mangle in the kmod-arptables modules (#5410)

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

14 years ago[brcm63xx] off-by-one gpio numbers for bcm6338
florian [Sun, 28 Jun 2009 04:23:11 +0000 (04:23 +0000)]
[brcm63xx] off-by-one gpio numbers for bcm6338

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

14 years ago[package] hostapd: Remove deprecated 'debug' configuration variable
acinonyx [Sat, 27 Jun 2009 22:14:21 +0000 (22:14 +0000)]
[package] hostapd: Remove deprecated 'debug' configuration variable

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

14 years ago[brcm63xx] bcm6338 can support PCI since it has MPI
florian [Sat, 27 Jun 2009 21:43:55 +0000 (21:43 +0000)]
[brcm63xx] bcm6338 can support PCI since it has MPI

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

14 years ago[brcm63xx] more fixes for bcm6338, no need not to prevent reads from MPI registers...
florian [Sat, 27 Jun 2009 20:32:43 +0000 (20:32 +0000)]
[brcm63xx] more fixes for bcm6338, no need not to prevent reads from MPI registers now that we have it defined correctly

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

14 years ago[ar71xx] use enum for the machine type
juhosg [Sat, 27 Jun 2009 20:20:05 +0000 (20:20 +0000)]
[ar71xx] use enum for the machine type

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

14 years ago[brcm63xx] fix the flash address comment and register the flash device again with...
florian [Sat, 27 Jun 2009 18:58:00 +0000 (18:58 +0000)]
[brcm63xx] fix the flash address comment and register the flash device again with its proper physical address on 6338/6345

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

14 years ago[brcm63xx] fix a stupid typo preventing the board from being detected
florian [Sat, 27 Jun 2009 18:30:45 +0000 (18:30 +0000)]
[brcm63xx] fix a stupid typo preventing the board from being detected

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

14 years ago[brcm63xx] prevent bcm6338 and bcm6345 from crashing very early
florian [Sat, 27 Jun 2009 18:23:58 +0000 (18:23 +0000)]
[brcm63xx] prevent bcm6338 and bcm6345 from crashing very early

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

14 years ago[ar71xx] add AR913x specific GPIO function bit definitions
juhosg [Sat, 27 Jun 2009 16:57:45 +0000 (16:57 +0000)]
[ar71xx] add AR913x specific GPIO function bit definitions

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

14 years ago[brcm63xx] only register fallback sprom and enable PCI if we actually have support...
florian [Sat, 27 Jun 2009 16:17:18 +0000 (16:17 +0000)]
[brcm63xx] only register fallback sprom and enable PCI if we actually have support for PCI

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

14 years ago[brcm63xx] do not bloat the kernel with experimental bcm6345 for now
florian [Sat, 27 Jun 2009 15:52:03 +0000 (15:52 +0000)]
[brcm63xx] do not bloat the kernel with experimental bcm6345 for now

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

14 years ago[brcm63xx] more missing register definitions for bcm6338
florian [Sat, 27 Jun 2009 15:51:27 +0000 (15:51 +0000)]
[brcm63xx] more missing register definitions for bcm6338

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

14 years ago[package] fix ksymoops architecture dependencies
florian [Fri, 26 Jun 2009 21:38:27 +0000 (21:38 +0000)]
[package] fix ksymoops architecture dependencies

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

14 years ago[package] add a cross-version of ksymoops
florian [Fri, 26 Jun 2009 21:35:39 +0000 (21:35 +0000)]
[package] add a cross-version of ksymoops

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

14 years ago[brcm63xx] more bcm6338 and bcm6345 related fixes
florian [Fri, 26 Jun 2009 12:34:35 +0000 (12:34 +0000)]
[brcm63xx] more bcm6338 and bcm6345 related fixes

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

14 years ago[brcm63xx] define bcm6338 SDRAM base register and make sure that the right CPU id...
florian [Fri, 26 Jun 2009 11:08:12 +0000 (11:08 +0000)]
[brcm63xx] define bcm6338 SDRAM base register and make sure that the right CPU id will be used to detect a bcm6338

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

14 years ago[brcm63xx] generate images for the bcm6338w
florian [Fri, 26 Jun 2009 10:27:37 +0000 (10:27 +0000)]
[brcm63xx] generate images for the bcm6338w

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

14 years ago[brcm63xx] add board definitions for the bcm6338w
florian [Fri, 26 Jun 2009 10:27:13 +0000 (10:27 +0000)]
[brcm63xx] add board definitions for the bcm6338w

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

14 years ago[packages] mac80211: add more ath9k patches
juhosg [Thu, 25 Jun 2009 19:45:51 +0000 (19:45 +0000)]
[packages] mac80211: add more ath9k patches

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

14 years ago[mac80211] Update compat-wireless to 2009-06-25
hauke [Thu, 25 Jun 2009 17:28:36 +0000 (17:28 +0000)]
[mac80211] Update compat-wireless to 2009-06-25

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

14 years ago[ar71xx] don't use the CRC header in the kernel partition on the WP543 board, so...
juhosg [Thu, 25 Jun 2009 13:48:21 +0000 (13:48 +0000)]
[ar71xx] don't use the CRC header in the kernel partition on the WP543 board, so the kernel can be flashed directly from OpenWrt

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

14 years ago[adm5120] show SoC parameters in /proc/cpuinfo
juhosg [Thu, 25 Jun 2009 13:28:09 +0000 (13:28 +0000)]
[adm5120] show SoC parameters in /proc/cpuinfo

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

14 years ago[adm5120] build firmware image for the 5GXi board
juhosg [Thu, 25 Jun 2009 09:45:24 +0000 (09:45 +0000)]
[adm5120] build firmware image for the 5GXi board

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

14 years ago[tools] firmware-utils: add a tool to compute crc value for the 5gxi firmware
juhosg [Thu, 25 Jun 2009 09:41:06 +0000 (09:41 +0000)]
[tools] firmware-utils: add a tool to compute crc value for the 5gxi firmware

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

14 years ago[tools] firmware-utils/mkcsysimg: minor bugfix
juhosg [Thu, 25 Jun 2009 09:39:30 +0000 (09:39 +0000)]
[tools] firmware-utils/mkcsysimg: minor bugfix

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

14 years ago[adm5120] add support for the OSBRiDGE 5GXi/5XLi (thanks to Mattia Aracne for the...
juhosg [Thu, 25 Jun 2009 08:46:13 +0000 (08:46 +0000)]
[adm5120] add support for the OSBRiDGE 5GXi/5XLi (thanks to Mattia Aracne for the board)

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

14 years ago[tools] firmware-utils/mkcsysimg: add signature for the 5GXi board
juhosg [Wed, 24 Jun 2009 16:44:30 +0000 (16:44 +0000)]
[tools] firmware-utils/mkcsysimg: add signature for the 5GXi board

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

14 years ago[tools] firmware-utils: add a file {en,de}cryption tool, based on the PC1 encryption...
juhosg [Wed, 24 Jun 2009 16:35:38 +0000 (16:35 +0000)]
[tools] firmware-utils: add a file {en,de}cryption tool, based on the PC1 encryption algrithm

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

14 years ago[coldfire] generate an uImage binary for now
kaloz [Tue, 23 Jun 2009 21:06:05 +0000 (21:06 +0000)]
[coldfire] generate an uImage binary for now

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

14 years ago[coldfire] use the proper serial device, change memory layout
kaloz [Tue, 23 Jun 2009 21:05:30 +0000 (21:05 +0000)]
[coldfire] use the proper serial device, change memory layout

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

14 years agouse broken-out patches for the coldfire to make it easier to follow differences again...
kaloz [Tue, 23 Jun 2009 21:04:37 +0000 (21:04 +0000)]
use broken-out patches for the coldfire to make it easier to follow differences against the bsp

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

14 years ago[adm5120] nuke obsolete kernel include dir
juhosg [Tue, 23 Jun 2009 19:58:50 +0000 (19:58 +0000)]
[adm5120] nuke obsolete kernel include dir

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

14 years ago2.6.28 and 2.6.30 support is enough on ixp4xx
kaloz [Tue, 23 Jun 2009 13:38:43 +0000 (13:38 +0000)]
2.6.28 and 2.6.30 support is enough on ixp4xx

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

14 years agowe don't support 2.6.26 for a long time now
kaloz [Tue, 23 Jun 2009 13:29:23 +0000 (13:29 +0000)]
we don't support 2.6.26 for a long time now

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

14 years agoremove empty directories
kaloz [Tue, 23 Jun 2009 13:27:42 +0000 (13:27 +0000)]
remove empty directories

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

14 years agocoldfire compile error fix
kaloz [Tue, 23 Jun 2009 13:09:27 +0000 (13:09 +0000)]
coldfire compile error fix

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

14 years agoadd missing patch from the uclibc buildroot
kaloz [Tue, 23 Jun 2009 13:08:21 +0000 (13:08 +0000)]
add missing patch from the uclibc buildroot

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

14 years agoadd preliminary coldfire v4e support
kaloz [Sun, 21 Jun 2009 18:34:07 +0000 (18:34 +0000)]
add preliminary coldfire v4e support

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

14 years agorefresh 2.6.25 patches
kaloz [Sun, 21 Jun 2009 18:32:07 +0000 (18:32 +0000)]
refresh 2.6.25 patches

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

14 years ago[package] mac80211/ath5k: add workaround for the AR71xx PCI bug
juhosg [Sun, 21 Jun 2009 14:38:15 +0000 (14:38 +0000)]
[package] mac80211/ath5k: add workaround for the AR71xx PCI bug

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

14 years ago[amazon] Add ADM6996 switch driver
hauke [Sat, 20 Jun 2009 18:44:24 +0000 (18:44 +0000)]
[amazon] Add ADM6996 switch driver

This fixes #5314
Thanks to Michael Richter

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

14 years ago[etrax] update zImage location
agb [Sat, 20 Jun 2009 06:52:24 +0000 (06:52 +0000)]
[etrax] update zImage location

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

14 years ago[kernel] ensure ledtrig-netdev will compile even if CONFIG_COMPAT_NET_DEV_OPS is...
florian [Fri, 19 Jun 2009 13:12:00 +0000 (13:12 +0000)]
[kernel] ensure ledtrig-netdev will compile even if CONFIG_COMPAT_NET_DEV_OPS is unset

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

14 years ago[sdk] now that we support multiple libc, include the gcc version, libc type and libc...
florian [Thu, 18 Jun 2009 15:34:37 +0000 (15:34 +0000)]
[sdk] now that we support multiple libc, include the gcc version, libc type and libc version in the SDK filename

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

14 years ago[sdk] do not copy all the staging_dir/ directories, only the right toolchain and...
florian [Thu, 18 Jun 2009 15:32:37 +0000 (15:32 +0000)]
[sdk] do not copy all the staging_dir/ directories, only the right toolchain and target directories

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

14 years ago[brcm63xx] add imagetag support for BT Voyager 2500V, patch from Daniel Dickinson...
florian [Thu, 18 Jun 2009 15:00:32 +0000 (15:00 +0000)]
[brcm63xx] add imagetag support for BT Voyager 2500V, patch from Daniel Dickinson (#5364)

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

14 years agochange sysctl.conf to disable tcp ecn by default (based on discussion with marek...
nbd [Wed, 17 Jun 2009 21:57:07 +0000 (21:57 +0000)]
change sysctl.conf to disable tcp ecn by default (based on discussion with marek who stumbled upon this, it creates hard-to-debug connectivity issues with providers/servers that still use buggy equipment)

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

14 years ago[package] wireless-tools: fix a bug in iwconfig power command
juhosg [Wed, 17 Jun 2009 14:42:24 +0000 (14:42 +0000)]
[package] wireless-tools: fix a bug in iwconfig power command

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

14 years ago[brcm63xx] generate experimental images for bcm6338 boards, thanks to Daniel Dickinson
florian [Wed, 17 Jun 2009 13:16:59 +0000 (13:16 +0000)]
[brcm63xx] generate experimental images for bcm6338 boards, thanks to Daniel Dickinson

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

14 years ago[package] sysupgrade: sync *before* mtd write, only fallback to sysrq-trigger if...
jow [Wed, 17 Jun 2009 11:09:10 +0000 (11:09 +0000)]
[package] sysupgrade: sync *before* mtd write, only fallback to sysrq-trigger if standard reboot fails

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

14 years agoadd missing initramfs symbols to the generic 2.6.30 config
kaloz [Wed, 17 Jun 2009 09:57:30 +0000 (09:57 +0000)]
add missing initramfs symbols to the generic 2.6.30 config

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

14 years ago[kernel] use 2.6.27.5
florian [Wed, 17 Jun 2009 08:46:47 +0000 (08:46 +0000)]
[kernel] use 2.6.27.5

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

14 years ago[rdc] backport some mainline fixes, refresh mtd driver
florian [Tue, 16 Jun 2009 22:01:24 +0000 (22:01 +0000)]
[rdc] backport some mainline fixes, refresh mtd driver

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

14 years ago[octeon] add nb5 specific fixups (#5355)
florian [Tue, 16 Jun 2009 13:45:32 +0000 (13:45 +0000)]
[octeon] add nb5 specific fixups (#5355)

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

14 years agofix up the second minipci slot in the wndap330, too
kaloz [Mon, 15 Jun 2009 21:40:35 +0000 (21:40 +0000)]
fix up the second minipci slot in the wndap330, too

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

14 years agouse the same i/o schedulers for all targets
kaloz [Mon, 15 Jun 2009 20:43:02 +0000 (20:43 +0000)]
use the same i/o schedulers for all targets

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

14 years agoadd a temporary patch to make the wndap330's ethernet work
kaloz [Mon, 15 Jun 2009 20:08:22 +0000 (20:08 +0000)]
add a temporary patch to make the wndap330's ethernet work

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

14 years agorefresh patches
kaloz [Mon, 15 Jun 2009 20:07:19 +0000 (20:07 +0000)]
refresh patches

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

14 years ago[octeon] add a more basic generic profile
kaloz [Mon, 15 Jun 2009 20:07:01 +0000 (20:07 +0000)]
[octeon] add a more basic generic profile

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

14 years agowe need CONFIG_NET_SCHED for 802.11n
kaloz [Mon, 15 Jun 2009 19:43:05 +0000 (19:43 +0000)]
we need CONFIG_NET_SCHED for 802.11n

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

14 years ago[package] fix unaligned accesses in b43/xmit.c (#5169)
florian [Mon, 15 Jun 2009 14:34:54 +0000 (14:34 +0000)]
[package] fix unaligned accesses in b43/xmit.c (#5169)

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

14 years agoIKCONFIG shouldn't be enabled by default
kaloz [Mon, 15 Jun 2009 07:45:06 +0000 (07:45 +0000)]
IKCONFIG shouldn't be enabled by default

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

14 years agodon't override CONFIG_NEW_LEDS in target configs
kaloz [Mon, 15 Jun 2009 07:41:58 +0000 (07:41 +0000)]
don't override CONFIG_NEW_LEDS in target configs

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

14 years agorfkill config cleanup
kaloz [Mon, 15 Jun 2009 07:13:00 +0000 (07:13 +0000)]
rfkill config cleanup

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

14 years agosibyte cleanups
kaloz [Mon, 15 Jun 2009 07:11:22 +0000 (07:11 +0000)]
sibyte cleanups

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

14 years agoforgot to commit the change for covalt, too
kaloz [Mon, 15 Jun 2009 06:48:10 +0000 (06:48 +0000)]
forgot to commit the change for covalt, too

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

14 years agoCONFIG_LOCALVERSION_AUTO isn't something we want on OpenWrt
kaloz [Mon, 15 Jun 2009 06:47:09 +0000 (06:47 +0000)]
CONFIG_LOCALVERSION_AUTO isn't something we want on OpenWrt

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

14 years agoresync kernel config
kaloz [Mon, 15 Jun 2009 06:43:49 +0000 (06:43 +0000)]
resync kernel config

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

14 years agogoldfish: add missing kernel config options for power management
nbd [Mon, 15 Jun 2009 00:08:25 +0000 (00:08 +0000)]
goldfish: add missing kernel config options for power management

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

14 years agogoldfish: fix clocksource api mismatch
nbd [Mon, 15 Jun 2009 00:08:20 +0000 (00:08 +0000)]
goldfish: fix clocksource api mismatch

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

14 years ago2.6.30: add another export for the binder module
nbd [Sun, 14 Jun 2009 23:18:23 +0000 (23:18 +0000)]
2.6.30: add another export for the binder module

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

14 years agoinclude a skin for the goldfish emulator
nbd [Sun, 14 Jun 2009 21:17:50 +0000 (21:17 +0000)]
include a skin for the goldfish emulator

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

14 years agoadd the 'goldfish' target, useful for experimenting with virtual phone hardware ...
nbd [Sun, 14 Jun 2009 20:42:33 +0000 (20:42 +0000)]
add the 'goldfish' target, useful for experimenting with virtual phone hardware (includes the emulator)

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

14 years agofirmware-utils: add a small utility for generating nand flash images with ecc info
nbd [Sun, 14 Jun 2009 20:42:28 +0000 (20:42 +0000)]
firmware-utils: add a small utility for generating nand flash images with ecc info

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

14 years agoadd ubinize to the mtd-utils build
nbd [Sun, 14 Jun 2009 20:42:23 +0000 (20:42 +0000)]
add ubinize to the mtd-utils build

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

14 years agoadd missing function declaration for extra vm exports
nbd [Sun, 14 Jun 2009 20:42:18 +0000 (20:42 +0000)]
add missing function declaration for extra vm exports

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

14 years agoupgrade to a more recent version of mtd-utils - preparation for adding UBI support
nbd [Sun, 14 Jun 2009 20:42:12 +0000 (20:42 +0000)]
upgrade to a more recent version of mtd-utils - preparation for adding UBI support

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

14 years ago[fuse24] remove empty patch forgotten in r16447
hauke [Sun, 14 Jun 2009 11:43:01 +0000 (11:43 +0000)]
[fuse24] remove empty patch forgotten in r16447

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

14 years ago[ar71xx] setup mac address on the WNR2000
juhosg [Sun, 14 Jun 2009 11:38:26 +0000 (11:38 +0000)]
[ar71xx] setup mac address on the WNR2000

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

14 years ago[brcm-2.4] Update kernel to 2.4.37.2
hauke [Sun, 14 Jun 2009 11:37:28 +0000 (11:37 +0000)]
[brcm-2.4] Update kernel to 2.4.37.2

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

14 years ago[brcm-2.4] This patch adds some vital exports for fuse24 to the kernel. (forgotten...
hauke [Sun, 14 Jun 2009 11:36:58 +0000 (11:36 +0000)]
[brcm-2.4] This patch adds some vital exports for fuse24 to the kernel. (forgotten in  #5186)
Closes #5333

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

14 years ago[fuse24] Some fixes for fuse24.
hauke [Sun, 14 Jun 2009 11:36:19 +0000 (11:36 +0000)]
[fuse24] Some fixes for fuse24.

Because sshfs expects character device to be /dev/fuse instead of /dev/misc/fuse, sshfs fails.
This patch creates fuse device at /dev/fuse instead, also for compatibility the postinstall script (only executed when manually installed per opkg) creates /dev/misc/fuse
added the dcache enabled kernel message to fuse24

Closes #5333

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

14 years ago[ar71xx] refresh 2.6.30 patches
juhosg [Sun, 14 Jun 2009 11:29:41 +0000 (11:29 +0000)]
[ar71xx] refresh 2.6.30 patches

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

14 years ago[brcm47xx] refresh patches
hauke [Sun, 14 Jun 2009 09:45:59 +0000 (09:45 +0000)]
[brcm47xx] refresh patches

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

14 years ago[kernel] refresh patches
hauke [Sun, 14 Jun 2009 09:45:26 +0000 (09:45 +0000)]
[kernel] refresh patches

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

14 years agoD-Link DIR-320 support (broadcom-diag)
hauke [Sun, 14 Jun 2009 09:39:43 +0000 (09:39 +0000)]
D-Link DIR-320 support (broadcom-diag)

This patch adds D-Link DIR-320 support to broadcom-diag.

"reserved" button is the button on the right side of the router without
any title. I'm not sure if I've selected right name.

Signed-off-by: Leonid Evdokimov <leon@darkk.net.ru>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16443 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar8216: add delay for page switching to work around register setting corruption....
nbd [Sun, 14 Jun 2009 03:32:01 +0000 (03:32 +0000)]
ar8216: add delay for page switching to work around register setting corruption. use packet mangling to fix up the vlan for incoming packets (workaround for hardware bug, which renders normal 802.1q support unusable)

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

14 years ago[brcm47xx] Port to kernel 2.6.30.
hauke [Sat, 13 Jun 2009 21:20:53 +0000 (21:20 +0000)]
[brcm47xx] Port to kernel 2.6.30.

There is an error in the unlzma system in the kernel.
A lzma compressed squashfs filesystem does not work for me.
This should compile and works for me on my Asus WL-500GP, please test it on more systems.

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

14 years ago[brcm47xx] include ubsec_ssb in the WGT634U profile
florian [Sat, 13 Jun 2009 20:38:24 +0000 (20:38 +0000)]
[brcm47xx] include ubsec_ssb in the WGT634U profile

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

14 years ago[kernel] also apply gcc4.4.0 specific patches to 2.6.27 (#5318)
florian [Sat, 13 Jun 2009 20:36:48 +0000 (20:36 +0000)]
[kernel] also apply gcc4.4.0 specific patches to 2.6.27 (#5318)

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

14 years ago[packages] Various Makefile cleanup.
hauke [Sat, 13 Jun 2009 16:47:22 +0000 (16:47 +0000)]
[packages] Various Makefile cleanup.

Thanks to swalker.

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

14 years ago[dnsmasq] Update to version 2.49
hauke [Sat, 13 Jun 2009 16:46:42 +0000 (16:46 +0000)]
[dnsmasq] Update to version 2.49
Fixes #5331 and #5286

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

14 years ago[package] recognize WAP54Gv2 and assigne LED and GPIOs (#5335)
florian [Sat, 13 Jun 2009 15:56:21 +0000 (15:56 +0000)]
[package] recognize WAP54Gv2 and assigne LED and GPIOs (#5335)

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

14 years agoudhcpc: add cidr routes support (patch from #5299)
nbd [Sat, 13 Jun 2009 14:42:47 +0000 (14:42 +0000)]
udhcpc: add cidr routes support (patch from #5299)

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

14 years agowprobe: add missing include statement (patch from #5325)
nbd [Sat, 13 Jun 2009 14:34:21 +0000 (14:34 +0000)]
wprobe: add missing include statement (patch from #5325)

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

14 years ago[rdc] include linux/magic.h instead of hardcoding the squashfs magic number
florian [Fri, 12 Jun 2009 14:58:08 +0000 (14:58 +0000)]
[rdc] include linux/magic.h instead of hardcoding the squashfs magic number

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

This page took 0.070185 seconds and 4 git commands to generate.