John Crispin
344a304524
lldp: make use of new USERID syntax
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42839
2014-10-08 08:01:33 +00:00
John Crispin
a3bf98495a
base-files: extend USERID:=syntax
...
it is now possible to inlie the uid and gid in the syntax
USERID:=username=uid:group=gid:group2=gid2:...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42838
2014-10-08 08:01:28 +00:00
John Crispin
90120bb771
wwan: add a generic 3g/4g proto
...
this proto handler will detect which of 3g, qmi, mbim, ncm or directip you need
for a stick and setup uci automagically
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42837
2014-10-08 08:01:20 +00:00
John Crispin
1df98fcd5a
comgt: split directip support into its own package
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42836
2014-10-08 08:00:55 +00:00
John Crispin
bb64826bdb
uqmi: dont use proto_block_restart
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42835
2014-10-08 08:00:45 +00:00
John Crispin
e53734ddef
uqmi: make the proto depend on the usb driver
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42834
2014-10-08 08:00:21 +00:00
John Crispin
87edc29ea1
umbim: dont use proto_block_restart
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42833
2014-10-08 08:00:17 +00:00
John Crispin
2fa06954a3
umbim: work out the ifname instead of relying on it being in uci
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42832
2014-10-08 08:00:07 +00:00
John Crispin
e28c5f86f3
procd: handle hotplug events for the usbmisc subsystem
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42831
2014-10-08 08:00:01 +00:00
John Crispin
550ded7b8a
procd: r42814 added a bad git version
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42826
2014-10-06 20:27:31 +00:00
John Crispin
9f2a5ace84
procd: update to latest git HEAD
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42814
2014-10-06 20:06:41 +00:00
John Crispin
c53de497f8
ubox: update to latest git head
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42813
2014-10-06 20:06:26 +00:00
John Crispin
635c9d7a25
fstools: update to latest git
...
adds support for /dev/vd* virtual io
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42812
2014-10-06 20:06:15 +00:00
Steven Barth
8691d75917
odhcp6c: add route-workaround for broken IPv6-ISPs
...
Some ISP seem to only do stateful DHCPv6 and not sending RAs.
This is technically broken because plain DHCPv6 doesn't carry routes.
We work around here by faking a default route to the DHCPv6 server
if we do not receive a useful RA from the ISP.
This workaround can be turned off with: option fakeroutes 0
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42803
2014-10-06 11:19:33 +00:00
Steven Barth
8243e57167
nftables: bump to 2014-09-30, disable gmp
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42802
2014-10-06 06:24:53 +00:00
John Crispin
f9cccd2c14
base-files: make postinst script run inside a subshell
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42800
2014-10-06 05:55:35 +00:00
Steven Barth
e263cd27ee
libnftnl: bump to 2014-10-02
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42799
2014-10-06 05:30:36 +00:00
John Crispin
74397a14ca
iwinfo: add AR9580 with new subsystem device ID and QCA9880 with no subsystem vendor/device IDs
...
The AR9580 with the new ID can be found in the EnGenius ESR900 and the
QCA9880 without any subsystem IDs can be found in the EnGenius ESR1750.
Signed-off-by: Forest Crossman <cyrozap@gmail.com>
SVN-Revision: 42793
2014-10-06 04:53:04 +00:00
John Crispin
9f08790436
kernel: add rtc-ds1307 module support
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 42791
2014-10-06 04:52:51 +00:00
John Crispin
fcbad42acd
kernel: add ledtrig-transient module support
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 42790
2014-10-06 04:52:44 +00:00
John Crispin
70d56d749b
hostapd: read missing parameter for dynamic VLANs
...
In r41872 Dynamic VLAN support was reintroduced, but the vlan_naming
parameter is not read while setting up the config, so it always
defaults to 1.
Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>
SVN-Revision: 42787
2014-10-06 04:52:21 +00:00
John Crispin
7860c9707a
sysupgrade: preserve symlinks in backups
...
Signed-off-by: Catalin Patulea <catalinp@google.com>
SVN-Revision: 42783
2014-10-06 04:51:56 +00:00
Felix Fietkau
8a450a93a5
lantiq: remove the useless ltqtapi.mk include file
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42778
2014-10-05 18:58:47 +00:00
Felix Fietkau
5121981a9e
iproute2: add conflict for ip with ip-full
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42774
2014-10-05 17:13:34 +00:00
Felix Fietkau
bf0305725a
hostapd: add conflicts with wpad(-mini) to hostapd and wpa_supplicant
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42772
2014-10-05 16:41:50 +00:00
Felix Fietkau
8cc9f46dfa
ath10k: update firmware to the latest version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42768
2014-10-05 14:59:59 +00:00
Felix Fietkau
063074cf0c
mac80211_hwsim: select 802.11n support for hostapd
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42766
2014-10-05 11:50:42 +00:00
Felix Fietkau
62e6e788dd
relayd: update to the latest version, fixes a build error with the new gcc ( #18010 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42765
2014-10-05 11:01:49 +00:00
Felix Fietkau
281f40cef2
hostapd: allow using iapp for any encryption type ( fixes #18022 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42764
2014-10-05 10:55:55 +00:00
Felix Fietkau
cd80931e03
hostapd: merge an upstream patch for pmksa cache
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42762
2014-10-05 10:26:26 +00:00
Felix Fietkau
b5529ed26b
iwinfo: detect AC PHY for broadcom-wl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42761
2014-10-05 10:26:17 +00:00
Felix Fietkau
dac05f6724
iwinfo: detect HT PHY for broadcom-wl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42760
2014-10-05 10:26:10 +00:00
Felix Fietkau
349b20c197
iwinfo: fix handling of accessing nl80211 interfaces via radio*
...
look up device path via uci instead of assuming a direct phy index
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42759
2014-10-05 10:26:05 +00:00
Felix Fietkau
0e439d8a2a
iwinfo: enable nl80211 support based on cfg80211, not mac80211
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42758
2014-10-05 10:25:55 +00:00
Jo-Philipp Wich
3158e7cca2
iwinfo: handle 802.11ac mode for lua
...
Signed-off-by: Bartosz Markowski <bartosz.markowski@tieto.com>
SVN-Revision: 42757
2014-10-04 09:38:17 +00:00
Steven Barth
8a971b2770
base-files: remove a 'not found' error message during system boot
...
During boot, a not found message is displayed for systems which do
not have uci 'network.globals.ula_prefix' defined in
/etc/config/network. The error message itself is not used and can
be ignored.
Signed-off-by: Michel Stam <m.stam@fugro.nl>
SVN-Revision: 42755
2014-10-03 10:56:43 +00:00
Steven Barth
64e3cb9fe8
toolchain: Fix libthreaddb not being installed
...
Signed-off-by: Michel Stam <m.stam@fugro.nl>
SVN-Revision: 42752
2014-10-02 19:47:39 +00:00
Steven Barth
3cdeac4173
busybox: remove validation message from bootup
...
A message:
uinteger - 9 = true
is displayed during boot. This is the result of the validate_data
command checking the cron log level. As the output is not
interesting, only the result, filter...
Signed-off-by: Michel Stam <m.stam@fugro.nl>
SVN-Revision: 42751
2014-10-02 19:47:33 +00:00
Steven Barth
e15f03e5de
authsae: update to latest version
...
Send a netlink call to leave the mesh when meshd exits
Make hunting-and-pecking loop (more) resistant to side channel attack
Signed-off-by: Michel Stam <m.stam@fugro.nl>
SVN-Revision: 42750
2014-10-02 19:47:28 +00:00
Steven Barth
75572d0d31
6in4: Tos support
...
Tos support is added as a string parameter which can have the following values :
-inherit (outer header inherits the tos value of the inner header)
-hex value
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 42749
2014-10-02 19:38:15 +00:00
Steven Barth
e7e54ef672
6to4: Tos support
...
Tos support is added as a string parameter which can have the following values :
-inherit (outer header inherits the tos value of the inner header)
-hex value
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 42748
2014-10-02 19:38:04 +00:00
Steven Barth
e9d15da0da
6rd: Tos support
...
Tos support is added as a string parameter which can have the following values :
-inherit (outer header inherits the tos value of the inner header)
-hex value
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 42747
2014-10-02 19:37:58 +00:00
Steven Barth
36b05bbed3
IPIP: IP in IP package support
...
The package supports IP in IP by registering the ipip protocol handler
Following options are configurable
-peeraddr (IPv4 remote address)
-ipaddr (IPv4 local address)
-ttl (time to live of encapsulating packet)
-tos (type of service of encapsulating packet either inherit (outer header inherits the value of the inner header) or hex value)
-df (don't fragment flag of encapsulating packet)
-mtu (IPIP tunnel mtu)
-tunlink (bind tunnel to this interface)
-zone (firewall zone to which the IPIP tunnel will be added)
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 42746
2014-10-02 19:37:36 +00:00
Steven Barth
73179a188c
netifd: fix an error message during network shutdown
...
When 'wifi down' is called by /etc/init.d/network, it is run from
stop_service( ). This function is in turn invoked from stop( ).
stop( ) messes up the order by first procd_kill-ing the network
settings, then calling wifi to down the wifi networking
interfaces. By redefining stop( ) instead, the proper order is
restored.
Signed-off-by: Michel Stam <m.stam@fugro.nl>
SVN-Revision: 42745
2014-10-02 19:37:25 +00:00
Steven Barth
1c166058df
netifd: add IPIP tunnel support (thx Hans Dedecker)
...
SVN-Revision: 42744
2014-10-02 19:37:17 +00:00
Steven Barth
def69a96e9
map: fix portsets starting with 0 and use regular NAT for 1:1 MAP
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42741
2014-10-02 19:15:38 +00:00
Jonas Gorski
9a24294b02
brcm-wl: use new brcm63xx fallback sprom
...
This fixes brcm63xx fallback sprom extraction.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42725
2014-10-02 12:24:05 +00:00
Felix Fietkau
f9fb48c6bc
uqmi: set data format to 802.3 at startup
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42724
2014-10-02 12:19:37 +00:00
Felix Fietkau
bf4cab37b7
uqmi: do not wait for network connection before starting dhcp
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42723
2014-10-02 12:19:26 +00:00
Felix Fietkau
179bfca038
uqmi: update to the latest version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42722
2014-10-02 12:19:09 +00:00
Felix Fietkau
4955a2cd10
uqmi: use the autoconnect feature
...
Instead of connecting once and saving the packet data handle, let the
firmware handle connecting/reconnecting automatically. This is more
reliable and reduces reliance on potentially stale data.
Use the global packet data handle to attempt to disable autoconnect
before restarting the connection. This ensures that the firmware will
take the new APN/auth settings.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42721
2014-10-02 12:18:58 +00:00
Felix Fietkau
b54144a4c7
uqmi: replace logger calls in netifd with echo
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42720
2014-10-02 12:18:43 +00:00
Felix Fietkau
cf595fe834
uqmi: work out the ifname instead of relying on it being in uci
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42719
2014-10-02 12:18:28 +00:00
Felix Fietkau
458893e620
binutils: fix build with gcc 4.9
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42707
2014-09-30 21:36:33 +00:00
Felix Fietkau
1161df826f
ath9k: add a fix for dynack
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42703
2014-09-30 21:36:04 +00:00
Felix Fietkau
cbc069f9c1
ath9k: add back missing fixes from the last version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42701
2014-09-29 18:51:25 +00:00
Steven Barth
6e2262898f
GRE: Tos support
...
Tos support is added as a generic grev4/grev6 parameter which can have the following values :
-inherit (outer header inherits the tos value of the inner header)
-hex value
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 42700
2014-09-29 18:00:02 +00:00
Steven Barth
30912c5d81
netifd: add support for promisc and GRE tos option
...
SVN-Revision: 42699
2014-09-29 17:59:50 +00:00
Steven Barth
c2f510f2bd
nftables: bump for bugfixes
...
SVN-Revision: 42698
2014-09-29 08:35:18 +00:00
Steven Barth
af8367a00b
libnftnl: bump for bugfixes
...
SVN-Revision: 42697
2014-09-29 08:31:31 +00:00
Zoltan Herpai
4e4be0bfa1
uboot-sunxi: add support for Olimex A13 SOM
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42692
2014-09-28 23:20:36 +00:00
Zoltan Herpai
b595d02fa7
uboot-sunxi: add patch to fix gmac reliability issue on bananapi
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42691
2014-09-28 20:39:04 +00:00
Felix Fietkau
ca25f76e82
iw: add support for dynamic distance selection (supported by ath9k now)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42689
2014-09-27 21:19:27 +00:00
Felix Fietkau
d27893122d
iw: sync nl80211.h
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42688
2014-09-27 21:19:18 +00:00
Felix Fietkau
a03d97d383
ath9k: fix some issues with ar934x rev 3 (especially ad-hoc mode)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42686
2014-09-27 20:52:11 +00:00
Felix Fietkau
8be721208d
mac80211: update to wireless-testing 2014-09-26
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42683
2014-09-27 20:51:43 +00:00
Florian Fainelli
ff6b0d57b8
brcm2708-gpu-fw: update to Sep. 27 2014 snapshot
...
Update the brcm2708-gpu-fw package to commit
e25efc4545d0cef7c49c82e770b3e4ccfc8aba4c
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42676
2014-09-27 17:42:15 +00:00
Steven Barth
36115321be
odhcp6c: work around weird ISP RS behaviour
...
SVN-Revision: 42674
2014-09-27 16:57:47 +00:00
Felix Fietkau
16b3eae040
comgt: fix directip auth type
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42671
2014-09-26 15:55:45 +00:00
Steven Barth
e5190a77e1
comgt: fireup a dhcpv6-client for directip as well
...
SVN-Revision: 42670
2014-09-26 13:58:40 +00:00
Felix Fietkau
45bd5ebfef
comgt: in directip, derive the wwan ifname automatically instead of specifying it in the config
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42669
2014-09-26 13:44:21 +00:00
Steven Barth
dd948b7990
dnsmasq: bump to 2.72
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42668
2014-09-26 08:57:36 +00:00
Florian Fainelli
bc96c49c67
base-files: add a protocol argument to ucidef_set_interface_raw
...
Add a third argument to ucidef_set_interface_raw, which is specifying
the protocol.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42665
2014-09-25 19:08:56 +00:00
Steven Barth
71960baa7d
odhcpd: fix segfault when parsing domain options in UCI
...
SVN-Revision: 42663
2014-09-25 11:53:12 +00:00
Felix Fietkau
6edad5a849
curl: only set ca path for openssl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42662
2014-09-25 10:51:56 +00:00
Felix Fietkau
5ad7d7cc97
curl: use the system certificates
...
Signed-off-by: Cristian Morales Vega <cristian@samknows.com>
SVN-Revision: 42661
2014-09-25 10:37:06 +00:00
Felix Fietkau
d282ccf383
ca-certificates: create symbolic link for certificate hashes
...
Implementing "add-cert.sh" functionality described at
http://wiki.openwrt.org/doc/howto/wget-ssl-certs into Makefile
otherwise you need to create symbolic links for certificate hashes
yourself.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
SVN-Revision: 42660
2014-09-25 07:38:02 +00:00
Felix Fietkau
cb2642b09b
comgt: initialize ifname for directip
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42658
2014-09-24 17:04:20 +00:00
Felix Fietkau
d234ad9dd9
comgt: add no_device=1 for directip proto
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42657
2014-09-24 08:07:45 +00:00
Felix Fietkau
9fa791f62b
comgt: fix misplaced : in directip setup script
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42656
2014-09-24 08:07:40 +00:00
Felix Fietkau
0b148a331b
ustream-ssl: select polarssl as default variant, skip openssl/cyassl dependencies if unused
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42655
2014-09-23 10:41:24 +00:00
Steven Barth
2ccf88744c
dnsmasq: fix lockup when interfaces disappear
...
SVN-Revision: 42648
2014-09-22 12:07:20 +00:00
Hauke Mehrtens
c977fad4fd
bcm53xx: add fixtrx
...
Without running fixtrx the image will not boot at the second time,
because the CRC the boot loader check is invalid at that time.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42639
2014-09-21 21:56:31 +00:00
Zoltan Herpai
9ce5977184
modules: fix typo in package description define
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42633
2014-09-21 16:42:30 +00:00
Zoltan Herpai
c54e245b3f
packages: enable AP mode on r8188eu
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42627
2014-09-21 12:24:42 +00:00
Jo-Philipp Wich
68147004e2
firewall: allow '*' as synonym for any / all in family and proto options
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 42620
2014-09-19 18:18:58 +00:00
Jo-Philipp Wich
36e2179c10
firewall: fix heap corruption in fw3_bitlen2netmask() with IPv6 addresses
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 42610
2014-09-18 12:05:12 +00:00
Jo-Philipp Wich
cbf50a0ffd
firewall: fix invalid memory access when processing /128 IPv6 addresses from ubus, properly emit REDIRECT rules for local port forwards
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 42604
2014-09-17 22:09:52 +00:00
Steven Barth
5b3f0d98df
netfilter: some more dependency hell fixes
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42602
2014-09-17 15:04:30 +00:00
Steven Barth
5d501f9aa0
netfilter: fix dependencies of kmod-ipt-nat6
...
SVN-Revision: 42601
2014-09-17 15:01:16 +00:00
Nicolas Thill
508c9de93e
netfilter: add missing symbol to disable nft_queue
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 42600
2014-09-17 14:28:05 +00:00
Steven Barth
72e6e0b85b
nftables: introduce experimental nftables
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42598
2014-09-17 12:11:06 +00:00
Steven Barth
2f7d8539bd
libnftnl: Add nftables libnftnl
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42597
2014-09-17 12:10:57 +00:00
Steven Barth
e4e5c31f87
Reorganize netfilter kernel modules and package nftables kernel support
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42596
2014-09-17 12:10:44 +00:00
Felix Fietkau
9a30ee9c2c
ubus: update to latest version, adds various fixes and improvements
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42594
2014-09-17 11:34:16 +00:00
Zoltan Herpai
cb20e3d3a6
modules: allow building rtl8188eu on 3.14
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42588
2014-09-17 10:12:29 +00:00
Zoltan Herpai
0a57901ceb
uboot-sunxi: add PSCI support for bringing up secondary core on A20
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42587
2014-09-17 08:25:04 +00:00
John Crispin
ed2fff7452
hostapd: do not remove foreign wpa_supplicant sockets
...
https://dev.openwrt.org/ticket/17886
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42586
2014-09-17 07:41:31 +00:00
Steven Barth
513d516d9c
libmnl: add some upstream fixes
...
SVN-Revision: 42573
2014-09-16 13:31:20 +00:00
John Crispin
5f16859bff
ubox: update to latest git
...
make the remote logging feature RFC3164 compliant
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42572
2014-09-16 12:26:35 +00:00
John Crispin
44249f71a8
postinst trigger: the new postinst trigger broke IB
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42571
2014-09-16 11:56:19 +00:00
John Crispin
ac01f2b9d6
fs-tools: dont use mips16
...
this causes problems on 47xx/74k
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42570
2014-09-16 11:55:57 +00:00
John Crispin
50d313f409
lantiq: revert vr9 driver update as it causes problems
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42556
2014-09-15 16:19:33 +00:00
Felix Fietkau
7ff276afd3
hostapd: remove bogus default setting for wps_pin ( #17873 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42553
2014-09-15 16:09:23 +00:00
John Crispin
88cc0ea21d
iproute2: update from v3.15.0 to v3.16.0
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 42546
2014-09-15 10:18:50 +00:00
John Crispin
1d9620a0b4
procd: update to latest git HEAD
...
fixed timeout on shutdown and cmdline param parsing
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42545
2014-09-15 10:18:45 +00:00
Steven Barth
289dbe3a84
libreadline: bump to 6.3
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42543
2014-09-15 10:15:23 +00:00
Luka Perkov
a8b6ca8797
base-files: whitespace fixes
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 42542
2014-09-14 23:15:00 +00:00
Hauke Mehrtens
f734314484
kernel: make hwmon-lm75 only depend on kmod-thermal if needed
...
This fixes commit r42529 and closes #17855 .
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42531
2014-09-14 12:06:38 +00:00
Felix Fietkau
6ea49c5e13
ath9k_htc: fix decryption errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42530
2014-09-14 11:40:51 +00:00
Hauke Mehrtens
762ddec48b
kernel: make kmod-hwmon-lm75 depend on kmod-thermal
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42529
2014-09-13 23:03:36 +00:00
Hauke Mehrtens
c8bc803189
cyassl: update to version 3.2.0
...
This fixes a security problem:
Security fix for RSA Padding check vulnerability
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42526
2014-09-13 20:56:55 +00:00
Hauke Mehrtens
2c605ba1f1
ppp: update to version 2.4.7
...
This fixes: CVE-2014-3158 and some other bugs.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42525
2014-09-13 20:56:13 +00:00
Hauke Mehrtens
a8e1a031a8
package: other.mk: update configuration for ad799x
...
The ad799x driver moved out of staging since kernel 3.16, so update filepath,
config elements and description.
Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
SVN-Revision: 42524
2014-09-13 20:35:10 +00:00
Hauke Mehrtens
59735eecce
package: nvram: enable on bcm53xx target
...
It uses mtd, so doesn't require any special adjustments for new target.
It has been succesfully tested (reading, writing and commiting).
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42521
2014-09-13 20:28:18 +00:00
Hauke Mehrtens
275ba42c52
curl: 7.36.0 -> 7.38.0
...
Main changes:
- URL parser: IPv6 zone identifiers are now supported
- cyassl: Use error-ssl.h when available (drop local patch)
- polarssl: support CURLOPT_CAPATH / --capath
- mkhelp: generate code for --disable-manual as well (drop local patch)
Full release notes: http://curl.haxx.se/changes.html
MIPS 34kc binary size:
- 7.36.0 before: 82,539 bytes
- 7.38.0 after: 83,321 bytes
Signed-off-by: Catalin Patulea <cat@vv.carleton.ca>
SVN-Revision: 42517
2014-09-13 20:26:08 +00:00
Steven Barth
0a5caa47e5
toolchain: packetize libatomic
...
Based on a patch by Tobias Steinicke <tobias.steinicke@inet.tu-berlin.de>.
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42514
2014-09-12 12:25:55 +00:00
Felix Fietkau
8d699086c3
qos-scripts: disable fq_codel ecn by default to improve compatibility
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42479
2014-09-11 23:13:24 +00:00
John Crispin
e9dab2de72
lantiq: update to a newer versions of the vr9 drivers
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42478
2014-09-11 18:22:31 +00:00
John Crispin
f7dc428d4b
ltq-deu: fix compile for 3.14
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42477
2014-09-11 17:50:03 +00:00
John Crispin
5920eac8ee
lldp: remove calls to user/group_add/exists
...
use the new ipkg based mechanism
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42472
2014-09-11 12:28:22 +00:00
John Crispin
f81614594f
procd: update to latest git
...
add support for starting services as !root
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42471
2014-09-11 12:28:00 +00:00
John Crispin
d6dbc22bbc
ipkg: add a default postinst/prerm script
...
the postinst script enables/starts the init.d scripts upon package installation
and installs the users required by the package.
the prerm script stops and disables the init.d scripts.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42470
2014-09-11 12:27:49 +00:00
John Crispin
b05c2aad3c
opkg: indicate upgrade vs install
...
when running the postinst trigger we set PKG_UPGRADE=1 if this is an upgrade
and not an install.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42468
2014-09-11 12:27:09 +00:00
John Crispin
e61cd71564
umbim: remove superflous jshn call
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42467
2014-09-11 12:26:52 +00:00
John Crispin
c9d15fbd59
umbim: update to latest git
...
adds handling for username/password
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42466
2014-09-11 12:26:41 +00:00
John Crispin
7bad68804c
comgt: add directip proto
...
add a proto handler for sierra wireless directip modems
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42465
2014-09-11 12:26:31 +00:00
Felix Fietkau
96b74d4eef
hostapd: add ubus bindings for wps
...
With this patch WPS discovery can be started or canceled over ubus if
WPS is enabled in wireless configuration. This is equivalent of
'hostapd_cli wps_pbc' and 'hostapd_cli wps_cancel' commands.
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
SVN-Revision: 42459
2014-09-10 13:01:53 +00:00
Felix Fietkau
2dabf3a775
procd: allow adding empty strings to arrays
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42456
2014-09-10 12:56:19 +00:00
Felix Fietkau
4ba3d616be
ath9k: fix pll clock initialization on newer soc devices ( fixes #14916 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42453
2014-09-09 08:03:00 +00:00
Felix Fietkau
3c5412e6c3
ath9k: add some ani related stability / performance fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42443
2014-09-08 16:45:30 +00:00
Steven Barth
bd74df01b1
netifd: work-around kernel IPv6 on-link route issue
...
SVN-Revision: 42439
2014-09-08 14:45:56 +00:00
Jonas Gorski
288e50a79c
mac80211: enable DFS support for ath9k/10k by default
...
The DFS pattern detector now supports all three regions; ETSI, FCC and
JP, so there is no reason to not have it enabled anymore.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42431
2014-09-07 09:38:13 +00:00
Zoltan Herpai
14cf28b284
uboot-sunxi: bump to 2014.04
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42422
2014-09-06 15:18:40 +00:00
Felix Fietkau
c329f79dd4
uclient: update to the latest version, fixes some crash issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42419
2014-09-04 11:25:04 +00:00
Florian Fainelli
5b0e7947e3
at91: add CONFIG_USB_OHCI_HCD_AT91 to usb-ohci
...
The at91 OHCI driver has a separate Kconfig symbol with newer kernels,
include it.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42411
2014-09-03 03:09:24 +00:00
John Crispin
f769949e72
mdns: update to latest git head
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42407
2014-09-02 21:39:40 +00:00
Felix Fietkau
833c5aab7e
mtd: disable trx_check() for ar71xx, fixes a regression introduced in r42403
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42405
2014-09-02 21:06:35 +00:00
Felix Fietkau
766dff7445
mtd: Fix trx check after partition rename ("linux" to "firmware")
...
On brcm47xx (Huawei E970), I noticed that sysupgrade now tries to flash trx images which don't fit into the flash, resulting in non-booting system.
I found that mtd does trx size checking only when flashing to a partition called "linux". This patch changes this to be "firmware".
This matches the following patch which changed partition name in bcm47xxpart.c driver to "firmware":
commit 86b4d5ef68ca77ff6724ebb9bddd6b93239c87fc
Author: hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Sun Dec 1 16:32:32 2013 +0000
brcm47xx: use "firmware" partition name
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 38973
Signed-off-by: Mathias Adam <m.adam--openwrt@adamis.de>
SVN-Revision: 42403
2014-09-02 17:13:42 +00:00
John Crispin
e82f16117f
mac80211: rt2x00: fix of ht20/ht40 switching fix
...
r42348 uses a wrong register
Signed-off-by: Serge Vasilugin <vasilugin@yandex.ru>
SVN-Revision: 42349
2014-09-01 13:19:32 +00:00
John Crispin
567c909af0
mac80211: rt2x00 correctly set ht20/ht40 filter
...
Simple patch to correct ht20/ht40 switching. Tested with rt3290/rt3352/rt5350
Signed-off-by: Serge Vasilugin <vasilugin@yandex.ru>
SVN-Revision: 42348
2014-09-01 11:40:38 +00:00
Felix Fietkau
008c7a9e5a
netifd: update to the latest version, adds interface cleanup fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42345
2014-08-31 13:09:01 +00:00
Felix Fietkau
ba62bcbf24
netifd: update to the latest version, fixes proto-shell teardown after renew
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42344
2014-08-31 12:26:26 +00:00
Felix Fietkau
2efadff06b
nettle: disable mips16 support to improve performance
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
SVN-Revision: 42341
2014-08-31 12:03:43 +00:00
Jonas Gorski
c74b5fde31
binutils: link libbfd and libopcodes dynamically again
...
Build libbfd and libopcodes as shared libraries, else they get linked
statically into every binary, increasing each binary size by ~650kB.
Reduces binutils package size to old expected values.
Fixes #17060 .
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42337
2014-08-30 11:02:22 +00:00
Felix Fietkau
f086c08c76
mac80211: fix crash when unloading drivers ( #17706 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42329
2014-08-29 20:41:01 +00:00
John Crispin
c23e0ed691
procd: run the mdns register outside the sub shell container
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42327
2014-08-29 18:36:29 +00:00
John Crispin
7f260ef6b7
dropbear: add mdns support to the init.d script
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42326
2014-08-29 18:16:41 +00:00
John Crispin
645ee59a2d
mdns: update to latest git
...
* ipv6
* 4 bugs in the dns parser
* service announcement
* tx goodbye support
* proper handling of rx goodbye
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42325
2014-08-29 18:16:32 +00:00
John Crispin
b0d9dcf84d
procd: update to latest git HEAD
...
this adds a interafce.update trigger and mdns service registration helpers
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42324
2014-08-29 18:16:24 +00:00