aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* r8101: update to v1.014.00, fix build on 2.6.31+Nicolas Thill2010-02-251-9/+15
| | | | SVN-Revision: 19854
* busybox: fix typo in last commit, thx NicoJo-Philipp Wich2010-02-251-1/+1
| | | | SVN-Revision: 19853
* busybox: disable busybox' own stripping, fixes stripped bb binary in ↵Jo-Philipp Wich2010-02-251-1/+1
| | | | | | STAGING_DIR_ROOT SVN-Revision: 19852
* busybox: implement -q flag for insmod for Linux 2.6 and actually suppress ↵Jo-Philipp Wich2010-02-241-0/+33
| | | | | | errors when the flag is specified, part 2 of the iptables modprobe fix SVN-Revision: 19851
* package: add VSC73[89]5 microcode for the AP83/PB44 boardsGabor Juhos2010-02-242-0/+122
| | | | SVN-Revision: 19836
* ath9k: disable RIFS search on some chips to avoid baseband hangsFelix Fietkau2010-02-241-0/+31
| | | | SVN-Revision: 19829
* iptables: fix a segfault when iptables tries to use modprobe, force it to ↵Jo-Philipp Wich2010-02-242-0/+24
| | | | | | use insmod SVN-Revision: 19827
* madwifi: disable ccmp replay protection for ibss/ahdemo to make wpa-none workFelix Fietkau2010-02-231-0/+13
| | | | SVN-Revision: 19822
* ppp: enable multilink support (#4837)Jo-Philipp Wich2010-02-221-5/+2
| | | | SVN-Revision: 19811
* ext4: fix for commit r19799Hauke Mehrtens2010-02-211-1/+1
| | | | SVN-Revision: 19800
* ext4: add Support for large (2TB+) block devices and filesHauke Mehrtens2010-02-211-4/+3
| | | | | | | | | CONFIG_LBDAF is needed for mounting ext4 filesystems with huge_file enabled. This is the default option. This closes #6714. SVN-Revision: 19799
* fix accidently commited ancient mac80211 patches in r19789-19791 (#6716)Florian Fainelli2010-02-212-48/+0
| | | | SVN-Revision: 19797
* mac80211: make the vlan injection patch more specificFlorian Fainelli2010-02-211-1/+1
| | | | SVN-Revision: 19791
* mac80211: fix lookup for vlan'd stations for injected frames - fixes wpa ↵Florian Fainelli2010-02-211-0/+11
| | | | | | rekeying with wds ap SVN-Revision: 19790
* mac80211: fix an eap frame handling bug in ath9k - fixes client mode ↵Florian Fainelli2010-02-211-0/+37
| | | | | | rekeying issues SVN-Revision: 19789
* linux-atm: Add libtool fixupLars-Peter Clausen2010-02-201-1/+3
| | | | SVN-Revision: 19786
* make linux-atm depend on its kernel modul atm.koHauke Mehrtens2010-02-201-0/+1
| | | | | | This hopfully fixes bug #6709. SVN-Revision: 19780
* allow routed mode operation againHauke Mehrtens2010-02-202-6/+6
| | | | | | Fix part of bug #6709. SVN-Revision: 19779
* kernel: make NFSv4 optional and add kmods for it - patch by Peter Wagner ↵Jo-Philipp Wich2010-02-201-4/+17
| | | | | | <tripolar@gmx.at> SVN-Revision: 19772
* firewall: fix bad number error in fw_redirect() (#6704)Jo-Philipp Wich2010-02-201-3/+3
| | | | SVN-Revision: 19765
* mac80211: fix typo introduced in r19760 (#6707)Jo-Philipp Wich2010-02-191-1/+1
| | | | SVN-Revision: 19763
* iptables: fix multiport match for brcm-2.4 Since the netfilter framework in ↵Jo-Philipp Wich2010-02-191-0/+265
| | | | | | Linux 2.4 lacks support for target and match revisioning, iptables falls back to the v0 implementation of multiport while only v1 is implemented on the kernel side, leading to an invalid argument error when trying to insert rules using multiport. This patch removes v0 support from the userspace match library to enforce the usage of the v1 match implementation. SVN-Revision: 19761
* rt2800lib depends on rt2x00-usbHauke Mehrtens2010-02-191-1/+1
| | | | | | The rt2800lib module depends on rt2x00-usb if rt2x00-usb was build. SVN-Revision: 19760
* swconfig: Remove unused codeFelix Fietkau2010-02-191-6/+0
| | | | | | Signed-off-by: Martin Mares <mj@ucw.cz> SVN-Revision: 19758
* ath9k: fix beacon timer restarts after card resets - improves stability in ↵Felix Fietkau2010-02-191-0/+22
| | | | | | AP mode SVN-Revision: 19757
* remove pcmcia and sdioHauke Mehrtens2010-02-194-3/+34
| | | | | | | | This fixes #6701 Remove the pcmcia and sdio interface from b43 driver to not depend on these modules. SVN-Revision: 19756
* mac80211: fix GPIO pin assignment for the LEDs on the WNDR3700 boardGabor Juhos2010-02-192-1/+24
| | | | | | Signed-off-by: Scott Dudley <spmsink@hotmail.com> SVN-Revision: 19745
* kernel: rename cp2101 driver to cp210x, has changed upstream (#6673)Jo-Philipp Wich2010-02-191-8/+8
| | | | SVN-Revision: 19725
* iproute2: make tc depend on kmod-sched (#6681)Jo-Philipp Wich2010-02-191-0/+1
| | | | SVN-Revision: 19724
* kernel: add the token bucket filter to kmod-sched (#6681)Jo-Philipp Wich2010-02-191-0/+1
| | | | SVN-Revision: 19723
* iptables: fix menuconfig descriptions, raw and notrack are in mod-conntrack nowJo-Philipp Wich2010-02-191-2/+2
| | | | SVN-Revision: 19722
* hostapd: support creating WEP networks for mac80211 (patch by Stijn Tintel), ↵Felix Fietkau2010-02-191-0/+22
| | | | | | fixes #6672 SVN-Revision: 19720
* mac80211: always use wpa_supplicant for client connections (patch by Stijn ↵Felix Fietkau2010-02-192-98/+25
| | | | | | | | | | | | | | | | | | | Tintel) Since client mode in mac80211is unreliable without using wpa_supplicant, it would be better to enable wpa_supplicant by default. With this patch, wpa_supplicant will always be used for mac80211-based drivers in client mode. This will break client mode for images that don't include wpa_supplicant or wpad, so maybe I need to add a check somewhere to see if wpa_supplicant is available, and show the user a warning if he tries client mode without wpa_supplicant. Suggestions on where to add this check are welcome. Tested with ath5k in client mode on open and wpa2-psk network, and tested on my ath9k based AP as well to make sure it doesn't break AP mode. SVN-Revision: 19718
* ath9k: fix rate control fallback rate selection - improves throughput and ↵Felix Fietkau2010-02-191-0/+55
| | | | | | link stability SVN-Revision: 19716
* mac80211: move the 2.6.30 compat patch to the other compat patchesFelix Fietkau2010-02-191-0/+0
| | | | SVN-Revision: 19715
* kmod-dm: Set CONFIG_DM_LOG_USERSPACE=nLars-Peter Clausen2010-02-181-0/+1
| | | | SVN-Revision: 19712
* refresh grub patchesImre Kaloz2010-02-181-219/+195
| | | | SVN-Revision: 19704
* mac80211: add compile fix for pre-2.6.32 kernelsJo-Philipp Wich2010-02-171-0/+14
| | | | SVN-Revision: 19692
* carl9170: update to version 1.0.1.1 and fix a compile errorFelix Fietkau2010-02-172-2/+15
| | | | SVN-Revision: 19691
* mac80211: update to wireless-testing 2010-02-16Felix Fietkau2010-02-1714-85/+27
| | | | SVN-Revision: 19688
* fix opkg.confTravis Kemen2010-02-171-1/+1
| | | | SVN-Revision: 19684
* hostapd: select crda if mac80211 is selectedFelix Fietkau2010-02-161-3/+3
| | | | SVN-Revision: 19667
* kernel: build the scsi core package even if CONFIG_SCSI=yFelix Fietkau2010-02-161-1/+1
| | | | SVN-Revision: 19666
* kernel: add a package for block2mtdFelix Fietkau2010-02-161-0/+8
| | | | SVN-Revision: 19665
* kernel: add a package for kmod-ata-silFelix Fietkau2010-02-161-0/+14
| | | | SVN-Revision: 19664
* hostapd: fix wpad compile on powerpcFelix Fietkau2010-02-161-1/+2
| | | | SVN-Revision: 19663
* hostapd: move the roboswitch config override to the right placeFelix Fietkau2010-02-161-2/+2
| | | | SVN-Revision: 19662
* Add audio feature flag.Lars-Peter Clausen2010-02-151-1/+1
| | | | | | | | | There are targets which neither have usb host nor pci support but do have audio capabilities. Those targets should expliclitly specifiy that they support audio through the new feature flag. The audio feature flag is also implicitly selected by the usb and pci feature flags. SVN-Revision: 19643
* swconfig: add copyright for Martin MaresFelix Fietkau2010-02-151-0/+1
| | | | | | Signed-off-by: Martin Mares <mj@ucw.cz> SVN-Revision: 19642
* swconfig: use print_attr_val() in CMD_GETFelix Fietkau2010-02-151-17/+2
| | | | | | | | | Use the print_attr_val() function introduced by the previous patch to simplify the get command. Signed-off-by: Martin Mares <mj@ucw.cz> SVN-Revision: 19641