Felix Fietkau
226ad1d259
uci: update to 2011-07-18, fixes #9731
...
SVN-Revision: 27680
14 years ago
Jo-Philipp Wich
85dcf817d8
resolveip: fix whitespace
...
SVN-Revision: 27671
14 years ago
Jo-Philipp Wich
60fe01e698
pptp: properly support symbolic VPN host names, tear down created host routes ( #4876 )
...
SVN-Revision: 27669
14 years ago
Jo-Philipp Wich
28505cad0d
add "resolveip", a small DNS lookup utility for use in scripts ( #4876 )
...
SVN-Revision: 27666
14 years ago
John Crispin
4da4c491a6
uboot-lantiq
...
fix arv752DPW and add arv7525PW
SVN-Revision: 27664
14 years ago
John Crispin
c0c7c82a2f
revert parts of r27488 to uboot-lantiq
...
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 27663
14 years ago
John Crispin
a6ceecd973
better lantiq support in madwifi
...
Allow for each lantiq target (without wifi eeprom) to define where
wireless configuration data is on flash. Patch also adds support for
sx763 lantiq target.
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 27662
14 years ago
John Crispin
e80af9da6b
reorganize ltq-dsl-app
...
Add menu options to ltq-dsl-app.
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 27661
14 years ago
Jo-Philipp Wich
0de28706ca
base-files: implement a generic mechanism to map per-interface sysctls to uci. - option ipv4_xyz is mapped to /proc/sys/net/ipv4/{conf,neigh}/xyz - option ipv6_xyz is mapped to /proc/sys/net/ipv6/{conf,neigh}/xyz This allows e.g. "option ipv6_proxy_ndp 1" to enable NDP proxying on wan. Fixes ticket #8699 .
...
SVN-Revision: 27653
14 years ago
Jo-Philipp Wich
1267f048da
iptables: refresh patches
...
SVN-Revision: 27652
14 years ago
Jo-Philipp Wich
4b362b98bb
6to4: provide "adv_preferred_lifetime" and "adv_valid_lifetime" options to control the generated radvd prefix values ( #9147 )
...
SVN-Revision: 27650
14 years ago
Jo-Philipp Wich
597be91074
iptables: rewrite module help texts ( #7446 )
...
SVN-Revision: 27648
14 years ago
Jo-Philipp Wich
1ff200ead5
iptables: fix redundant binaries in iptables-utils & ip6tables-utils ( #9691 )
...
SVN-Revision: 27646
14 years ago
Jo-Philipp Wich
61aba42d5c
mountd: correctly handle poll() timeout case, solves possible 100% CPU load when idle ( #7293 )
...
SVN-Revision: 27635
14 years ago
Jo-Philipp Wich
1e34c02e3e
base-files: add -h and --help options to sysupgrade ( #9728 )
...
SVN-Revision: 27630
14 years ago
Jo-Philipp Wich
53a5beaca8
uhttpd: unblock signals in CGI childs, solves hanging ssh logout after server restart from within LuCI and similar problems
...
SVN-Revision: 27628
14 years ago
Jo-Philipp Wich
78fa88ca81
firewall: rework state variable handling, use uci_toggle_state() where applicable and properly handle duplicates in add and del state helpers ( #9152 , #9710 )
...
SVN-Revision: 27618
14 years ago
Jo-Philipp Wich
e0e6d1029e
base-files: use uci_toggle_state() to prevent unwanted aggregation of state vars ( #9711 )
...
SVN-Revision: 27616
14 years ago
Jo-Philipp Wich
9ee12e3f62
uci: implement a uci_toogle_state() wrapper in the shell api which calls uci_revert_state() before uci_set_state()
...
SVN-Revision: 27614
14 years ago
Felix Fietkau
e084d0e92a
ath9k: add some more fixes to the mic failure handling rework patch
...
SVN-Revision: 27607
14 years ago
Felix Fietkau
9ef09af36d
mac80211: fix compile errors because of duplicate atomic64 implementations ( #9690 )
...
SVN-Revision: 27605
14 years ago
Felix Fietkau
6493242f94
ath9k: fix mic frame handling for bigger packets
...
SVN-Revision: 27596
14 years ago
Imre Kaloz
1e395abc80
fixup orion compile
...
SVN-Revision: 27591
14 years ago
John Crispin
1af1682eb2
wrong md5sum in ltq-ifxos
...
Signed-off-by: Luka Perkov
SVN-Revision: 27575
14 years ago
Felix Fietkau
97248baa3e
mac80211: backport atomic64_t support for kernels that don't support it
...
SVN-Revision: 27572
14 years ago
Felix Fietkau
7bab9b2f30
hostapd: refresh patch
...
SVN-Revision: 27571
14 years ago
Felix Fietkau
8edcfc5bff
hostapd: send EAPOL frames using the same WMM queue as management frames - fixes reconnect issues under load
...
SVN-Revision: 27570
14 years ago
Felix Fietkau
57d9c06f09
hostapd: only advertise a single encryption type via WPS if multiple are supported - fixes windows 7 interop issues
...
SVN-Revision: 27569
14 years ago
Felix Fietkau
c1f1058a89
ath9k: merge some pending initval fixes for ar9380
...
SVN-Revision: 27566
14 years ago
Felix Fietkau
8f6bd9e425
ath9k: fix sifs time for half/quarter and remove some unnecessary defines
...
SVN-Revision: 27565
14 years ago
Felix Fietkau
891a96d588
ath9k: add more fixes for TKIP MIC validation
...
SVN-Revision: 27564
14 years ago
Felix Fietkau
b4cef327ff
ath9k: add a temporary uci option for setting the channel bandwidth
...
SVN-Revision: 27563
14 years ago
Felix Fietkau
2d0ecd63f5
ath9k: add more fixes for half/quarter rate support
...
SVN-Revision: 27562
14 years ago
Felix Fietkau
c98829c864
mac80211: fix an interop issue with some broken 802.11n clients ( #9436 )
...
SVN-Revision: 27554
14 years ago
Felix Fietkau
bf11563176
mac80211: add pending crypto bugfixes
...
SVN-Revision: 27552
14 years ago
John Crispin
f1af962560
kmod-dm9000 should build as a module
...
SVN-Revision: 27543
14 years ago
John Crispin
6061c471aa
fix ltq-vmmc SoC dependency
...
SVN-Revision: 27540
14 years ago
John Crispin
2d5d28bebf
update ltq-vmmc patches
...
SVN-Revision: 27539
14 years ago
John Crispin
a463daa818
replace all references to xway with danube
...
SVN-Revision: 27538
14 years ago
John Crispin
985d4dd88f
update ltq-tapidemo to 5.1.0.53
...
SVN-Revision: 27533
14 years ago
John Crispin
35309dbbc8
update ltq-ifxos to version 1.5.14
...
SVN-Revision: 27531
14 years ago
John Crispin
7aa12362b1
fixes ltq-vmmc for none falcon targets
...
SVN-Revision: 27530
14 years ago
John Crispin
d097c52ce0
pjsip-ltq-tap is for all lantiq targets
...
SVN-Revision: 27529
14 years ago
Jo-Philipp Wich
a92ed1808c
firewall: make sure that -m mac is used with --mac-source, follow up to r27508
...
SVN-Revision: 27519
14 years ago
Florian Fainelli
e42f0f49e8
add perf
...
SVN-Revision: 27515
14 years ago
Daniel Dickinson
ca7383e701
firewall: also correct another variable missed in previous commit
...
SVN-Revision: 27508
14 years ago
Daniel Dickinson
c8531fca5d
firewall: fix wrong variable names for protocol command line parameter - were missed during r27500
...
SVN-Revision: 27507
14 years ago
Daniel Dickinson
1f69f4cf64
base-files: preinit: Fixed sourcing of diag.sh in /etc/preinit. 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
...
SVN-Revision: 27501
14 years ago
Jo-Philipp Wich
dd4934a943
firewall: - 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
...
SVN-Revision: 27500
14 years ago
John Crispin
302347e4d4
ltq-tapi/vmmc were build on none lantiq targets due to bad builddepends of pjsip
...
SVN-Revision: 27498
14 years ago