summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* [package] firewall: also correct another variable missed in previous commitcshore2011-07-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27508 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: fix wrong variable names for protocol command line ↵cshore2011-07-071-2/+2
| | | | | | parameter - were missed during r27500 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27507 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: preinit: Fixed sourcing of diag.sh in /etc/preinit. ↵cshore2011-07-072-1/+7
| | | | | | This caused errors due to frequent use of /proc/cpuinfo to determine board name to pick led layout. Now diag.sh (which only defines set_state and any helper functions) is sourced by a proper preinit function during preinit_main, which is after /proc has been brought up, unlike in /etc/preinit git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27501 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall:jow2011-07-064-30/+26
| | | | | | | | | | - solve scoping issues when multiple values are used, thanks Daniel Dickinson - ignore src_port/dest_port for proto icmp rules, ignore icmp_type for non-icmp rules - properly handle icmp when proto is given in numerical form (1, 58) - support negated icmp types git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27500 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ltq-tapi/vmmc were build on none lantiq targets due to bad builddepends of pjsipblogic2011-07-063-11/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ltq-tapi is not xway specificblogic2011-07-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27497 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Lantiq TAPI driver also build for other platformsblogic2011-07-061-3/+5
| | | | | | | | thanks Matthias Buecher git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27494 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for gigaset SX76X to uboot-lantiqblogic2011-07-064-5/+87
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27488 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix lantiq uboot to build lzma compressed bootloaders for eval kitsblogic2011-07-0614-73/+1519
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27487 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix some more "DMA failed to stop in 10 ms" issues on AR913x (#9654)nbd2011-07-061-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27482 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix reliability issues with TKIP MIC verificationnbd2011-07-061-0/+73
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27481 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: always enable fast clock for 5 ghz regardless of the eeprom settingnbd2011-07-061-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27480 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: fix udp rules for tcpudp proto rules using src_port and ↵cshore2011-07-061-0/+7
| | | | | | dest_port after modification by the parsing of the tcp rule git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27469 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] e2fsprogs: Fixed filename of patch (needed .patch extension)cshore2011-07-051-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27467 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] e2fsprogs: Added libpthread back to blkid link, otherwise blkid ↵cshore2011-07-051-0/+11
| | | | | | fails to link) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27466 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: add iptables-mod-led (#9400)florian2011-07-051-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27460 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] e2fsprogs: fix blkid dependencies (#9377)florian2011-07-051-4/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27459 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add kmod-sched-netem (#8839)florian2011-07-051-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27458 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4, 6to4: prevent starting the tunnel if kmod-sit is not yet ↵jow2011-07-054-3/+13
| | | | | | loaded (#9643) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27449 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: use lib80211 from compat-wireless instead of the kernelnbd2011-07-042-37/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27436 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge an upstream change to fix false tx hangs on ar9003nbd2011-07-041-1/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27433 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: add an upstream patch to fix a memory leaknbd2011-07-041-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27432 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes dependencies of pjsip and ltq-vmmcblogic2011-07-032-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27409 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add falcon support to vmmcblogic2011-07-033-0/+12312
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27408 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add kmod for dm9000blogic2011-07-031-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27402 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add kmod definitions for at24(i2c) and at25(spi) eepromsblogic2011-07-031-0/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: pass conloglevel to syslogd (#9463, #9647)jow2011-07-031-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27400 3c298f89-4303-0410-b956-a3cf2f4a3e73
* max80211: rt2x00: load the eeprom data from a file on Ralink SoCsjuhosg2011-07-034-1/+320
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27395 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: rename a rt2x00 related patchjuhosg2011-07-031-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27394 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: make reset and enable_vlan default to 1 (based on patch by Nikolay ↵nbd2011-07-031-2/+2
| | | | | | Martynov) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27375 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: avoid setting "NOVAL" attributes if "0" was provided as a valuenbd2011-07-031-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27374 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] package/kernel/modules: Alexandros pointed me at this patch, and I ↵cshore2011-07-031-2/+20
| | | | | | | | | noted that not only the MFGPT module but also the new GPIO driver both rely on the mfd_core functionality to operate correctly. Signed-off-by: Alexandros C. Couloumbis <alex@ozo.com> Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27372 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] Revert "Like the earlier mfgpt patch, the new GPIO drivers also ↵cshore2011-07-031-20/+2
| | | | | | | | require the MFD driver to be present for the BAR's to be mapped." This reverts commit c485487b63d1c1de72a375f1278d8a98546ba3af. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27370 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Like the earlier mfgpt patch, the new GPIO drivers also require the MFD ↵cshore2011-07-031-2/+20
| | | | | | | | driver to be present for the BAR's to be mapped. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: fix tx queue limit for the cabq, fixes warning described in #9465nbd2011-07-031-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: disable the 32 khz sleep clock, atheros also does this, might improve ↵nbd2011-07-031-0/+18
| | | | | | stability git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: fix restoring the mac timing setting after a sleep clock setting changenbd2011-07-031-0/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27365 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: delay initial periodic calibration after reset to improve stabilitynbd2011-07-031-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27364 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: clean up pll code for ar9002 to fix 5/10 mhz pll settings for 5ghznbd2011-07-021-0/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mtd: don't append jffs2 data multiple timesjuhosg2011-07-022-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27358 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: fix a crash when setting coverage class before the first channel ↵nbd2011-07-021-0/+10
| | | | | | change (#9586) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: fix memory corruption and leakage on remove (patch from #9576 ↵nbd2011-07-021-0/+31
| | | | | | by George Kashperko) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: do not use the relinked libgcc, fixes c++ exception handling ↵nbd2011-07-021-1/+1
| | | | | | issues (#9185) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27347 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move mkelfimage from tools/ to package/ as it needs a proper i386 toolchain ↵nbd2011-07-022-0/+46
| | | | | | - make the package hidden so that it is automatically built without having to be selected git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27345 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a small hack to make changing the channel bandwidth to 5/10 mhz ↵nbd2011-07-011-0/+54
| | | | | | available through debugfs - does not work on all chipsets and is not recommended for production use yet git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge an upstream patch that provides a minor throughput improvement ↵nbd2011-07-011-1/+11
| | | | | | on ar9003 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27339 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: fix port range quirk in previous commitjow2011-07-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27335 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: properly handle negated ports in nat reflectionjow2011-07-012-5/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27334 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: enable spur mitigation for ar2413 - should improve performance and ↵nbd2011-07-011-0/+10
| | | | | | reliability on those devices git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27331 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: add a missing srev checks for code that lowers the synth voltage - ↵nbd2011-07-011-0/+31
| | | | | | might fix some stability issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27325 3c298f89-4303-0410-b956-a3cf2f4a3e73