Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop obselete Config.in file | John Crispin | 2012-02-14 | 1 | -27/+0 |
| | | | | SVN-Revision: 30531 | ||||
* | bump to 1.12, merge improved lantiq aud_dev driver | John Crispin | 2012-02-14 | 7 | -1145/+1605 |
| | | | | SVN-Revision: 30520 | ||||
* | add a simple sip client | John Crispin | 2012-02-14 | 4 | -0/+209 |
| | | | | SVN-Revision: 30519 | ||||
* | add annex selection support to ltq_dsl package | John Crispin | 2012-02-14 | 2 | -2/+33 |
| | | | | SVN-Revision: 30518 | ||||
* | hostapd: correctly pass 64 char hex PSK to wpa_supplicant | Hamish Guthrie | 2012-02-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 30504 | ||||
* | block-mount: do not auto-mount anonymous mtdblock devices (fixes #10960, #10850) | Felix Fietkau | 2012-02-13 | 1 | -2/+7 |
| | | | | SVN-Revision: 30501 | ||||
* | package/modules: enable ECHI/OHCI for RT3883 | Gabor Juhos | 2012-02-13 | 1 | -0/+2 |
| | | | | SVN-Revision: 30496 | ||||
* | kexec-tools: update to 2.0.3 (fixes #9846) | Florian Fainelli | 2012-02-13 | 1 | -3/+3 |
| | | | | SVN-Revision: 30493 | ||||
* | swconfig: fix off-by-one error, causing segfaults on gcc 4.6+ (fixes #9765) | Felix Fietkau | 2012-02-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 30485 | ||||
* | package/grub: fix stage2 link with recent binutils | Felix Fietkau | 2012-02-12 | 1 | -0/+77 |
| | | | | | | | | | | | | | | We want the `_start's symbols to be at the very beginning of the `stage2' binary's `.text' section. However, nothing enforces this requirement. With recent binutils (ie. post 2.19.1), this results in a corrupt binary, as ld(1) puts another symbol (eg. `journal_init') at the beginning of the section. Fix this by providing a stripped down version of the default linker script where we enforces the position of `_start' in the `.text' section. Patch by Arnaud Lacombe (#10444) SVN-Revision: 30484 | ||||
* | broadcom-diag: fix WRT150N/WRT160N detection (patch from #10836) | Felix Fietkau | 2012-02-12 | 1 | -5/+54 |
| | | | | SVN-Revision: 30477 | ||||
* | broadcom-wl: fix reading fallback sprom for pci devices. | Hauke Mehrtens | 2012-02-10 | 1 | -0/+11 |
| | | | | | | | | | | | | | When using the Broadcom SDK the SSB bus is emulated as an PCI bus so the PCI bus number of the first real pci bus is increased by one. The variable names in the nvram are created with that structure in mind. To fix this we have ti increases the pci bus number by one. This was also done for ssb some time ago. This is based on a patch by nlh. This closes #10917 SVN-Revision: 30422 | ||||
* | broadcom-wl: fix compile with kernel 3.2 | Hauke Mehrtens | 2012-02-10 | 1 | -0/+27 |
| | | | | SVN-Revision: 30421 | ||||
* | zlib: parallel build has been reported to break this package, disable it ↵ | Felix Fietkau | 2012-02-10 | 1 | -2/+0 |
| | | | | | | (#10948) SVN-Revision: 30420 | ||||
* | package/madwifi: apply AR71XX PCI workaround on ATH79 as well | Gabor Juhos | 2012-02-10 | 3 | -3/+3 |
| | | | | SVN-Revision: 30414 | ||||
* | package/mac80211: apply AR71XX PCI workaround on ATH79 as well | Gabor Juhos | 2012-02-10 | 2 | -3/+3 |
| | | | | SVN-Revision: 30413 | ||||
* | package/kernel: nuke CONFIG_USB_{O,E}HCI_AR71XX symbols | Gabor Juhos | 2012-02-10 | 1 | -2/+0 |
| | | | | SVN-Revision: 30412 | ||||
* | mac80211: disable ath6kl until it's packaged and used somewhere | Felix Fietkau | 2012-02-09 | 1 | -0/+1 |
| | | | | SVN-Revision: 30397 | ||||
* | mac80211: merge a LED related locking fix | Felix Fietkau | 2012-02-09 | 1 | -0/+20 |
| | | | | SVN-Revision: 30396 | ||||
* | mac80211: fix a potential rate control related crash | Felix Fietkau | 2012-02-08 | 1 | -0/+11 |
| | | | | SVN-Revision: 30388 | ||||
* | iptables: Fix mod-ipopt package description (#10931) | Vasilis Tsiligiannis | 2012-02-08 | 1 | -2/+1 |
| | | | | SVN-Revision: 30373 | ||||
* | fbtest utility | Imre Kaloz | 2012-02-08 | 3 | -0/+506 |
| | | | | SVN-Revision: 30369 | ||||
* | firewall: don't filter IPv4 ICMP types (#10928) | Jo-Philipp Wich | 2012-02-07 | 2 | -5/+2 |
| | | | | SVN-Revision: 30363 | ||||
* | broadcom-wl: turn on wmm by default, disabling it by default makes no sense, ↵ | Felix Fietkau | 2012-02-07 | 1 | -2/+2 |
| | | | | | | and without it 802.11n does not work (fixes #10918) SVN-Revision: 30362 | ||||
* | ath9k: ignore invalid signal strength values in a-mpdu packets, fixes ↵ | Felix Fietkau | 2012-02-07 | 2 | -0/+81 |
| | | | | | | average signal strength display fluctuations SVN-Revision: 30359 | ||||
* | iw: update to version 3.3, sync with latest nl80211.h changes | Felix Fietkau | 2012-02-07 | 7 | -362/+73 |
| | | | | SVN-Revision: 30347 | ||||
* | mac80211: update to wireless-testing 2012-02-06 | Felix Fietkau | 2012-02-07 | 65 | -3080/+191 |
| | | | | SVN-Revision: 30346 | ||||
* | mtd: define MTDREFRESH if not defined (external kernel) | Florian Fainelli | 2012-02-06 | 1 | -0/+4 |
| | | | | SVN-Revision: 30340 | ||||
* | iptables: don't apply patches if building an external kernel | Florian Fainelli | 2012-02-06 | 1 | -0/+4 |
| | | | | SVN-Revision: 30339 | ||||
* | brcm63xx: add support for linux 3.3 | Jonas Gorski | 2012-02-04 | 1 | -0/+2 |
| | | | | SVN-Revision: 30027 | ||||
* | leds.mk: remove obsolete references to leds-alix and leds-net5501 modules ↵ | Jo-Philipp Wich | 2012-02-03 | 1 | -33/+0 |
| | | | | | | These are now supported by platform drivers in arch/x86/platform/geode. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 30020 | ||||
* | ath9k: fix CTS timeout issues in 2.4 ghz | Felix Fietkau | 2012-02-03 | 2 | -1/+22 |
| | | | | SVN-Revision: 30010 | ||||
* | ath9k: fix WEP connection issues | Felix Fietkau | 2012-02-03 | 1 | -0/+17 |
| | | | | SVN-Revision: 30009 | ||||
* | netifd: set the network device in uci state as well to avoid further ↵ | Felix Fietkau | 2012-02-03 | 1 | -1/+4 |
| | | | | | | remapping issues SVN-Revision: 30008 | ||||
* | netifd: update to latest, fixes removing deleted interfaces on config reload | Felix Fietkau | 2012-02-02 | 1 | -2/+2 |
| | | | | SVN-Revision: 30004 | ||||
* | netifd: fix legacy scripts that expect the ifname option to be mapped to the ↵ | Felix Fietkau | 2012-02-02 | 1 | -0/+2 |
| | | | | | | device option after fixup SVN-Revision: 30003 | ||||
* | iwinfo: fix segmentation fault when doing two consecutive scans through ↵ | Jo-Philipp Wich | 2012-02-02 | 2 | -5/+8 |
| | | | | | | wpa_supplicant Based on patch by Christian Kapeller <christian.kapeller@cmotion.eu> with one minor whitespace change and updated package version. SVN-Revision: 29992 | ||||
* | kernel: update module names and add new config symbols for linux 3.3 | Jonas Gorski | 2012-02-02 | 4 | -4/+11 |
| | | | | SVN-Revision: 29985 | ||||
* | fix wprobe build for arm on 3.2 | Florian Fainelli | 2012-01-30 | 1 | -0/+3 |
| | | | | SVN-Revision: 29957 | ||||
* | ebtales: update to v2.0.10-4 | Florian Fainelli | 2012-01-30 | 1 | -3/+3 |
| | | | | SVN-Revision: 29956 | ||||
* | switch: fix some memory leaks in switch_parse_vlan() | Hauke Mehrtens | 2012-01-28 | 3 | -7/+8 |
| | | | | SVN-Revision: 29936 | ||||
* | mac80211: fix patch when running on ssb based devices | Hauke Mehrtens | 2012-01-27 | 1 | -5/+6 |
| | | | | SVN-Revision: 29922 | ||||
* | ath9k: revert one more linux upstream commit in the initvals to fully fix ↵ | Felix Fietkau | 2012-01-27 | 1 | -96/+112 |
| | | | | | | the ar938x tx power issue SVN-Revision: 29920 | ||||
* | ath9k: fix initvals for high-power ar938x devices, fixes tx power on buffalo ↵ | Felix Fietkau | 2012-01-27 | 1 | -0/+192 |
| | | | | | | wzr-hp-g450h SVN-Revision: 29918 | ||||
* | mac80211: enable support for RaLink Rt53xx USB devices in rt2800usb | Gabor Juhos | 2012-01-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi! On Mon, Nov 14, 2011 at 03:01:34PM +0100, Daniel Golle wrote: > The driver works quite nice and stable for me using a RaLink Rt5370 USB device. > > Signed-off-by: Daniel Golle <dgolle@allnet.de> > > Index: package/mac80211/Makefile > =================================================================== > --- package/mac80211/Makefile (revision 29114) > +++ package/mac80211/Makefile (working copy) > @@ -1147,6 +1147,7 @@ > CONFIG_RT2800_LIB=$(if $(CONFIG_PACKAGE_kmod-rt2800-lib),m) \ > CONFIG_RT2800PCI=$(if $(CONFIG_PACKAGE_kmod-rt2800-pci),m) \ > CONFIG_RT2800USB=$(if $(CONFIG_PACKAGE_kmod-rt2800-usb),m) \ > + CONFIG_RT2800USB_RT53XX=$(if $(CONFIG_PACKAGE_kmod-rt2800-usb),y) \ > CONFIG_RTL8180=$(if $(CONFIG_PACKAGE_kmod-rtl8180),m) \ > CONFIG_RTL8187=$(if $(CONFIG_PACKAGE_kmod-rtl8187),m) \ > CONFIG_RTL8192CE= \ Aparently this was wrong, CONFIG_RT2800USB_RT53XX is supposed to live in BUILDARGS rather than MAKE_OPTS to actually get support for the Rt5370. Thanks to actmnophn for the hint! This reverts changeset 29116 and adds it to the right section in the Makefile. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 29906 | ||||
* | netifd: update to latest, fixes a crash when the interface protocol was not ↵ | Felix Fietkau | 2012-01-24 | 1 | -2/+2 |
| | | | | | | specified SVN-Revision: 29903 | ||||
* | hostapd: introduce a client_cert option which is passed on to wpa_supplicant ↵ | Jo-Philipp Wich | 2012-01-24 | 2 | -2/+5 |
| | | | | | | (#8876) SVN-Revision: 29901 | ||||
* | Initial DSL framework | John Crispin | 2012-01-24 | 5 | -27/+331 |
| | | | | | | | | | | | | | | | - Removed ifx_cpe_control_init.sh (the old init script) - Created dsl_control (/etc/init.d) - tidied up start and stop - stop calls dsl_notify before killing daemon - has status and lucistat options to provide detail - copes with daemon not running situation - Updated package makefile to use new init script and to build cli support - Provide a dsl_notify.sh script to cope with line up/down events Signed-off-by: Lee Essen <lee.essen@nowonline.co.uk> SVN-Revision: 29881 | ||||
* | hostapd: merge an upstream workaround for broken clients sending the wrong ↵ | Felix Fietkau | 2012-01-24 | 3 | -3/+21 |
| | | | | | | wpa type (should fix #9561) SVN-Revision: 29876 | ||||
* | base-files: add a uci-defaults script which will migrate the root password ↵ | Jo-Philipp Wich | 2012-01-22 | 2 | -1/+13 |
| | | | | | | to /etc/shadow if needed SVN-Revision: 29865 |