blogic
a3f0c9fadf
[mac80211] adds ath5k platfrom_device eep support
...
Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31067 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-25 08:50:56 +00:00
blogic
40c47af27d
[ltq-dsl] unbreak dsl firmware loading
...
Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31066 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-25 08:50:45 +00:00
blogic
f966720eb0
[ltq-dsl] fix for 3.2.9
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31065 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-25 08:50:42 +00:00
jow
322039038f
[package] dnsmasq: add missing config_get, localize variables, bump package revision
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31058 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-23 11:26:47 +00:00
jow
a727e68c1f
dnsmasq: add mx record support
...
Adding the following syntax support:
config mxhost
option domain mydomain.com
option relay svr10.ironport.com
option pref 50
and this will generate an MX record for mydomain.com pointing at the relay with a given preference.
Redux: default the preference to 0 if absent.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31057 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-23 11:19:58 +00:00
jow
a3026e2fae
dnsmasq: add keywords for SRV RR class/weight
...
The SRV record also requires the class and weight fields... Currently you can overload the "port" keyword as:
option port xxxx,class,weight
but this is counter-intuitive. Here we fix this.
Redux: make the port required.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31056 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-23 11:19:56 +00:00
jow
659369891b
[package] iwinfo: properly cast nl80211 mBm signal levels to reported dBm values ( #11161 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31053 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-21 19:47:16 +00:00
jow
b83d565146
[package] block-mount: add missing chunk of previous commit
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31050 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-21 02:29:47 +00:00
jow
f41a38927e
[package] block-mount: invoke blkid without cache file, this seems to fix mounts by uuid or label
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31049 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-21 02:29:26 +00:00
nbd
ecce585694
base-files: split service related functions off to /lib/functions/service.sh
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31042 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-20 14:29:50 +00:00
nbd
483a02ae41
pppd: split files into netifd and non-netifd files, move the netifd ppp.sh file to the pppd package
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31041 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-20 13:09:27 +00:00
jow
bd1036b450
[package] kernel: add kmod-acpi-button
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31037 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19 23:48:38 +00:00
nbd
5fe04db16c
6in4: add netifd support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31036 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19 21:10:04 +00:00
nbd
97d7f20d53
netifd: update to latest version, fixes log buffer handling issues, dns issues and various sit tunnel related issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31035 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19 21:10:00 +00:00
nbd
369bc0e57d
6to4: fix interface error handling
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31034 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19 21:09:57 +00:00
nbd
768650413e
netifd: scan l3 devices on find_config()
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31033 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19 21:09:54 +00:00
nbd
2da93c7e15
netifd: shut down all interfaces before restarting netifd
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31032 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19 21:09:51 +00:00
jow
7f220e31ce
[package] kernel: add missing AddDepends calls for kmod-usb-serial-qualcomm and kmod-ata-sis
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31029 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19 20:28:49 +00:00
nbd
580a413385
madwifi: remove my maintainer line from the package
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31021 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19 11:29:01 +00:00
jow
30c57b2be2
[package] firewall: revert processing order of redirects and rules, ensures that rules can be used to filter before redirects are reached
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31014 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 23:34:06 +00:00
jow
e0fbcb5a25
ps3-utils git repository fix
...
The PKG_SOURCE_URL should be
git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-utils.git
rather then
http://www.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-utils.git
or else you will get a fatal error "did you run git update-server-info
on the server?"
Signed-off-by: Nicola Squartini <tensor5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30993 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 21:08:39 +00:00
jow
92cc682c00
Add support for the 8250 UART module.
...
It has been added at the end of other.mk as i couldn't find a better place
for it.
Signed-off-by: Christian Gagneraud <chris@techworks.ie>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30989 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 19:49:22 +00:00
jow
bd23f56f7d
Fix the title and the description of the kmod for DS2433.
...
This kmod has been certainly added by copy/paste but the title and
description were not updated. Fix that.
The DS2433 is a 1 wire 4kb eeprom with CRC capability.
Signed-off-by: Christian Gagneraud <chris@techworks.ie>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30988 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 19:49:21 +00:00
jow
80c7b4465b
Adds a kmod for the DS2431
...
The DS2431 is a 1 wire 1kb eeprom.
Signed-off-by: Christian Gagneraud <chris@techworks.ie>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30987 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 19:49:19 +00:00
jow
a79a87ae62
This patch adds a kmod in hwmon for the SHT21 sensor (I2C temperature and humidity sensor)
...
Signed-off-by: Christian Gagneraud <chris@techworks.ie>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30986 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 19:49:17 +00:00
jow
6f77ae2ecd
busybox 1.19.4 update patch
...
This patch updates busybox to 1.19.4 and refreshes all patches.
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30985 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 19:46:52 +00:00
jow
7010de0fd3
openssl 1.0.1 update patch
...
This patch updates openssl to 1.0.1 and refreshes all patches.
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30984 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 19:46:01 +00:00
jow
11e663d845
Add munin to /etc/services
...
The muninlite postinst fails to add munin to /etc/services.
This patch removes this broken postinst and add an entry for munin in
/etc/services. This should have been done when the rest of the
/etc/services postinsts were being removed (changesets 26142-26149).
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30982 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 19:41:57 +00:00
jow
aa79d88659
[package] kernel: add kmod-usb-net-ipheth ( #10157 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30981 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 19:02:28 +00:00
jow
b2cdc21a21
[package] kernel: add kmod-usb-serial-qualcomm ( #8283 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30979 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 18:49:38 +00:00
jow
aa76236b35
[package] kernel: add kmod-ata-sis ( #8259 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30978 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 18:44:30 +00:00
jow
432058f05c
[package] kernel: small correction of menuconfig title for kmod-video-gspca-ov534-9
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30977 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 18:37:08 +00:00
jow
fb61b1ede5
[package] kernel: add kmod-video-gspca-ov534-9
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30975 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-18 18:14:10 +00:00
nbd
8072d37a9e
mac80211: reduce cpu load by optimizing aggregation session timeout handling
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30968 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-17 22:34:58 +00:00
ryd
c0f7b08bdc
Update xfsprogs to 3.1.4 to 3.1.7
...
Changelog at http://xfs.org/index.php/XFS_Status_Updates
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30965 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-17 21:30:31 +00:00
nbd
fd6b63fcf9
ath9k: remove the queue wake optimization, it may be unreliable in some cases
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30959 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-16 22:22:34 +00:00
nbd
4b1477f8c1
6to4: set the tunnel remote endpoint to any, put the gateway in the route instead
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30950 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-15 11:01:50 +00:00
nbd
53fcd523f9
6to4: add netifd support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30949 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-15 09:49:33 +00:00
nbd
443820e37b
netifd: fix ipv6 issues, add sit tunnel support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30948 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-15 09:49:29 +00:00
nbd
24f6c7010a
netifd: implement find_config()
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30947 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-15 09:49:26 +00:00
jow
9ee670f627
openssl 1.0.0h update patch
...
Hi
this patch updates openssl to 1.0.0h and refreshes all patches.
This fixes CVE-2012-0884.
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30939 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13 22:09:48 +00:00
jow
6523857aba
[package] firewall: fix fw__uci_state_del() procedure ( #11132 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30938 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13 21:22:13 +00:00
jow
9bbe7731c6
[package] switch: the hardware must be up while configuring
...
Since the removal of the interface coldplug hack the timing changed in such a way that eth0 is not up during switch setup,
leading to an inaccesible device. Bring up the switch interface before configuring it to mitigate the problem.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30937 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13 21:15:41 +00:00
jow
0182feb5e7
[package] uhttpd: reorder compiler flags to fix native build on Ubuntu 11.x
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30936 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13 20:41:31 +00:00
jow
a0ced97706
[package] base-files-network: configure vlan interface name type immediately before the vconfig add calls, fixes race condition ( #11127 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30919 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13 12:25:28 +00:00
nbd
5ce4a896b7
ath9k: optimize waking tx queues, slightly improves performance under load
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30918 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13 11:19:19 +00:00
nbd
4a8df0b661
base-files: remove old coldplugging hacks that are no longer necessary since the new main hotplug2 instance calls udevtrigger as well
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30916 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13 09:18:30 +00:00
nbd
dea8a2e425
ath9k: remove stuck beacon detection optimization, it may be unreliable on some hardware
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30915 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-13 07:56:01 +00:00
jow
a33e79fbcb
[netfilter] fix ipt_ttl and ipt_TTL userspace library packaging
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30897 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-12 02:07:22 +00:00
nbd
acd288a145
rt2x00: merge a fix for random tx stalls
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30871 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-10 13:31:34 +00:00
nbd
92e1c8bfd3
mac80211: limit TID buffering to prevent out-of-memory issues on low-memory systems
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30870 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-10 13:31:31 +00:00
nbd
e690881d07
ath9k: fix passing MAC time to mac80211
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30869 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-10 13:31:27 +00:00
nbd
698b2e38ba
ath9k: increase rx buffers for improved performance with 3x3 chipsets
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30868 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-10 12:59:46 +00:00
nbd
b5880740aa
ath9k: merge an ANI improvement patch, improves performance in some environments
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30867 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-10 12:59:43 +00:00
nbd
d7bc8b2f4a
mac80211/ath9k: some more performance improvements
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30866 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-10 12:59:40 +00:00
nbd
868be35105
mac80211: more patch reorganization, merge an upstream performance optimization patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30865 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-10 12:59:36 +00:00
nbd
62d9e800de
ath9k: merge a fix for hardware full sleep
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30864 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-10 12:59:28 +00:00
nbd
669f5554cb
mac80211: reorganize patches, fold in patches that were merged upstream
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30863 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-10 12:59:24 +00:00
nbd
b9056caf2e
mac80211: add the real compat-wireless version + openwrt revision to the compat_version
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30862 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-10 12:59:21 +00:00
juhosg
69c230b37f
package/kernel: add package for the ath79 watchdog
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30851 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-08 09:00:16 +00:00
nbd
ed500e56a7
netifd: update to latest version
...
- preserve hotplug-added interfaces on reload, even if settings change
- implement fast config reload for bridge devices
- improve bridge device handling reliability
- fix bridge stp settings
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30829 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-05 19:53:16 +00:00
juhosg
2ec2f054b9
package/kernel: don't allow to select NAND modules for kernels <3.0
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30828 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-05 18:01:55 +00:00
jow
9ca54da839
[package] iwinfo: fix integer overflow in assoclist rate reporting ( #11073 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30825 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-05 17:52:46 +00:00
jow
75d6b8d77f
[package] busybox: enable ps wide flag by default
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30812 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-04 20:09:58 +00:00
jow
ea16273623
[package] uhttpd: cope with variable number of spaces in header lines ( #11079 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30806 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-04 15:53:51 +00:00
jow
e7c1abd9d4
[package] base-files: enable conntrack accounting in sysctl. It used to be a compile time option which got deprecated
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30805 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-04 14:53:17 +00:00
juhosg
93c039a0f3
base-files: remove trailing whitespaces from lib/functions/boot.sh
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30776 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-02 11:17:30 +00:00
juhosg
a01dc23d17
base-files: remove trailing whitespaces from lib/functions.sh
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30775 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-02 11:17:29 +00:00
juhosg
85b05f67d9
package/kernel: package nandsim module
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30774 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-02 11:17:27 +00:00
juhosg
0d9703a2b4
package/kernel: package NAND support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30773 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-02 11:17:25 +00:00
nbd
1e3377e48e
ath9k: fix misplaced ifdef
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30766 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-01 15:22:08 +00:00
nbd
4497c273ba
ath9k: disable btcoex again after it got re-enabled by the update
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30765 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-01 15:13:41 +00:00
nbd
adbea300bd
ath9k: disable MAC sample debugging, it is almost never used and wastes precious CPU cycles
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30764 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-01 15:13:33 +00:00
nbd
98a4f49247
mac80211: optimize mac address comparisons to improve performance
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30763 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-01 15:13:30 +00:00
nbd
55d98b2a3f
mac80211: fix ad-hoc mode performance regression
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30758 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-01 09:57:56 +00:00
nbd
ccbd47f758
mac80211: delete linux/eeprom_93cx6.h since the module is used from the kernel tree, fixes rt2x00 issues on lantiq
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30754 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-29 18:20:28 +00:00
nbd
f8ee20a10e
mac80211: remove 060-fix_compat_security.patch, it is no longer needed
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30753 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-28 20:49:26 +00:00
nbd
5da725ea43
netifd: update, fix some mac address handling issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30750 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-27 23:37:49 +00:00
nbd
664467e66f
netifd: add missing do_sysctl function
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30749 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-27 23:37:46 +00:00
jow
a6b7f73287
[package] iwcap: fix reversed umask
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30748 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-27 23:08:15 +00:00
jow
8f9292853c
[package] add iwcap - a small radiotap capture utility for background monitoring of wireless traffic or use as a remote capture drone
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30747 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-27 22:57:15 +00:00
nbd
e8923f5d9e
mac80211: update to wireless-testing 2012-02-27
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30746 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-27 22:56:05 +00:00
nbd
56e41e0603
ath9k: fix beacon issues on ar93xx
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30745 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-27 22:56:00 +00:00
nbd
1525d91ab9
netifd: update to 2012-02-26, fixes ipv4 broadcast handling
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30744 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-27 16:23:50 +00:00
nbd
ede698abc5
netifd: add a hotplug handler for setting sysctls (based on the old 10-routes file)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30743 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-27 16:23:47 +00:00
nbd
f2d1a93055
mac80211: update to wireless-testing 2012-02-23
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30742 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-27 16:23:43 +00:00
nbd
79d9ad50db
netifd: add a new udhcpc default script for command line use (no uci support)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30741 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-27 16:23:39 +00:00
jow
063d80418e
[package] firewall: allow ICMPv6 type 129 (echo reply) - this fixes basic ICMPv6 in case no connection tracking is used
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30727 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-25 21:00:23 +00:00
jow
2134e17cf1
[package] kernel: only depend on kmod-rtc-core if its provided by the used Kernel version
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30716 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-25 13:05:59 +00:00
jow
60c7e2bef5
[package] dropbear: patch possible use after free by authenticated remote users with active command restrictions (CVE-2012-0920)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30714 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-25 12:40:46 +00:00
jow
cccaf637eb
[package] uci: update to git head, reduces quotations in exported config files and fixes delta list handling in the Lua binding
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30711 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-24 18:07:06 +00:00
jow
ba1ff83059
[package] broadcom-wl: remove an erroneous BUG() call in the glue driver
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30709 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-24 13:36:46 +00:00
jow
0ccb4cc6a9
[package] firewall: bail out if uci is used in firewall include files
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30694 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-23 18:50:47 +00:00
jow
ca25ff4717
[package] iwinfo: fix wl backend, unsigned -> signed for mcs idx, revision bump after latest abi changes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30693 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-23 18:20:51 +00:00
jow
bfef9dc359
[package] iwinfo: replace internal constant mode strings with enums
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30692 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-23 13:16:09 +00:00
jow
250113e1c6
[package] iwinfo: implement netlink scanning code, rework IE parsing code
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30691 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-23 12:18:46 +00:00
jow
1446112d1f
[package] iwinfo: fix array size mismatch after r30684
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30685 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-22 13:56:06 +00:00
jow
f0647cc9dd
[PATCH] Allow full 250mw (24dBm) on WRT54GL and related with wl legacy driver on iwinfo
...
Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30684 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-22 13:41:50 +00:00
jow
4efc5c7d68
[PATCH] Adjust txpower offset for Nano and Picostation M2 in iwinfo
...
Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30683 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-22 13:40:29 +00:00
jow
0b7b8ea93f
[package] iwinfo: add per-station rate and mcs info to assoclist op
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30682 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-22 13:39:16 +00:00