Imre Kaloz
f11de38d44
make script executable, add WRT1900AC detection
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 41291
2014-06-20 22:35:09 +00:00
Imre Kaloz
eb394977f4
make thermal framework registered sensors also register as hwmons
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 41290
2014-06-20 20:44:18 +00:00
Imre Kaloz
86fe5a4487
package the gpio-fan module
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 41289
2014-06-20 20:42:47 +00:00
Imre Kaloz
a241853358
define the power led for the WRT1900AC
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 41288
2014-06-20 19:13:01 +00:00
Steven Barth
22ffa5ef16
netifd: various routing table handling fixes
...
SVN-Revision: 41287
2014-06-20 17:51:25 +00:00
John Crispin
a8d532abf2
octeon: add sysupgrade support for the erlite
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41286
2014-06-20 13:41:16 +00:00
John Crispin
fe79b06e6b
octeon: build a sysupgrade image for erlite
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41285
2014-06-20 13:41:12 +00:00
John Crispin
09273f5c0a
base-files: regenerate the /lib64 symlink when switching to a ramdisk
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41284
2014-06-20 13:41:08 +00:00
Jo-Philipp Wich
005884bff4
Revert "netifd: fix handling of "lookup main" for ip rules ( #15315 )"
...
The netifd fixes went to the wrong repository, revert until it is sorted out.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41283
2014-06-20 12:28:35 +00:00
Jo-Philipp Wich
de51f6022f
netifd: fix handling of "lookup main" for ip rules ( #15315 )
...
Reworks the handling of RT_TABLE_MAIN in system-linux.c so that ip rules
with lookup main can be properly setup.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41282
2014-06-20 09:58:16 +00:00
Jo-Philipp Wich
7eb721425e
base-files: depend on jsonfilter and rewrite network.sh to use it
...
Switches /lib/functions/network.sh from jshn based json parsing to
jsonfilter expression while keeping the existing api.
Expensive methods like "network_find_wan" are up to 20x faster now.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41281
2014-06-19 16:06:44 +00:00
Jo-Philipp Wich
1d94972925
jsonfilter: implement custom separators and support limiting the results, fix handling of negative array indices
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41280
2014-06-19 15:30:59 +00:00
John Crispin
bce52219fa
procd: update to latest git head
...
this fixes the upgraded linking issue on arm.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41279
2014-06-19 14:13:45 +00:00
John Crispin
54faeadb07
procd: various improvements to nand.sh
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41278
2014-06-19 14:13:41 +00:00
John Crispin
cf80a59dcc
imx6: add sysupgrade support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41277
2014-06-19 14:13:38 +00:00
John Crispin
1a60486acb
imx6: the script populating /tmp/sysinfo/ was in the wrong path
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41276
2014-06-19 14:13:34 +00:00
John Crispin
e0d57509ad
octeon: enable the ext4 feature
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41275
2014-06-19 14:13:30 +00:00
John Crispin
e6e024f155
octeon: add basic board detection
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41274
2014-06-19 14:13:20 +00:00
John Crispin
f98b58fcec
toolchain: make the default eglibc selection work even if TOOLCHAINOPTS is not enabled
...
default config build fail on octeon without this.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41273
2014-06-19 14:13:16 +00:00
John Crispin
0d5a6fd819
kernel: drop now unused ubi forced detach patch
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41272
2014-06-19 14:13:12 +00:00
John Crispin
9284956ad8
ramips: cleanup some rt305x profiles
...
move both asus boards to asus.mk
rename HW5503G profile to HW550-3G to match name in image/Makefile
(fixes #16599 )
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 41271
2014-06-19 14:13:07 +00:00
John Crispin
432f7e52db
lantiq: copy rootfs-overlay.ubi to bin/lantiq
...
At the moment, an rootfs.ubi is copied over to bin/lantiq
but rootfs-overlay.ubi is not. This adds it.
Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>
SVN-Revision: 41270
2014-06-19 14:13:04 +00:00
John Crispin
6c46a10246
lantiq: refresh patches
...
this adds ben's ath9k fixup
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41269
2014-06-19 14:12:59 +00:00
John Crispin
4b1c48bc93
base-files: add upgraded to the list of daemons not killed
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41268
2014-06-19 14:12:55 +00:00
Jo-Philipp Wich
766643c79e
jsonfilter: improve error reporting
...
The CLI now describes expression errors more precisely, e.g.:
Syntax error: Invalid escape sequence
In expression @["foo\x"]
Near here ----------^
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41266
2014-06-19 07:56:24 +00:00
Steven Barth
9af2e45080
dnsmasq: removing nettle 3.0 support due to nettle downgrade
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41264
2014-06-18 17:06:37 +00:00
Steven Barth
5142e91b2d
nettle: downgrade to 2.7.1 since gnutls is incompatible with 3.0
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41263
2014-06-18 17:06:30 +00:00
Florian Fainelli
43c0ad0f00
imx6: fix typo on wandboard detection
...
Revision r41256 introduced a typo (wandaboard => wandboard), but later
revisions expect to match on "wandboard"
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 41262
2014-06-18 16:34:23 +00:00
Steven Barth
bff5e3822c
odhcpd: improve static DHCPv4 leases (thanks arnd)
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41260
2014-06-18 12:10:10 +00:00
Steven Barth
8d177a8e78
netifd: various bugfixes (thanks Hans Dedecker)
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41259
2014-06-18 11:29:09 +00:00
Jo-Philipp Wich
a5ca7a3dd9
jsonpath: rename to jsonfilter and rewrite from flex/bison to lemon
...
This commit renames the jsonpath binary to jsonfilter to avoid clashing with a Python
extension of the same name.
The utility itself has been rewritten to use SQLite3's lemon parser generator instead
of a flex/bison combination which results in a much smaller binary.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41258
2014-06-18 10:10:30 +00:00
John Crispin
efcec0faaf
imx6: use /lib/imx6.sh inside the uci-defaults script
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41257
2014-06-18 10:08:16 +00:00
John Crispin
2773bdfebf
imx6: add a script to detect the board name and populate /tmp/sysinfo
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41256
2014-06-18 10:08:12 +00:00
John Crispin
23cdea78d8
ar71xx: Fixes for 951Ui-2HnD board support
...
WAN and LAN are swapped the wrong way around. This patch fixes that by adding the 951Ui-2HnD to ar71xx.sh and the relevant entry in 02_network.
This patch also defines the ACT LED as the status LED in diag.sh.
Signed-off-by: Matthew Reeve <mreeve@tenxnetworks.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41255
2014-06-18 10:08:08 +00:00
John Crispin
4925f710f6
relayd: update to latest git head
...
this fixes multicast fowarding on relayd links
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41254
2014-06-18 10:08:05 +00:00
John Crispin
5aeb5c1cbc
octeon: fix up the cpu flags
...
Signed-off-by: Martin Fäcknitz <faecknitz@hotsplots.de>
SVN-Revision: 41253
2014-06-18 10:08:01 +00:00
John Crispin
312fca5455
octeon: add 3 upstream patches that fix issues on the esr-lite
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41252
2014-06-18 10:07:57 +00:00
John Crispin
c911cdcc04
toolchain: use different defaults for octeon
...
force eglibc and gcc4.6+linaro for octeon
Signed-off-by: Martin Fäcknitz <faecknitz@hotsplots.de>
SVN-Revision: 41251
2014-06-18 10:07:53 +00:00
John Crispin
3deedba42e
include/target.mk: add CPU_CFLAGS_octeon
...
Signed-off-by: Martin Fäcknitz <faecknitz@hotsplots.de>
SVN-Revision: 41250
2014-06-18 10:07:49 +00:00
Steven Barth
087ea853b4
dnsmasq: compatibility with nettle 3.0
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41249
2014-06-18 10:04:47 +00:00
Steven Barth
a0e19ec2f9
nettle: import from packages, update to 3.0
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41248
2014-06-18 10:04:43 +00:00
Steven Barth
335529e207
gmp: import from packages, update and reduce size
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41247
2014-06-18 10:04:38 +00:00
Steven Barth
495b237cc4
dnsmasq: various house-keeping updates
...
* Add Authoritative DNS and IPSET to full variant
* Remove some bloat from IPSET support
* Reintroduce "DHCP no address warning"-patch
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41246
2014-06-18 10:04:34 +00:00
Steven Barth
132cbe5e29
dnsmasq: add UCI DNSSEC runtime support
...
Ship keys for the root zone and add two uci options to enable
DNSSEC checks:
Option 'dnssec': Activate DNSSEC validation
Option 'dnsseccheckunsigned': Ensure answers without DNSSEC are in
unsigned zones.
Signed-off-by: Andre Heider <a.heider@gmail.com>
SVN-Revision: 41245
2014-06-18 10:04:29 +00:00
Steven Barth
5f64a3e7ce
dnsmasq: Add a full variant
...
This variant includes support for DHCPv6 and DNSSEC.
DNSSEC adds a dependency on libnettle.
Signed-off-by: Andre Heider <a.heider@gmail.com>
SVN-Revision: 41244
2014-06-18 10:04:25 +00:00
Steven Barth
e2430bc65f
dnsmasq: add upstream patch to build against libnettle-mini
...
Signed-off-by: Andre Heider <a.heider@gmail.com>
SVN-Revision: 41243
2014-06-18 10:04:21 +00:00
Steven Barth
b3adc62b62
dnsmasq: respect target's LDFLAGS
...
Append local flags, don't overwrite.
Signed-off-by: Andre Heider <a.heider@gmail.com>
SVN-Revision: 41242
2014-06-18 10:04:17 +00:00
Steven Barth
6dbafaa15d
dnsmasq: use COPTS for compile time options
...
As documented in config.h.
Doing otherwise will break dnsmasq's pkg-wrapper script to find its
libs to link to.
Signed-off-by: Andre Heider <a.heider@gmail.com>
SVN-Revision: 41241
2014-06-18 10:04:02 +00:00
Luka Perkov
5e6024d526
mvebu: be consistent with kernel config file names
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41240
2014-06-17 21:04:45 +00:00
John Crispin
42f450b722
procd: forgot to update the git id in the last commit
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41239
2014-06-17 17:51:35 +00:00