summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add target/linux/realtek/patches-2.6.30/303-dump_fpu_dummy.patch. Closes #5.Roman Yeryomin2013-05-261-0/+15
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * Add more ids to usb/serial/option driverRoman Yeryomin2013-05-261-0/+22
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * Expose mode kernel headers to userspace so iptables could compile cleanlyRoman Yeryomin2013-05-261-0/+17
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * Add a patch for usb to compile cleanlyRoman Yeryomin2013-05-261-0/+12
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * Fix query3g so it could detect more 3g dongles which don't have AT+CPIN commandRoman Yeryomin2013-05-262-11/+69
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * add query3g packageRoman Yeryomin2013-05-263-0/+227
| | | | | | | | Signed-off-by: Roman <roman@nomad.(none)>
| * patch mac80211 makefileRoman Yeryomin2013-05-261-1/+11
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * add hotplug2 backport by jowRoman Yeryomin2013-05-261-11/+29
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * add kernel config patch by jowRoman Yeryomin2013-05-261-8/+8
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * add layer7 netfilter headerRoman Yeryomin2013-05-261-0/+13
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * Add hostapd-rtk and librtk-inband packagesRoman Yeryomin2013-05-2625-0/+13327
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * Port lexra binutils patch to 2.21.1 versionRoman Yeryomin2013-05-261-0/+1972
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * Add realtek target filesRoman Yeryomin2013-05-26889-0/+635688
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * Add binutils 2.20.1 patches for lexra/rlxRoman Yeryomin2013-05-261-0/+1985
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * Add uClibc patches for lexra/rlxRoman Yeryomin2013-05-263-0/+94
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * Add gcc 4.5 patches for lexra/rlxRoman Yeryomin2013-05-262-0/+259
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * Add cvimg files to firmware-utilsRoman Yeryomin2013-05-263-0/+3272
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * lexra platform support for build systemRoman Yeryomin2013-05-267-4/+25
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * Add cvimg to firmware-utilsRoman Yeryomin2013-05-261-0/+1
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * Add bixutil to firmware-utilsRoman Yeryomin2013-05-262-0/+189
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * generic: ar8216: add port mirroringHEADmasterluka2013-05-242-0/+318
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on Buffalo WZR-600DHP with ar8316 switch. Commands used to mirror both RX and TX traffic from LAN port 1 to LAN port 4: $ swconfig dev switch0 set enable_mirror_rx 1 $ swconfig dev switch0 set enable_mirror_tx 1 $ swconfig dev switch0 set mirror_monitor_port 4 $ swconfig dev switch0 set mirror_source_port 1 Signed-off-by: Colin Leitner <colin.leitner@googlemail.com> Tested-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36713 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * firewall3: update to git headjow2013-05-241-3/+3
| | | | | | | | | | | | - fixes linking issues with some toolchains git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36703 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * 6relayd: fix a lease-timing issue with stateful DHCPv6cyrus2013-05-241-2/+2
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36702 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * mac80211: merge AP VLAN / WDS related fixesnbd2013-05-241-3/+42
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36699 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * firewall3: update to git headjow2013-05-231-2/+2
| | | | | | | | | | | | | | - Use weak references for instantiating libext*.a matches, makes fw3 independant from the compile time features of iptables - Do not leak memory when processing rules with unknown targets or matches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36698 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * mac80211: fix station info tx bytes (#13567)nbd2013-05-231-0/+9
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36697 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * uhttpd: update to latest version, fixes #13564, #13560, improves error ↵nbd2013-05-231-2/+2
| | | | | | | | | | | | | | | | handling as pointed out in #13537 Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36696 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * ath9k: merge some ar934x stability fixesnbd2013-05-236-11/+121
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36695 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * gcc: remove version 4.7nbd2013-05-2335-1873/+0
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36694 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * gcc: port missing patches from 4.6 to 4.8nbd2013-05-2312-0/+284
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36693 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * firewall3: Remove abandonend includecyrus2013-05-232-8/+1
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36692 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * firewall3: update to git headjow2013-05-221-2/+2
| | | | | | | | | | | | | | - fix build on Linux < 3.7 - limit zone names to 14 bytes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36691 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * 6relayd: Let OpenWrt override default CFLAGScyrus2013-05-221-2/+2
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36690 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * firewall3: update to git headjow2013-05-221-2/+2
| | | | | | | | | | | | | | | | - fixes reload when firewall is not running already - fixes crash when ipsets are supported but undeclared - fixes handling of per zone user chains on reload git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36689 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * gcc: fix avr32 default GCC versionjogo2013-05-221-1/+1
| | | | | | | | | | | | | | | | | | Fix gcc version default after r36355 removing all GCC_DEFAULT_VERSION symbols. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36688 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * 6relayd: Fix a segfault when multiple downstream interfaces are presentcyrus2013-05-211-2/+2
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36687 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * firewall3: update to git headjow2013-05-211-2/+2
| | | | | | | | | | | | | | - fixes segfault in flush command if ipset support is not available - fixes internal rule generation if custom chains are enabled git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36686 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * ipset: remove dependency on iptables-mod-ipset - technically it does not ↵jow2013-05-211-1/+1
| | | | | | | | | | | | depend on it and the iptables matches are now part of the base git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36685 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * firewall3: move libext*.a copying to compile phasejow2013-05-211-2/+2
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36684 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * netfilter: move time, mark, set matches and MARK, REDIRECT, SET targets into ↵jow2013-05-212-32/+25
| | | | | | | | | | | | base iptables package - drop iptables-mod-ipset git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36683 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * firewall3: update to git headjow2013-05-211-3/+14
| | | | | | | | | | | | | | * use libiptc and libxtables directly to manage ruleset, iptables-restore is unreliable and prone to race conditions * make ipset integration more reliable git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36681 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * iptables: use -ffunction-sections, -fdata-sections and --gc-sectionsjow2013-05-211-2/+6
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36680 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * ar71xx: disable jffs2 by default, it confuses users since many devices have ↵nbd2013-05-211-1/+1
| | | | | | | | | | | | | | | | incompatible eraseblock sizes Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36679 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * odhcp6c: Various fixescyrus2013-05-211-2/+2
| | | | | | | | | | | | | | * Honour T1 and T2 values from servers better * Correctly send Reconfigure-Accept option in requests git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36678 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * 6relayd: Various DHCPv6-fixescyrus2013-05-211-2/+2
| | | | | | | | | | | | | | | | * Be more standards-compliant in stateful mode * Handle hostnames from Windows-clients correctly * Handle messages from DHCPv6-relays better git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36677 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * kernel: update 3.9 to 3.9.3jogo2013-05-207-15/+15
| | | | | | | | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36676 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * odhcp6c: Fix address / prefix expiry logiccyrus2013-05-201-2/+2
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36675 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * ar7: drop obsolete 3.3 supportjogo2013-05-2016-1753/+0
| | | | | | | | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36674 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * ar7: drop obsolete 3.6 supportjogo2013-05-2016-1762/+0
| | | | | | | | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36673 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * ar7: switch to 3.9jogo2013-05-203-4/+1
| | | | | | | | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36672 3c298f89-4303-0410-b956-a3cf2f4a3e73