summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* linux-atm: add the kernel include dir to the cflags and move the build dir ↵nbd2010-03-281-0/+3
| | | | | | to $(KERNEL_BUILD_DIR) to ensure that target specific ATM API changes are included git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20556 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux-atm: clean up package installation into stagingnbd2010-03-281-11/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20555 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ifxmips-dsl-api: fix portability errorsnbd2010-03-282-0/+189
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20554 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Some dependencies that are depending on target are not added intohauke2010-03-281-2/+9
| | | | | | | | | | | the Depends line in the control file of the package. For example +!(TARGET_brcm47xx||TARGET_brcm63xx):kmod-ssb does not result in kmod-ssb for the x86 target or any other target. This fixes #6874 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20553 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netfilter: fix ABI breakage caused by the netfilter match optimization ↵nbd2010-03-285-0/+115
| | | | | | (fixes #5628) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20552 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable IP175A support in the IP175C PHY driver (based on patch from jh in #6733)nbd2010-03-281-20/+46
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20551 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix the tx rate display in iwconfig (#6925)nbd2010-03-281-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20550 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: return to the bss channel after an issued ap mode scan has been ↵nbd2010-03-281-0/+26
| | | | | | completed (fixes #6599) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20549 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] move bcm_tag.h out of the flashmap patch so that user-land tools ↵florian2010-03-284-540/+179
| | | | | | can re-use it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20548 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: clean up openssl tls dependencies and build handling (fixes #6572)nbd2010-03-282-11/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20547 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] make mmc-over-gpio pins configurable in menuconfig (#6933)florian2010-03-282-4/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20542 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] sysupgrade: Get target device from kernel cmdline, patch from acinonyxflorian2010-03-281-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20538 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mtd: fix automatic partition size detection in fis_remapjuhosg2010-03-282-8/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20537 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ifxmips: remove old config filesnico2010-03-282-32/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20534 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3: move ps3lan kmod under target/linux/ps3nico2010-03-282-16/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: fix parameter parsing issue on avr32 and most likely ixp4xxjow2010-03-282-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20532 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] opkg: fix usage to reflect change in the upgrade commandnico2010-03-281-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20531 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix pci on ar7241/ar7242nbd2010-03-281-3/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20530 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix the wan port on pb92nbd2010-03-281-9/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20529 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: reset the mdio bus on ar7241/ar7242nbd2010-03-282-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20528 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add uci defaults to fix trx header on the WRT160NL boardsjuhosg2010-03-271-0/+16
| | | | | | | * patch by Otto Solares git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20526 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: update image generation and trx header parsing for the WRT160NLjuhosg2010-03-272-15/+6
| | | | | | | | * patch by Bernhard Loos * note: trailing whitespaces has been removed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20525 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mtd: add fixtrx commandjuhosg2010-03-272-4/+110
| | | | | | | | * patch by Bernhard Loos * note: trailing whitespaces are removed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20524 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mtd: reuse existing crc32 stuff in the trx codejuhosg2010-03-272-34/+9
| | | | | | | | * patch by Bernhard Loos * note: fixed compiler error on brcm47xx git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20523 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firmware-utils/trx: add relative offset parameterjuhosg2010-03-271-2/+22
| | | | | | | | | * will be used for the WRT160NL board * patch by Bernhard Loos * note: rejected parts has been fixed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20522 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: add a hotplug handler for rdatejow2010-03-273-1/+56
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20518 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] Add OLPC kernel config (patch by Acinonyx)jow2010-03-271-0/+156
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20517 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] Change default processor family to 486, refresh config (patch by Acinonyx)jow2010-03-271-104/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20516 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] Remove support for older kernels (patch by Acinonyx)jow2010-03-276-1903/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20515 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] sysupgrade: Dump image to sda device instead of hda (patch by Acinonyx)jow2010-03-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20514 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: block SIGCHLD until it is expected (#6957)jow2010-03-276-4/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20513 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ixp4xx] fix avila-wdt compilation failure (#6948)florian2010-03-271-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20507 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: ag71xx: copy received packet to avoid unaligned access in the IP stackjuhosg2010-03-271-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20506 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: ag71xx: introduce ag71xx_has_ar8216() helperjuhosg2010-03-273-16/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20505 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: ag71xx: reorganize ag71xx_rx_packet functionjuhosg2010-03-271-6/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20504 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: ag71xx: Add netpoll supportjuhosg2010-03-271-0/+17
| | | | | | | | | | | | This patch adds support for polling interrupts, used by netconsole and the likes. Tested on d-link dir-615 C1 using netconsole. Signed-off-by: Pat Erley <pat-lkml@erley.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20503 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix build of ipw2200hauke2010-03-271-0/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20502 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: clear script timeout as soon as data is received from the ↵jow2010-03-273-11/+15
| | | | | | child git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20501 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd:jow2010-03-278-17/+67
| | | | | | | | | - make script timeout configurable - catch SIGCHLD to properly interrupt select() - flag listen and client sockets as close-on-exec git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20500 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: make sure that the rx path does not get stucknbd2010-03-261-0/+59
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20499 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: disable b43 nphy until it actually worksnbd2010-03-261-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-03-24nbd2010-03-2616-278/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20497 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add images for pb92 - no kernel size check yet, lzma images did not ↵nbd2010-03-261-0/+26
| | | | | | yet work in my tests git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20496 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add basic kernel support for pb92nbd2010-03-269-0/+186
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20495 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for ar7241 and ar7242nbd2010-03-269-12/+73
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20494 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix pci link detection for ar724xnbd2010-03-262-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20493 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: remove support for older for kernelhauke2010-03-2652-5690/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20492 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] wrt400n: lan ports don't need the ar8216 workaroundagb2010-03-262-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20491 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adjust module loading sequence to change 20345, as snd-soc-core needs to get ↵mirko2010-03-261-3/+3
| | | | | | loaded before git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix wrt-radauth compilation failure (#6945)florian2010-03-261-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20489 3c298f89-4303-0410-b956-a3cf2f4a3e73