summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* add missing dependency to kmod-crypto-misc, patch from Benjamin CamaFlorian Fainelli2010-03-201-3/+1
| | | | SVN-Revision: 20312
* update netfilter packages description, patch from Edgar SoldinFlorian Fainelli2010-03-201-3/+5
| | | | SVN-Revision: 20311
* add sn9c201 webcam driver, patch from Chris LiFlorian Fainelli2010-03-201-0/+15
| | | | SVN-Revision: 20310
* update compcache to 0.6.2 (#6884)Florian Fainelli2010-03-195-124/+57
| | | | SVN-Revision: 20303
* adds support in uboot for eon flash chipsJohn Crispin2010-03-191-0/+28
| | | | SVN-Revision: 20298
* fix limitTravis Kemen2010-03-181-1/+1
| | | | SVN-Revision: 20275
* Add option to disable debug output of DSL drivers signed of by Ithamar R. AdemaJohn Crispin2010-03-183-2/+299
| | | | SVN-Revision: 20270
* adds misisng include in ifxmips dsl driver compat layerJohn Crispin2010-03-181-8/+9
| | | | SVN-Revision: 20269
* Allow UCI configuration of ATM QOS parameters per interface, signed off by ↵John Crispin2010-03-181-1/+3
| | | | | | Ithamar R. Adema SVN-Revision: 20266
* madwifi: remove redundant conditional dep, atheros has PCI supportNicolas Thill2010-03-181-1/+1
| | | | SVN-Revision: 20263
* allow pingTravis Kemen2010-03-181-0/+7
| | | | SVN-Revision: 20261
* remove +1 as it isn't needed since 16619Travis Kemen2010-03-181-1/+1
| | | | SVN-Revision: 20259
* actually fix linux-atmTravis Kemen2010-03-152-4/+221
| | | | SVN-Revision: 20233
* base-files: reload switch settings on /etc/init.d/network start as wellFelix Fietkau2010-03-151-5/+4
| | | | SVN-Revision: 20232
* fixup linux-atm package after the broken patch earlierTravis Kemen2010-03-152-223/+8
| | | | SVN-Revision: 20225
* hostap-driver: Fix package installationVasilis Tsiligiannis2010-03-151-1/+0
| | | | SVN-Revision: 20224
* /lib/network/ppp.sh fixes a problem with PPtP (and other PPP-based things) ↵Travis Kemen2010-03-142-9/+71
| | | | | | | | where PPtP + PPPoE will fail to work. This is because PPtP defaults to ppp0 and so does PPPoE, because /etc/init.d/ppp reinitializes the unit counter for each PPP-type connection (so you could have multiple PPtP over cable, for instance, but PPPoE + PPtP is a problem). /etc/init.d/ppp automatically starts pptp session on boot., from #6720 SVN-Revision: 20221
* if readethers is set to true make sure /etc/ethers exists, closes #6740Travis Kemen2010-03-141-0/+3
| | | | SVN-Revision: 20220
* this patch allow to set -g option 1. -g allow to make a more secure ssh ↵Travis Kemen2010-03-141-3/+8
| | | | | | | | | server configuration by avoiding brute force attack on root while allowing user to use password (where the username is more difficult to guess). Matthieu from #6736 SVN-Revision: 20219
* fix error output of brctl if bridging is not supported.Felix Fietkau2010-03-141-1/+1
| | | | | | | | | | | | The following error is displayed during network configuration on any device that has DEVICE_TYPE set to something else then router, or has brctl functionality disabled through some other method: "brctl: SIOCGIFBR: Package not installed" This is due to the unbridge function being called, which uses "brctl show" to determine if the interface is bridged. Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl> SVN-Revision: 20218
* linux-atm: Update to stable version 2.5.1 from upstream projectTravis Kemen2010-03-149-88889/+364
| | | | | | | | | | | | | | | | | This commit integrates the upstream version of the linux-atm tools version 2.5.1. It simplify the patchset but keeps the debian-patches, prevent the usage of libflex on the target, and let the package compiles every tools. The Makefile only installs atmarp & atmarpd, but some useful debug programs are also included (like aread/awrite, atmdump,...) in the makefile, but commented by default. Signed-off-by: Obinou <obconseil@gmail.com> SVN-Revision: 20216
* fix missing nls support for 2.6.33Travis Kemen2010-03-141-1/+1
| | | | SVN-Revision: 20214
* add missing kconfig symbol for the hifn 795x crypto accelerator module ↵Felix Fietkau2010-03-141-0/+1
| | | | | | (patch by dogge10) SVN-Revision: 20196
* madwifi: disable softled by default on pci devices (fixes #4484)Felix Fietkau2010-03-142-1/+19
| | | | SVN-Revision: 20195
* wireless-tools: fix encryption display in the scanning list (#6732)Felix Fietkau2010-03-141-3/+44
| | | | SVN-Revision: 20194
* find attached the announced patch for fuse. changes: - latest fuse 2.8.3 - ↵Travis Kemen2010-03-1412-822/+138
| | | | | | | | | | includes now the kernel module for kernel 2.4 - builds parallel - fuse-utils includes now ulockmgr_server fuse24 should be deleted from trunk. bud SVN-Revision: 20190
* this patches fixes iproute2 parallel build.Travis Kemen2010-03-141-8/+6
| | | | | | -Raphael SVN-Revision: 20189
* this patch fixes iptables parallel build.Travis Kemen2010-03-141-78/+80
| | | | | | -Raphael SVN-Revision: 20188
* this patch fixes gdb parallel build.Travis Kemen2010-03-141-12/+18
| | | | | | -Raphael SVN-Revision: 20187
* this patch fixes openssl parallel build.Travis Kemen2010-03-141-15/+21
| | | | | | -Raphael SVN-Revision: 20186
* base-files: force preinit to use busybox mount (#6797)Jo-Philipp Wich2010-03-131-0/+4
| | | | SVN-Revision: 20176
* package/base-files: call preinit_ip_deconfig before processing init on ↵Gabor Juhos2010-03-122-1/+2
| | | | | | initramfs images SVN-Revision: 20159
* ath9k: fix a client mode crash that happens on wpa rekeyingFelix Fietkau2010-03-121-0/+37
| | | | SVN-Revision: 20155
* minstrel_ht: make the ewma of the ampdu length more smooth by updating it on ↵Felix Fietkau2010-03-111-28/+38
| | | | | | stats updates and reduce the frequency of aggregation checks SVN-Revision: 20153
* kernel: fix kmod-pcmcia-yenta on 2.4Nicolas Thill2010-03-111-1/+14
| | | | SVN-Revision: 20147
* fix kernel modules dependences for i2c and ata-coreClaudio Mignanti2010-03-112-2/+2
| | | | SVN-Revision: 20146
* mac80211: improve performance a bitFelix Fietkau2010-03-111-0/+48
| | | | SVN-Revision: 20145
* kernel: add missing CONFIG_SND_SOC_ALL_CODECS to kmod-sound-soc-core KCONFIGNicolas Thill2010-03-111-1/+4
| | | | SVN-Revision: 20133
* kernel: Add SoC sound support packageLars-Peter Clausen2010-03-111-0/+10
| | | | SVN-Revision: 20130
* mac80211: fix build problems with kmod-mac80211=nHauke Mehrtens2010-03-101-2/+3
| | | | | | | | Build compat-wireless also if kmod-mac80211=n, but do not build mac80211.ko. Fix problem in ticket #6813. SVN-Revision: 20125
* base-files: fix preinit code typosNicolas Thill2010-03-102-2/+2
| | | | | | | Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl> Acked-by: Daniel Dickinson <cshore@csolve.net> SVN-Revision: 20124
* kernel: mark kmod-nfs-common-v4 as BROKEN (enabling it will interfere with ↵Nicolas Thill2010-03-101-1/+1
| | | | | | the other stable nfs modules) SVN-Revision: 20123
* busybox: fix default value for BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR (unused) ↵Nicolas Thill2010-03-101-1/+1
| | | | | | option SVN-Revision: 20122
* uboot-envtools: mark as 2.6 only, use a shorter title and a longer descriptionNicolas Thill2010-03-101-2/+3
| | | | SVN-Revision: 20118
* use a common way of marking packages as not supported on specific targetsNicolas Thill2010-03-104-6/+6
| | | | SVN-Revision: 20117
* Revert "mac80211/ath9k: fix duration calculation for short-guard-interval ↵Felix Fietkau2010-03-102-15/+1
| | | | | | frames (thanks to Duy Nguyen for pointing this out)" again It appears to be causing trouble at least with some clients. SVN-Revision: 20115
* mac80211/ath9k: fix duration calculation for short-guard-interval frames ↵Felix Fietkau2010-03-102-1/+15
| | | | | | (thanks to Duy Nguyen for pointing this out) SVN-Revision: 20114
* mac80211: fix compile for 2.6.33 (thx, acoul)Felix Fietkau2010-03-103-10/+8
| | | | SVN-Revision: 20113
* hostapd: restore wds sta state after the sta reassociatesFelix Fietkau2010-03-091-0/+12
| | | | SVN-Revision: 20108
* mac80211: fix interface setup for wds client sometimes an interface does not ↵Felix Fietkau2010-03-091-2/+2
| | | | | | get added to the bridge properly this seems to be a race of interface setup vs wpa_supplicant fix this by configuring the interface only after wpa_supplicant has been started SVN-Revision: 20106