Jo-Philipp Wich
17acf9bf27
base-files: rework cache handling in network.sh to keep the entire parsed ifstatus, use jshn namespaces to support using it concurrently with other jshn users
...
SVN-Revision: 34725
12 years ago
Felix Fietkau
1536f2be63
libubox: another jshn update, fixes array handling issues
...
SVN-Revision: 34723
12 years ago
Jo-Philipp Wich
1600ba99e4
base-files: various enhancements to network.sh
...
- support reading inactive gateways and DNS information in
network_get_gateway(), network_get_dnsserver() and network_get_dnssearch()
by passing "true" as optional last argument
- internally cache fetched values to speed up subsequent accesses to the same
data, introduce network_flush_cache() to clear them
- add some inline function documentation
SVN-Revision: 34722
12 years ago
Felix Fietkau
595b48be55
libubox: fix some jshn variable handling regressions
...
SVN-Revision: 34720
12 years ago
Felix Fietkau
a7877699f7
libubox: update to latest version, adds jshn namespace support
...
SVN-Revision: 34718
12 years ago
Felix Fietkau
056d75049d
wpa_supplicant.sh: always use parameters from the current section
...
Using variables from the outer scope unnecessarily complicates the code and
leads to issues.
This patch fixes the bug when having an "adhoc" wifi-iface section before a
"sta" section prevents wpa_supplicant from using the key specified in the
corresponding section as it tries to use the "adhoc" key instead (1 by
default).
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
SVN-Revision: 34716
12 years ago
John Crispin
e9c0b95829
fixes uapi helper define
...
SVN-Revision: 34715
12 years ago
Felix Fietkau
b9d1bdb374
kernel: add a module for ipv6 gre
...
SVN-Revision: 34709
12 years ago
Felix Fietkau
fba5be2dc5
ubus: update to latest version, fixes request timeout handling issues, hangs on lots of requests, adds object notification support
...
SVN-Revision: 34705
12 years ago
Felix Fietkau
860c2e8116
netifd: call /etc/udhcp.user from the netifd dhcp.script
...
This was done previously when dhcp was handled by the network scripts.
So netifd should behave the same.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 34704
12 years ago
John Crispin
66daf1ef61
allow to load only 1 usb port on AR9 / VR9
...
SVN-Revision: 34700
12 years ago
John Crispin
baae9d16e9
move voice packages
...
SVN-Revision: 34695
12 years ago
John Crispin
06c9170a7c
move ltq-adsl-tool
...
SVN-Revision: 34694
12 years ago
John Crispin
1d0a9d0c04
move ltq-adsl
...
SVN-Revision: 34693
12 years ago
John Crispin
c2738a9559
move ltq-ifxos
...
SVN-Revision: 34692
12 years ago
John Crispin
9b429a123d
add ltq-ptm
...
SVN-Revision: 34690
12 years ago
John Crispin
c2e2323e1d
add ltq-deu
...
SVN-Revision: 34689
12 years ago
John Crispin
65d9ff5054
add ltq-hcd
...
SVN-Revision: 34688
12 years ago
John Crispin
240a3a38e1
fixes uboot dependency
...
SVN-Revision: 34686
12 years ago
John Crispin
12cfa40375
add crypto-pcompress
...
SVN-Revision: 34685
12 years ago
John Crispin
4583469413
make use of uapi directory wrapper
...
SVN-Revision: 34684
12 years ago
Gabor Juhos
86cd825c1f
package/swconfig: don't use kernel headers
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34679
12 years ago
Hauke Mehrtens
588b42a8b7
broadcom-wl: Pass physical address to wl_attach
...
wl_attach expects a physical address, as it performs the mapping internally.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 34671
12 years ago
Felix Fietkau
b85c8a6361
netifd: update to latest version, fixes purging old resolv.conf entries after ifdown
...
SVN-Revision: 34664
12 years ago
Felix Fietkau
64f0b22052
build: only install packages for selected variants, fixes building multiple variant selections in one tree
...
SVN-Revision: 34656
12 years ago
Hauke Mehrtens
3a4a6cfd64
kernel: in kernel 3.6.8 and later tg3 depends on hwmon.ko
...
SVN-Revision: 34652
12 years ago
Gabor Juhos
1552af3131
base-files: add mtd_find_chardev helper
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34648
12 years ago
Mirko Vogt
ee17703371
Revert "remove function find_mtd_part() from /lib/functions.sh"
...
Reverting commit 34641.
Function find_mtd_part() is needed by some scripts deployed
for certain targets but not including boot.sh after all.
Still, all this certainly needs some love.
SVN-Revision: 34642
12 years ago
Mirko Vogt
1521cdda0f
remove function find_mtd_part() from /lib/functions.sh
...
Since all scripts using this function include /lib/functions/boot.sh -
where this function is defined as well - it can be dropped
from /lib/functions.sh. Also avoids further confusion about this
function being declared and defined in two different places.
SVN-Revision: 34641
12 years ago
Gabor Juhos
a6112c3e8a
mac80211: update rt2x00 rx_status patch
...
Also remove the superfluous ones for ath5k, p54.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34637
12 years ago
Steven Barth
8d9564af1b
ipv6-support: Make ULA addresses secondary * Deprecates ULA prefixes when there are other public prefixes * Fixes issues with clients using incorrect source addresses
...
SVN-Revision: 34630
12 years ago
Steven Barth
8546f8a401
6distributed: Add support for secondary addresses
...
SVN-Revision: 34629
12 years ago
Steven Barth
14273e1120
6relayd: Fix announcement of deprecated prefixes
...
SVN-Revision: 34628
12 years ago
Gabor Juhos
1a000cfcef
mac80211: zero-out rx_status in rt2x00, ath5k, p54
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34627
12 years ago
Gabor Juhos
51f59a4f53
mac80211: fix possible NULL pointer dereference in ath9k
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34624
12 years ago
Florian Fainelli
b7f026680a
package/kernel: enable CONFIG_SND_SOC_DMAENGINE_PCM in sound-soc-core
...
This is required for 3.6+ kernels and some sound SoC modules.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34618
12 years ago
Florian Fainelli
157cccaa6b
package/kernel: snd-soc-core depends on regmap
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34616
12 years ago
Florian Fainelli
7685458982
package/kernel: package kmod-input-matrixkmap
...
This is required by some keyboard drivers in 3.6+
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34614
12 years ago
Felix Fietkau
1820e8566e
kernel: include the xfrm_algo module on 3.6+ ( fixes #12552 )
...
SVN-Revision: 34611
12 years ago
Felix Fietkau
b8757c644f
mac80211: fix channel context related warnings when using wds ap mode ( fixes #12585 )
...
SVN-Revision: 34610
12 years ago
Steven Barth
faba477274
ipv6-support: Add support for NPT status tracking
...
SVN-Revision: 34609
12 years ago
Steven Barth
cd76023e97
6distributed: add status-call for luci-integration
...
SVN-Revision: 34608
12 years ago
Felix Fietkau
e3128792fe
b43: fix tx path skb leaks
...
SVN-Revision: 34607
12 years ago
Gabor Juhos
dfd718d13d
mac80211: ath9k: allow to load EEPROM data via firmware API
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34606
12 years ago
Gabor Juhos
0739a2bb9c
mac80211: ath9k: fix OTP register offsets for AR9340
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34605
12 years ago
Felix Fietkau
19fc506333
ath5k: fix skb leaks (should fix #12199 )
...
SVN-Revision: 34603
12 years ago
Felix Fietkau
cb9c63048d
mac80211: fix setting txpower ( #12594 )
...
SVN-Revision: 34594
12 years ago
Felix Fietkau
01513b7c8b
iw: sync with nl80211.h to fix setting antenna gain
...
SVN-Revision: 34593
12 years ago
Felix Fietkau
8d15b064e0
ath9k: improve signal strength / channel noise reporting accuracy
...
SVN-Revision: 34592
12 years ago
Felix Fietkau
45a0216593
mac80211: refresh patches
...
SVN-Revision: 34591
12 years ago