summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Backport arm ppoll()/pselect6() etc. implementation from linux-next@36984265a3noz2009-09-121-0/+354
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17573 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: add /etc/rc.local to the default save file listjow2009-09-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17572 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: introduce a ready-to-use /etc/rc.local to let users ↵jow2009-09-113-1/+10
| | | | | | run custom commands on init without creating custom init scripts git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17571 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: wrong image_cmdline patches has been sent by accidentaly, replace themjuhosg2009-09-114-124/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update to 2.6.27.33florian2009-09-113-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17569 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add missing symbols to the 2.6.31 configjuhosg2009-09-101-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17568 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: get rid of the simple_prom_emulator, it is not really usefuljuhosg2009-09-1031-254/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17567 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: rewrite prom code (based on a patch by Jeff Hansen)juhosg2009-09-104-70/+117
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17566 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rb532: use the generic image_cmdline hackjuhosg2009-09-102-18/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17565 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adm5120: use the generic image_cmdline hackjuhosg2009-09-105-35/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17564 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add generic image_cmdline hack to MIPS targetsjuhosg2009-09-1033-24/+285
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17563 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cosmetic] add comments & fix descriptions in toolchain config itemsnico2009-09-103-4/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17561 3c298f89-4303-0410-b956-a3cf2f4a3e73
* prepare for upcoming external toolchain support: move config items not ↵nico2009-09-102-34/+39
| | | | | | strictly toolchain related out of the toolchain submenu git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17560 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: refresh patchesjuhosg2009-09-106-11/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17559 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add md5sum for 2.6.31 final, and refresh 2.6.31 patchesjuhosg2009-09-104-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17558 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: refresh 2.6.30 patchesjuhosg2009-09-102-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17557 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] bump some revisions and update copyrightsagb2009-09-109-20/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17554 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic-2.4] refresh patchesagb2009-09-1023-184/+139
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17553 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic-2.4] remove nat pptp conntracking patchagb2009-09-105-2563/+125
| | | | | | | | | | | | | | | Patch 603-netfilter_nat_pptp.patch appears to be the cause of the longstanding brcm-2.4 dnat off-by-one port forwarding bug. Months of testing builds with this patch removed have not been able to reproduce the issue. The 603 patch is rather large and we (the OpenWrt developers) have not been able to isolate the cause of the bug within the patch. The number of people have actually use pptp nat conntracking is far less than number of people that use port forwarding and as a result we must drop this patch to ensure proper behavior for the majority of users. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17552 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic-2.4] patches/607-netfilter_connmark: fix typoagb2009-09-101-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17551 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix wrong description for CONFIG_SSPnico2009-09-091-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17550 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update to 2.6.30.6, compile tested on some targets onlyflorian2009-09-0923-24/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17549 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update to 2.6.27.32florian2009-09-093-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17548 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: replace an implicit memcpy with an explicit one (cosmetic fix)nbd2009-09-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17546 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix several noderef and ibss merge issues that led to memory leaks ↵nbd2009-09-0921-117/+165
| | | | | | and high system load git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17545 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert "fix nonhotpluggable networks not being brought up. Closes #2781" ↵nbd2009-09-093-17/+0
| | | | | | (r17527) until we've solved the race conditions it creates git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17544 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add preliminary support for the RB-411U (thanks to Feher Zoltan for ↵juhosg2009-09-083-0/+21
| | | | | | testing) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17543 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] prevent gpio-buttons registration failureflorian2009-09-081-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17542 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211: add menuconfig option for enabling debug support via debugfsjuhosg2009-09-084-83/+115
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17541 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add menuconfig option for enabling debugfs support in the kerneljuhosg2009-09-082-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17540 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: the adm6996 phy driver does not work with the RouterStation, disable ↵juhosg2009-09-083-3/+0
| | | | | | it until we find a better solution git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17539 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix typos against the gpio buttons driver (#5804)florian2009-09-071-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17538 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firmware-utils: raise the default trx image size limit for something more ↵nbd2009-09-071-1/+1
| | | | | | appropriate for devices with 8M flash git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17537 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm47xx: Fix EHCI/OHCI dependenciesmb2009-09-061-4/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17536 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm47xx: Fix EHCI/OHCI dependenciesmb2009-09-061-4/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17535 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix merge errormb2009-09-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17534 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm47xx: Port usb fixes to .30mb2009-09-064-57/+117
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do not forcibly disable stripping when selecting CONFIG_DEBUG, debugging ↵nbd2009-09-061-2/+0
| | | | | | symbols can be useful even if they are not put on the device (e.g. remote cross-gdb) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17532 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm47xx: Apply bcm5354 USB fixmb2009-09-061-0/+63
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17531 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm47xx: Clean up USB patchesmb2009-09-063-56/+53
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17530 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move ppp ifname fixup from pppoe.sh to ppp.sh, so that it applies to all ↵nbd2009-09-062-5/+6
| | | | | | other ppp based protocols as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17529 3c298f89-4303-0410-b956-a3cf2f4a3e73
* now that $(BOARD) is part of the opkg ARCH, there's no reason to keep the ↵nbd2009-09-062-3/+3
| | | | | | board name around in kmod-* package versions anymore git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17528 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix nonhotpluggable networks not being brought up. Closes #2781thepeople2009-09-063-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17527 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add infrastructure to register gpio-input reset buttonflorian2009-09-063-1/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17526 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uml] fix build failures with bash4florian2009-09-061-0/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17525 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uml] fix some section warningsflorian2009-09-061-0/+47
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17524 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix jffs2 eof marker search in mtd (patch by Daniel Dickinson)nbd2009-09-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17522 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove an empty patch file (thx, xiangfu)nbd2009-09-051-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17521 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use WPS led for diagnostic on WRT160NLjuhosg2009-09-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17518 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/base-files: set state to 'preinit' before preinit.arch is used, and ↵juhosg2009-09-052-3/+4
| | | | | | set state to 'failsafe' when entering failsafe mode git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17517 3c298f89-4303-0410-b956-a3cf2f4a3e73