summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* block-mount: Revert 26468: it causes a kernel panic due to pi_include ↵Daniel Dickinson2011-04-051-2/+2
| | | | | | failing due to the included directory being empty. SVN-Revision: 26476
* site: set ac_cv_sizeof_off_t=8 to fix autoconf applications using it for ↵Felix Fietkau2011-04-049-9/+9
| | | | | | detecting largefile support (#8376, #5681) SVN-Revision: 26471
* uci: mark uci as unsafe for parallel buildingJo-Philipp Wich2011-04-041-0/+2
| | | | SVN-Revision: 26470
* block-mount: Removed duplicated directory creation in the package install ↵Daniel Dickinson2011-04-041-4/+1
| | | | | | section. The duplicates were a result of the mergin the block-* packages. SVN-Revision: 26469
* block-mount: Fixed warning of missing /lib/functions/fsck during boot when ↵Daniel Dickinson2011-04-041-1/+2
| | | | | | no scripts are installed in the directory. Thanks to Maarten Bezemer. SVN-Revision: 26468
* mac80211: move 620-rt2x00_soc_led_support.patch to the correct placeGabor Juhos2011-04-041-0/+0
| | | | | | * fixes [26463] SVN-Revision: 26467
* ramips: initial board support for MOFI3500-3GNGabor Juhos2011-04-049-1/+161
| | | | | | | | | | This patch adds initial board support for the MoFi Network MOFI3500-3GN (Ralink RT3052F SoC, 8MB flash, 32MB ram, wireless N, USB-OTG). This router is basically the NA version of the HW550-3G. Signed-off-by: Layne Edwards <ledwards76@gmail.com> SVN-Revision: 26466
* mac80211: update rt2800-{pci,usb} dependenciesGabor Juhos2011-04-041-2/+2
| | | | SVN-Revision: 26465
* mac80211: rt2800-lib doesn't depend on rt2x00-usbGabor Juhos2011-04-041-1/+1
| | | | | | Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> SVN-Revision: 26464
* mac80211: add WLAN LED support for Ralink RT305x SoC DevicesGabor Juhos2011-04-042-1/+76
| | | | | | | | | | | | | | This patch adds WLAN LED support to the mac80211 driver for Ralink rt2x00/rt2800 (rt305x) SoC devices. The current driver in kmod-rt2800-lib is based upon PCI, not SoC. The WLAN LED drivers in rt2800lib.c set the LED brightness via an MCU request, but do nothing for SoC. This patch checks for SoC and sets the register to enable the WLAN LED (instead of an MCU request). This fixes the WLAN LED for RT305x devices (such as the HW550-3G). Signed-off-by: Layne Edwards <ledwards76@gmail.com> SVN-Revision: 26463
* The makefile was missing the coef source filename, so it would install a ↵John Crispin2011-04-041-0/+1
| | | | | | | | directory instead of the coefficients file, breaking voice applications. Signed-off-by: Luca Olivetti <luca@ventoso.org> SVN-Revision: 26462
* make the build system a bit more silent without V=99Felix Fietkau2011-04-043-3/+3
| | | | SVN-Revision: 26460
* toplevel: add a warning about .config being out of sync after an updateFelix Fietkau2011-04-041-0/+7
| | | | SVN-Revision: 26459
* x86/geos: redux of cs5535 versionFelix Fietkau2011-04-031-1/+1
| | | | | | | | The previous technique didn't work with "make defconfig" correctly. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 26458
* update busybox to 1.18.4, patch from Peter WagnerFlorian Fainelli2011-04-0326-365/+501
| | | | SVN-Revision: 26455
* gitignore: add *.rej and *.orig to .gitignoreFlorian Fainelli2011-04-031-0/+2
| | | | SVN-Revision: 26454
* create an initramfs image by defaultFlorian Fainelli2011-04-031-1/+1
| | | | SVN-Revision: 26453
* add kmod-hfcpciFlorian Fainelli2011-04-031-3/+22
| | | | | | | | | | Changed: - Support added for mISDN card driver for Cologne AG's HFC pci cards (single port) - Title texts and help texts for some other isdn drivers adjusted for clarification Signed-off by: Arnold Schulz <arnysch@gmx.net> SVN-Revision: 26452
* add kmod-ipt-ledFlorian Fainelli2011-04-032-0/+17
| | | | | | | | | | | Netfilter LED target triggers blinkenlichten when a network packet hits a rule. LED target requires iptables 1.4.9 or higher Signed-off-by: Łukasz Stelmach <stlman@poczta.fm> SVN-Revision: 26451
* mac80211: increase delay between aggregation session negotiation attempts - ↵Felix Fietkau2011-04-031-0/+49
| | | | | | improves interop with intel clients SVN-Revision: 26444
* mac80211: rtl818x depends on kmod-usb-coreFelix Fietkau2011-04-031-1/+1
| | | | SVN-Revision: 26443
* kernel: add md5sum of kernelHauke Mehrtens2011-04-031-2/+2
| | | | | | This was missing in r26441 SVN-Revision: 26442
* kernel: Update to version 2.6.37.6Hauke Mehrtens2011-04-0325-34/+36
| | | | | | Thank you Peter Wagner for the patch SVN-Revision: 26441
* kernel: l2tp: fix possible oops on l2tp_eth module unloadHauke Mehrtens2011-04-031-0/+37
| | | | SVN-Revision: 26440
* m4: update to version 1.4.16Hauke Mehrtens2011-04-031-2/+2
| | | | SVN-Revision: 26439
* xz: update to version 5.0.2Hauke Mehrtens2011-04-033-139/+2
| | | | SVN-Revision: 26438
* busybox: add missing kconfig symbol type for BUSYBOX_USE_LIBRPCFelix Fietkau2011-04-031-0/+1
| | | | SVN-Revision: 26437