summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* IKCONFIG shouldn't be enabled by defaultkaloz2009-06-157-13/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16473 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't override CONFIG_NEW_LEDS in target configskaloz2009-06-154-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16472 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rfkill config cleanupkaloz2009-06-1512-20/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16471 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sibyte cleanupskaloz2009-06-157-10/+1150
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16470 3c298f89-4303-0410-b956-a3cf2f4a3e73
* forgot to commit the change for covalt, tookaloz2009-06-151-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16469 3c298f89-4303-0410-b956-a3cf2f4a3e73
* CONFIG_LOCALVERSION_AUTO isn't something we want on OpenWrtkaloz2009-06-154-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16468 3c298f89-4303-0410-b956-a3cf2f4a3e73
* resync kernel configkaloz2009-06-151-49/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16467 3c298f89-4303-0410-b956-a3cf2f4a3e73
* goldfish: add missing kernel config options for power managementnbd2009-06-151-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16466 3c298f89-4303-0410-b956-a3cf2f4a3e73
* goldfish: fix clocksource api mismatchnbd2009-06-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 2.6.30: add another export for the binder modulenbd2009-06-141-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* include a skin for the goldfish emulatornbd2009-06-1420-1/+382
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16460 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add the 'goldfish' target, useful for experimenting with virtual phone ↵nbd2009-06-1457-0/+16670
| | | | | | hardware (includes the emulator) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16459 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firmware-utils: add a small utility for generating nand flash images with ↵nbd2009-06-142-0/+205
| | | | | | ecc info git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16458 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add ubinize to the mtd-utils buildnbd2009-06-142-31/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16457 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing function declaration for extra vm exportsnbd2009-06-141-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16456 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to a more recent version of mtd-utils - preparation for adding UBI ↵nbd2009-06-145-89/+121
| | | | | | support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16455 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [fuse24] remove empty patch forgotten in r16447hauke2009-06-141-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16451 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] setup mac address on the WNR2000juhosg2009-06-141-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16450 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] Update kernel to 2.4.37.2hauke2009-06-141-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16449 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] This patch adds some vital exports for fuse24 to the kernel. ↵hauke2009-06-141-0/+30
| | | | | | | | | (forgotten in #5186) Closes #5333 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16448 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [fuse24] Some fixes for fuse24.hauke2009-06-146-43/+32
| | | | | | | | | | | 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
* [ar71xx] refresh 2.6.30 patchesjuhosg2009-06-142-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16446 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] refresh patcheshauke2009-06-145-47/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16445 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] refresh patcheshauke2009-06-147-25/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16444 3c298f89-4303-0410-b956-a3cf2f4a3e73
* D-Link DIR-320 support (broadcom-diag)hauke2009-06-141-0/+19
| | | | | | | | | | | | 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
* ar8216: add delay for page switching to work around register setting ↵nbd2009-06-142-5/+123
| | | | | | 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
* [brcm47xx] Port to kernel 2.6.30.hauke2009-06-1330-0/+2910
| | | | | | | | | 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
* [brcm47xx] include ubsec_ssb in the WGT634U profileflorian2009-06-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16440 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] also apply gcc4.4.0 specific patches to 2.6.27 (#5318)florian2009-06-132-0/+334
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages] Various Makefile cleanup.hauke2009-06-139-16/+5
| | | | | | | Thanks to swalker. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16437 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [dnsmasq] Update to version 2.49hauke2009-06-134-26/+10
| | | | | | | Fixes #5331 and #5286 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16436 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] recognize WAP54Gv2 and assigne LED and GPIOs (#5335)florian2009-06-131-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16434 3c298f89-4303-0410-b956-a3cf2f4a3e73
* udhcpc: add cidr routes support (patch from #5299)nbd2009-06-132-0/+92
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16433 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wprobe: add missing include statement (patch from #5325)nbd2009-06-131-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16432 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] include linux/magic.h instead of hardcoding the squashfs magic numberflorian2009-06-121-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16426 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Removed delay.h update from 001-handle_removal_h_constraint.patchhcg2009-06-111-18/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16423 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: disable compression by default, as it can cause instabilities on ↵nbd2009-06-111-2/+2
| | | | | | various platforms (thx, acoul) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16421 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] refresh generic patchesflorian2009-06-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Bump 2.6.30 kernel version to finalhcg2009-06-118-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add 2.6.30 finalhcg2009-06-111-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16418 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] move definition of ar91xx_flash_platform_data into a separate ↵juhosg2009-06-114-13/+28
| | | | | | header file (closes #5321) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] fix ssb irq setup, allows ubsec_ssb devices on Asus WL500GP and ↵florian2009-06-111-0/+185
| | | | | | Netgear WGT634U to work, no side effects noticed on other devices git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] flush more register writingsjuhosg2009-06-111-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16415 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] add patches to workaround dcache realted fuse problems (#5186)jow2009-06-112-0/+116
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fuse24: introduce fuse package for brcm-2.4 (#5186)jow2009-06-116-0/+275
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16411 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fuse: update to v2.7.4 (#5186)jow2009-06-111-21/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16410 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [feeds] switch to LuCI 0.9.x branchjow2009-06-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16409 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: Add support for bzipped images in sysupgradeacinonyx2009-06-101-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16408 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: Detect and decompressed gzipped images automatically ↵acinonyx2009-06-102-11/+15
| | | | | | when flashing with sysupgrade git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16407 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] move files-2.6.28 to filesflorian2009-06-103-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16406 3c298f89-4303-0410-b956-a3cf2f4a3e73