summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* swconfig: add show commandFelix Fietkau2010-02-151-1/+88
| | | | | | | | | Add a "show" command, which displays all attributes of the selected port, VLAN, or of the whole switch. Signed-off-by: Martin Mares <mj@ucw.cz> SVN-Revision: 19640
* swconfig: clean up command line parsingFelix Fietkau2010-02-151-45/+35
| | | | | | | | | The command line parser was unsystematic and it silently ignored many illegal combinations of options. Try to clean that up. Signed-off-by: Martin Mares <mj@ucw.cz> SVN-Revision: 19639
* ath9k: adjust ack timeout workaround patch based on upstream submissionFelix Fietkau2010-02-151-3/+9
| | | | SVN-Revision: 19638
* kernel: add xen kmodsJo-Philipp Wich2010-02-121-0/+110
| | | | SVN-Revision: 19611
* base-files: add /dev/hvcX to hotplug common rulesJo-Philipp Wich2010-02-121-1/+1
| | | | SVN-Revision: 19608
* base-files: revert dhcp state information on ifdown and restore pre-r19530 ↵Jo-Philipp Wich2010-02-123-3/+7
| | | | | | behaviour in udhcp default.script SVN-Revision: 19597
* Here is LVM support for OpenWRT. It introduces 3 new packages: - kmod-dm for ↵Travis Kemen2010-02-122-0/+35
| | | | | | the device mapper kernel module. - kmod-libdevmapper for the device-mapper library. - kmod-lvm2 for the lvm tool. Note that it currently does not create the symlinks for all the lvm tools, so you have to use lvm pvs rather than just pvs. Thanks Stefan Monnier SVN-Revision: 19595
* with no users left, remove support for 2.6.21Imre Kaloz2010-02-111-1/+1
| | | | SVN-Revision: 19578
* change the opkg path due to changes in the buildsystem, fixes incorrect path ↵Travis Kemen2010-02-111-1/+1
| | | | | | in snapshot images SVN-Revision: 19575
* Add destination ip of the wan adapter useful if you have multiple ip addresses.Travis Kemen2010-02-111-0/+2
| | | | SVN-Revision: 19574
* dropbear: performance improvements in init script, quiet mode for ↵Jo-Philipp Wich2010-02-101-9/+8
| | | | | | start-stop-daemon - patch by Matthias Buecher <mail@maddes.net> SVN-Revision: 19569
* Don't do lazy unmounting of filessystems at reboot/poweroff. It is unneeded ↵Lars-Peter Clausen2010-02-091-1/+1
| | | | | | and could couse a broken filesystem if unmounting takes to long. Thanks to Peter Wagner SVN-Revision: 19568
* ar71xx/mac80211: add a workaround for the bad signal strength on the WNDR3700Gabor Juhos2010-02-092-2/+78
| | | | SVN-Revision: 19565
* util-linux-ng: Build settermLars-Peter Clausen2010-02-081-2/+22
| | | | SVN-Revision: 19559
* mac80211: use wpa_supplicant for unencrypted connections to improve client ↵Felix Fietkau2010-02-082-1/+18
| | | | | | mode reliability (patch by Stijn Tintel from #6653) SVN-Revision: 19550
* base-files: fix udhcpc address acquisition on network restart (patch by ↵Jo-Philipp Wich2010-02-052-2/+3
| | | | | | Scott Dudley) SVN-Revision: 19530