summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* atheros: fix up empty radio data mac address (based on patch from #8601)Felix Fietkau2011-04-091-1/+8
| | | | SVN-Revision: 26555
* atheros: fix ath5k support on ar2315/2317Felix Fietkau2011-04-092-18/+30
| | | | | | | | | - Use physical addresses definition for AR2315 the same way as AR5312. Fixes ioremap - Fix dma mapping for AHB bus (only use the PCI DMA offset for PCI devices) Based on patches by Wojciech Dubowik SVN-Revision: 26554
* atheros: enable CONFIG_IP17XX_PHY to add back switch support for the DIR-300Felix Fietkau2011-04-091-0/+1
| | | | SVN-Revision: 26553
* kernel: add missing config optionsHauke Mehrtens2011-04-094-0/+14
| | | | SVN-Revision: 26552
* kernel: add scsi cdrom supportHauke Mehrtens2011-04-091-0/+18
| | | | | | This closes #9125. SVN-Revision: 26548
* uClibc: forced unwind for pthread_cancel handling is broken and triggers ↵Felix Fietkau2011-04-091-0/+10
| | | | | | spurious abort() calls from libgcc. disable it and use the other method instead SVN-Revision: 26547
* ath9k: properly count retries when frames are filtered due to excessive ↵Felix Fietkau2011-04-091-16/+39
| | | | | | retries when a client is not in powersave mode SVN-Revision: 26545
* mac80211: fix reading the station flags in debugfsFelix Fietkau2011-04-091-0/+9
| | | | SVN-Revision: 26544
* firmware-utils: fix endianness bugs in firmware generation program.Hauke Mehrtens2011-04-091-12/+29
| | | | | | | | Should make it work on big endian systems again, I do not have such a system. This closes #9093. SVN-Revision: 26543
* linux-atm: package atm-diagnostics with atmdump, atmdiag, etc.Hauke Mehrtens2011-04-091-1/+21
| | | | | | | | | | | If your ISP is pushing their own DSL equipment (which many do to contain support costs), they won't be forthcoming with your various settings: encapsulation, VPI/VCI, etc. These you might have to discover yourself. The easiest way to do this is with atmdiag and atmdump. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 26542
* kernel: include firmware in the e100 packageFelix Fietkau2011-04-081-0/+7
| | | | SVN-Revision: 26539
* brcm47xx: add Netgear WNR834BV1Hauke Mehrtens2011-04-081-5/+18
| | | | | | | | Thank you realopty for the patch. This closes #7702 SVN-Revision: 26537
* mac80211: add Intel wireless drivers.Hauke Mehrtens2011-04-081-5/+277
| | | | | | | | | | This adds the Intel wireless drivers for their normal cards. Thank you framer99 for the patch, I extended it a little bit. This closes #7227 SVN-Revision: 26534
* brcm47xx: upgrade to kernel 2.6.27.6.Hauke Mehrtens2011-04-081-1/+1
| | | | | | This should be save now. SVN-Revision: 26533
* ath9k: improve the rx dma stop fix, add more debugging output in case the ↵Felix Fietkau2011-04-082-21/+26
| | | | | | issue still occurs SVN-Revision: 26532
* mac80211: fix support for iftype wdsFelix Fietkau2011-04-083-0/+255
| | | | SVN-Revision: 26531
* kernel/modules: Enable Realtek R8169 not only for x86Vasilis Tsiligiannis2011-04-071-1/+1
| | | | | | | | | | | This enables support for Realtek 8169 based network cards for other platforms than x86. I have a mini-PCI card on ixp4xxx running here. Maybe for the other cards in netdevices.mk a @DEPENDS change from @TARGET_x86 to @PCI_SUPPORT makes also sense. Signed-off-by: Christoph König <christoph.koenig@ikt.uni-hannover.de> SVN-Revision: 26529
* Bump kernel version to 2.6.37.6Jo-Philipp Wich2011-04-071-1/+1
| | | | SVN-Revision: 26525
* brcm47xx: add initial support for kernel 2.6.38Hauke Mehrtens2011-04-0733-0/+3076
| | | | SVN-Revision: 26524
* ar71xx: add DB120 board specific PCI initializationGabor Juhos2011-04-076-0/+63
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> SVN-Revision: 26523
* ar71xx: register WMAC device on the DB120 boardGabor Juhos2011-04-073-0/+11
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> SVN-Revision: 26522
* ar71xx: add support for the built-in WMAC of the AR934xGabor Juhos2011-04-075-0/+89
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> SVN-Revision: 26521
* ar71xx: create a separate profile for the Atheros DB120 boardGabor Juhos2011-04-071-0/+11
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> SVN-Revision: 26520
* ar71xx: build firmware image for the Atheros DB120 boardGabor Juhos2011-04-071-0/+28
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> SVN-Revision: 26519
* ar71xx: add initial support for the Atheros DB120 boardGabor Juhos2011-04-075-0/+131
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> SVN-Revision: 26518
* ar71xx: indicate AR934x support in menuconfigGabor Juhos2011-04-072-3/+3
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> SVN-Revision: 26517
* ar71xx: add support for the watchdog of the AR934x SoCsGabor Juhos2011-04-071-2/+20
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> SVN-Revision: 26516
* ar71xx: enable PCI for the AR934[24] SoCsGabor Juhos2011-04-071-0/+4
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> SVN-Revision: 26515
* ar71xx: enable USB support for the AR934x SoCsGabor Juhos2011-04-071-1/+4
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> SVN-Revision: 26514
* ar71xx: enable GPIO support for the AR934x SoCsGabor Juhos2011-04-072-0/+12
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> SVN-Revision: 26513
* ar71xx: add AR934x specific glue for ar7100_device{start,stop}Gabor Juhos2011-04-071-0/+26
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> SVN-Revision: 26512
* ar71xx: add AR934x specific UART clock initializationGabor Juhos2011-04-071-2/+25
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> SVN-Revision: 26511
* ar71xx: add AR934x specific glue for IRQ initializationGabor Juhos2011-04-073-5/+48
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> SVN-Revision: 26510
* ar71xx: add initial support for the AR934x SoCsGabor Juhos2011-04-072-3/+249
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> SVN-Revision: 26509
* kernel: enable MPPE again, got broken in r26296Felix Fietkau2011-04-071-1/+1
| | | | | | | | | Since r26296 mppe.ko could not be loaded, kernel gives "device missing" error. According to KConfig cypther-ecb is required. Signed-off-by: Sven Roederer <mailinglists.sven_at_roederer.dhs.org> SVN-Revision: 26507
* mac80211: update to wireless-testing 2011-04-06Felix Fietkau2011-04-0722-517/+362
| | | | | | adds some more pending patches which (among other things) fix the 'failed to stop RX DMA' messages SVN-Revision: 26506
* block-mount: Reverting 26503. Was already fixed in a better way in commit 26474.Daniel Dickinson2011-04-071-1/+1
| | | | SVN-Revision: 26505
* madwifi: typo(s) in /lib/wifi/madwifi.shVasilis Tsiligiannis2011-04-061-2/+2
| | | | | | | | | | Hi minrate and maxrate are acually not boolean, so, for example "config minrate 11000" in /etc/config/wireless has no effect. Signed-off by: Jan Hetges <tran@ms20.net> SVN-Revision: 26504
* block-mount: fsck.sh should only call pi_include() if dir ↵Vasilis Tsiligiannis2011-04-061-1/+1
| | | | | | | | | | | | | | | | | /lib/functions/fsck exists. /etc/functions.sh:pi_include() checks if the argument exists and prints a warning if not. To prevent this warning if package block-mount is installed but not package e2fsprogs, the script should check if this directory exists before calling pi_include() A wrong patch to suppress this warning was previously posted with subject: [PATCH] Fix typo in name of to be included file Signed-off-by: Mark Vels <mark.vels@team-embedded.nl> SVN-Revision: 26503
* build: log package dump failures to logs to avoid forcing user to write ↵Felix Fietkau2011-04-061-1/+6
| | | | | | cryptic commands to figure out what's going on SVN-Revision: 26499
* build: clean up handling of the kernel configFelix Fietkau2011-04-063-22/+53
| | | | | | | - support kernel config overlays in env/ - allow overriding the target kernel config with CONFIG_TARGET=platform|subtarget|env SVN-Revision: 26498
* ath9k: fall back to the default noise floor if the calibrated one is not ↵Felix Fietkau2011-04-051-1/+1
| | | | | | available, fixes signal strength display in initial scan SVN-Revision: 26494
* busybox: get rid of the useless extra menuFelix Fietkau2011-04-051-3/+3
| | | | SVN-Revision: 26493
* librpc: use MDEPENDS instead of DEPENDS for @USE_UCLIBC to fix recursive ↵Felix Fietkau2011-04-051-1/+1
| | | | | | busybox dependencies SVN-Revision: 26492
* add a new package metadata variable MDEPENDS for specifying local menuconfig ↵Felix Fietkau2011-04-054-0/+5
| | | | | | dependencies that do not propagate to other packages SVN-Revision: 26491
* base-files: Use -h instead of deprecated -L for symlink checkVasilis Tsiligiannis2011-04-051-1/+1
| | | | SVN-Revision: 26485
* madwifi: Always escape SSID parameterVasilis Tsiligiannis2011-04-051-1/+1
| | | | SVN-Revision: 26484
* base-files: fix minor problem in init.d/bootVasilis Tsiligiannis2011-04-051-1/+1
| | | | | | | | | The script tests for the existance of /dev/root with test -e which fails if /dev/root is a dangling symlink making the call to ln fail. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> SVN-Revision: 26483
* hostapd: add accounting configuration to hostapd uci scriptVasilis Tsiligiannis2011-04-051-7/+17
| | | | | | | | | | | | | | Hello This patch add accounting configuration in hostapd.sh It also change "server, port, key" to "auth_server, auth_port, auth_secret" but keep backward compatibility Please patch backfire & trunk Thanks in advance. Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 26482
* block-mount base-files: Added additional check to pi_include to ensure that ↵Daniel Dickinson2011-04-052-8/+12
| | | | | | a directory used with pi_include actually contains files matching the souring pattern because if not the shell dies due to an empty string in for statement. Added /lib/functions/fsck as an empty dir to block-mount. This combination fixes a warning which generates a lot of bug reports, without panicking the kernel like the last attempt. SVN-Revision: 26479