Jonas Gorski
db1ff5c6fa
bcm63xx: setup network config through uci-defaults
...
SVN-Revision: 31873
13 years ago
Jonas Gorski
72b4fdecc9
bcm63xx: move the board name workaround to /lib/brcm63xx.sh
...
SVN-Revision: 31872
13 years ago
Jonas Gorski
dd37687de0
bcm63xx: use the exact board id as board identification string
...
No need to keep the bcm63xx/ at the start or the chipid info at the end.
SVN-Revision: 31871
13 years ago
Felix Fietkau
b85c7c117a
kernel: remove a few more obsolete CompareKernelPatchVer calls, add dependencies on @TARGET_x86 for a few network drivers that are typically not found in non-PC equipment
...
SVN-Revision: 31870
13 years ago
Felix Fietkau
d7522444d2
netifd: fix "Command failed: Not found" error with dhcp
...
SVN-Revision: 31863
13 years ago
Felix Fietkau
11397a5f75
mac80211: backport a fix for single-queue drivers ( fixes #11534 )
...
SVN-Revision: 31862
13 years ago
Felix Fietkau
925fcc107d
ncurses: libncursesw should not depend on libncurses
...
SVN-Revision: 31861
13 years ago
Felix Fietkau
f2db9f2339
ppp: add back ip-{up,down}.d support for now
...
SVN-Revision: 31860
13 years ago
Felix Fietkau
7c1c457855
mac80211: get rid of duplicate iw reg set command (thx, stintel)
...
SVN-Revision: 31859
13 years ago
Felix Fietkau
38c2c53e65
netifd: update to latest version, fixes an endian issue in broadcast address handling
...
SVN-Revision: 31858
13 years ago
Felix Fietkau
ad98ada7d8
netifd: update to latest version, fixes overriding the mac address for bridge interfaces ( #11526 )
...
SVN-Revision: 31857
13 years ago
Felix Fietkau
230c0eb2cb
kernel: fix a warning in the connmark module
...
SVN-Revision: 31856
13 years ago
Felix Fietkau
cc61ab5c6d
netifd: bring up wifi at boot
...
SVN-Revision: 31855
13 years ago
Jo-Philipp Wich
44f64af730
util-linux: compile with -fPIC, some users of its libuuid.a require it, e.g. cryptsetup ( #11508 )
...
SVN-Revision: 31854
13 years ago
Felix Fietkau
166db84309
base-files: kill ubusd and udhcpc on sysupgrade as well
...
SVN-Revision: 31852
13 years ago
Felix Fietkau
5d6628a88c
base-files: allow sysupgrade to kill netifd, fixes pppd shutdown on upgrade
...
SVN-Revision: 31851
13 years ago
Felix Fietkau
b86652832e
netifd: improve /sbin/ifup wifi hack, make it work properly with -a. fold /etc/init.d/netifd into /etc/init.d/network
...
SVN-Revision: 31850
13 years ago
Jo-Philipp Wich
267b414b4c
netifd: port r27720 ( #9763 ) to the netifd ifup variant
...
SVN-Revision: 31849
13 years ago
Gabor Juhos
2ae5581447
kernel: update linux 3.3 to 3.3.7
...
SVN-Revision: 31848
13 years ago
Gabor Juhos
c57409e79d
ar71xx: fix an insignificant typo
...
Patch from #11485 .
SVN-Revision: 31847
13 years ago
Gabor Juhos
013f434f5b
ar71xx: fix WLAN led for RB751U-2HnD and RB751G-2HnD
...
Patch by Kamil Trzciński <ayufan@osk-net.pl>
SVN-Revision: 31846
13 years ago
Gabor Juhos
758f670376
ar71xx: add support for TP-Link TL-MR3040
...
Support for TP-Link TL-MR3040. Power LED not working - always on red, after
start should be green.
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 31845
13 years ago
Gabor Juhos
e4720dfa95
ramips: Add byte queue limits support to net/ethernet/ramips_main.c
...
Add byte queue limits support to net/ethernet/ramips_main.c
"Byte queue limits are a mechanism to limit the size of the transmit
hardware queue on a NIC by number of bytes. The goal of these byte
limits is too reduce latency (HOL blocking) caused by excessive
queuing in hardware (aka buffer bloat) without sacrificing
throughput."
Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de>
SVN-Revision: 31844
13 years ago
Gabor Juhos
1d286fd755
ramips: Enable sysupgrade for Sitecom WL-351
...
Sysupgrade works just fine on my Sitecom WL-351 after adding this
oneliner.
Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de>
SVN-Revision: 31843
13 years ago
Gabor Juhos
6aec1d72c2
package/base-files: copy /lib/functions.sh to the ramfs on sysupgrade
...
SVN-Revision: 31842
13 years ago
Gabor Juhos
1e1c0a5405
linux/3.3: avoid recursive calling of mtd_writev in the block2mtd driver
...
Should fix #11513 . Tested with the x86/generic squashfs image within a VM.
SVN-Revision: 31841
13 years ago
Felix Fietkau
cba8c384fc
netifd: update to latest version, adds interface alias support ( #11518 ), and fixes network route drops on dhcp renew
...
SVN-Revision: 31840
13 years ago
Felix Fietkau
9037c2ccc6
lantiq: allow platforms with rt2x00 to override the mac address without overriding eeprom, fixes bogus wlan mac address on arv4520
...
SVN-Revision: 31835
13 years ago
Felix Fietkau
102640b4cf
kernel: fix kmod-sched-core build for kernels without codel
...
SVN-Revision: 31834
13 years ago
Felix Fietkau
64b882f002
pppd: add noipdefault option to /etc/ppp/options ( fixes #11499 )
...
SVN-Revision: 31831
13 years ago
Felix Fietkau
402393bbee
netifd: update to latest version, fixes dns server issues ( #11501 )
...
SVN-Revision: 31830
13 years ago
Felix Fietkau
52e16e27ec
netifd: update to latest version, fixes peerdns handling, custom dns override and interface metric settings
...
SVN-Revision: 31822
13 years ago
Jo-Philipp Wich
fc7c50c1d3
kernel: fix packaging of act_connmark.ko ( #11492 )
...
SVN-Revision: 31821
13 years ago
Jo-Philipp Wich
df754ded76
openssl: update to v1.0.1c (CVE-2012-2333)
...
SVN-Revision: 31819
13 years ago
Jo-Philipp Wich
7345133eae
dnsmasq: bump package revision
...
SVN-Revision: 31817
13 years ago
Jo-Philipp Wich
0e540ec90d
dnsmasq: allow forcing options
...
The option 'force' when set to '1' will transform a dhcp-option to dhcp-option-force instead in the config.
This is useful for forcing options to be sent back to a client (even options it didn't ask for).
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 31816
13 years ago
Jo-Philipp Wich
38cf8379b0
dnsmasq: add support for set: and tag: pairs
...
On my network, I have a variety of machines and appliances, some of which need different configuration issues than the default options.
For example:
config host
option name 'client'
option mac '00:01:02:03:04:05'
option ip '192.168.1.20'
option tag 'acme'
config tag acme
option force '1'
list dhcp_option 'option:router,192.168.1.253'
list dhcp_option 'option:domain-name,acme.com'
list dhcp_option 'option:domain-search,acme.com,redfish-solutions.com'
which allows me to override the default router for my client's host, as well as its domain-name, and its domain-search.
this causes the following config lines:
dhcp-host=00:01:02:03:04:05,set:acme,192.168.1.20,client
dhcp-option-force=tag:acme,option:router,192.168.1.253
dhcp-option-force=tag:acme,option:domain-name,acme.com
dhcp-option-force=tag:acme,option:domain-search:acme.com,redfish-solutions.com
This could be useful elsewhere, for instance, if you have an IP CCTV that you don't want to have a default-route, etc.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 31815
13 years ago
Jo-Philipp Wich
3eb1820532
dnsmasq: fix parsing of mx record options ( #11365 )
...
SVN-Revision: 31814
13 years ago
Felix Fietkau
ce59af117c
kernel: merge a net-next fq_codel backlog handling fix
...
SVN-Revision: 31813
13 years ago
Felix Fietkau
5348608f9f
netifd: update to latest version, fixes a crash on restart
...
SVN-Revision: 31812
13 years ago
Felix Fietkau
0b41ae819d
ubus: update to latest version, fixes a socket race condition in the client library with uloop
...
SVN-Revision: 31811
13 years ago
Gabor Juhos
02c2f449d7
omap24xx: add support for 3.3
...
Compile tested only.
SVN-Revision: 31810
13 years ago
Gabor Juhos
c2a2d59db5
cns3xxx: add support for 3.3
...
Compile tested only.
SVN-Revision: 31809
13 years ago
Gabor Juhos
1fd4bf270b
linux/2.6.39: R.I.P.
...
SVN-Revision: 31808
13 years ago
Gabor Juhos
05c0d8b28e
cns3xxx: sync kernel config
...
SVN-Revision: 31807
13 years ago
Gabor Juhos
9718f03e24
cns3xxx: remove 2.6.39 support
...
SVN-Revision: 31806
13 years ago
Gabor Juhos
9e78becbac
cns3xxx: switch to 3.1
...
Compile tested only.
SVN-Revision: 31805
13 years ago
Gabor Juhos
07b5a3eea2
x86: remove support for old kernels
...
SVN-Revision: 31804
13 years ago
Gabor Juhos
604e3aac0a
x86: remove subtarget specific LINUX_VERSION overrides
...
SVN-Revision: 31803
13 years ago
Gabor Juhos
d9dab97d38
x86/ep80579: switch to 3.3
...
Also fix build errors in the ep80579-drivers package.
Compile tested only.
SVN-Revision: 31802
13 years ago