summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git://nbd.name/openwrtflorian2010-10-191-0/+41
| | | | | | | | Conflicts: package/opkg/patches/009-remove-upgrade-all.patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23532 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: honour option auto in atm hotplugjow2010-10-191-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23531 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp:jow2010-10-192-5/+7
| | | | | | | | | | - implement coldplugging for pppoa interfaces - honour device option to select the DSL adapter - don't set any default mtu, rely on pppd to negotiate it - bump pkg revision git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23530 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4:jow2010-10-192-5/+18
| | | | | | | | | - add log entries for update operations - always update tunnel, even if wan ip is unchanged - use multiple wget tries before giving up, resolv.conf might not be ready when ifup is triggered git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23528 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix typomb2010-10-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23524 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] netfilter: workaround a userspace/kernel mismatch on Linux 2.6.35 ↵jow2010-10-181-1/+6
| | | | | | and later git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23521 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix platform_devices registrationflorian2010-10-181-6/+6
| | | | | | Signed-off-by: Tanguy Bouzéloc <tanguy.bouzeloc@efixo.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23517 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] Add support for cores with slow WDT clock (bcm5354)florian2010-10-183-0/+267
| | | | | | Signed-off-by: Aleksandar Radovanovic <biblbroks@sezampro.rs> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23516 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] make ModuleAutoLoad more readableflorian2010-10-181-6/+10
| | | | | | | | | | | | | | When doing a build with tracing on, the expansion of ModuleAutoLoad can get a little hairy. Using intermediate variables to name the arguments makes tracing more readable. One side effect is that if an argument is accidentally left out, we won't get all of the parameters shifted one over thanks to quoting (done in AutoLoad). Signed-of-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23513 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add bcm96338W2 e7t board (D-Link 2640U/BRU/C, #7558)florian2010-10-171-0/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23508 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Remove 2.6.35 supportmb2010-10-1715-20922/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23507 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] remove 2.6.32 supportflorian2010-10-1730-4479/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23505 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix SPI driver, move register out of driver codeflorian2010-10-171-274/+312
| | | | | | Signed-off-by: Tanguy Bouzéloc <tanguy.bouzeloc@efixo.com git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23504 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] restore kernel oldconfigflorian2010-10-171-0/+5
| | | | | | Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23503 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] refresh patchesflorian2010-10-173-7/+7
| | | | | | Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23502 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] refresh nb4 support. Register 74x164 deviceflorian2010-10-171-58/+91
| | | | | | Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23501 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add spi devices board info int bcm63xx_boardsflorian2010-10-171-0/+25
| | | | | | Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23500 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add 74x164 SPI chip supportflorian2010-10-171-24/+202
| | | | | | Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23499 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] backport SPI master with no RXTX support (from 2.6.36)florian2010-10-172-0/+454
| | | | | | Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] register earlier extended platform devicesflorian2010-10-171-7/+7
| | | | | | Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23497 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] Use -pipe for net5501 and geos CFLAGS, same as all of the other platformsflorian2010-10-172-2/+3
| | | | | | | | Makes the builds run slightly faster on multicores. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23495 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Update kernelmb2010-10-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23485 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix typomb2010-10-162-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23482 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Support force-disabling per-package parallel build with ↵mb2010-10-162-2/+14
| | | | | | {PKG,HOST}_BUILD_PARALLEL:=0 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23480 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mountd: Rename uci_add_history to uci_add_delta (#8084)acinonyx2010-10-162-1/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23474 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-10-15, add a few ath9k fixes and ↵nbd2010-10-1631-1002/+1624
| | | | | | performance enhancements git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23470 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/atheros: fix another 2.6.36 patch issue acoul2010-10-151-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23456 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/linux: fix a path issue on previous commitacoul2010-10-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23455 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/atheros: add preliminary 2.6.36 kernel support (refresh patches)acoul2010-10-1515-0/+6643
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23454 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/mtd-utils: add two upstream patchesacoul2010-10-152-0/+193
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23453 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] remove remaining references to dev-ap91-eth.h, patch by Stijn Tinteljow2010-10-146-6/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23451 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set the umask in toplevel.mk instead of forcing the user to adjust itnbd2010-10-142-7/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23445 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] add a prereq check for umask 0022, other settings will result in ↵jow2010-10-141-0/+7
| | | | | | broken packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23442 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: remove dev-ap91-eth.c. switch its only user (RB-750) to the new ↵nbd2010-10-148-107/+24
| | | | | | switch driver git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: update to busybox-1.17.3acoul2010-10-144-628/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23435 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use the new ar7240 switch driver on the DIR-600-A1 as well (fixes #7563)nbd2010-10-142-6/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23432 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libnl-tiny: fix a compiler warning that shows up with -pedanticnbd2010-10-141-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23431 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uci: update to 2010-09-28nbd2010-10-142-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23430 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux kernel version 2.6.36.7 is not (yet) released...mirko2010-10-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23424 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wifi: change the default channel from 5 to 11, 5 was a really bad choicenbd2010-10-133-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23423 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xburst] Add 2.6.36 patcheslars2010-10-1329-1/+19196
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23421 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Add some missing symbols to 2.6.36 configlars2010-10-131-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] unify extended vlan id swconfig attributes.jow2010-10-124-7/+7
| | | | | | | | AR8216 and PSB6970 used "pvid", IP17xx used "tag" and RTL8306 called it "vid". Change all to "vid" and annotate the description with the valid ID range. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic/config-2.6.36: Add missing symbolsacoul2010-10-121-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/linux: Add support for cores with slow WDT clock like bcm5354. (thank ↵acoul2010-10-124-0/+356
| | | | | | you Aleksandar Radovanovic) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23415 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/linux: fix Geos baudrate. (thank you Philip Prindeville)acoul2010-10-121-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23414 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a few ani issuesnbd2010-10-123-0/+75
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix channel time updates when the interface is idlenbd2010-10-121-0/+54
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23410 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a crash in the netlink backportnbd2010-10-121-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23409 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [scripts] remote-gdb: fix parsing of arch and libc from given path as welljow2010-10-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23407 3c298f89-4303-0410-b956-a3cf2f4a3e73