aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xway
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2019-01-27 13:48:03 +0100
committerMathias Kresin <dev@kresin.me>2019-07-07 11:17:27 +0200
commit7685ed59c53b3d4d410f990ba8164833278b9fa8 (patch)
tree3cda564661ee086fe6d47d61c79a0c4e61f10a70 /target/linux/lantiq/xway
parente55827b7a561fd4267b9ad4055d6b8e487f3b4fb (diff)
downloadupstream-7685ed59c53b3d4d410f990ba8164833278b9fa8.tar.gz
upstream-7685ed59c53b3d4d410f990ba8164833278b9fa8.tar.bz2
upstream-7685ed59c53b3d4d410f990ba8164833278b9fa8.zip
lantiq: dts: add missing size and address cells
Add size and address cells where missing to fix the following devicetree compiler warning: Warning (avoid_default_addr_size): Relying on default #address-cells value Warning (avoid_default_addr_size): Relying on default #size-cells value Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/xway')
0 files changed, 0 insertions, 0 deletions
2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#!/bin/sh
ver=$(uname -r)
arch=$(uname -m)
echo "Preparing OpenBSD $arch $ver for OpenWrt"
PKG_PATH="http://ftp.openbsd.org/pub/OpenBSD/${ver}/packages/${arch}/"
export PKG_PATH
pkg_add -v gmake
pkg_add -v findutils
pkg_add -v coreutils
pkg_add -v gdiff
pkg_add -v rsync--
pkg_add -v git
pkg_add -v bash
pkg_add -v unzip
pkg_add -v wget
pkg_add -v gtar--
pkg_add -v ggrep
pkg_add -v gawk
pkg_add -v gsed
pkg_add -v xz
pkg_add -v apr-util--
pkg_add -v cyrus-sasl--
pkg_add -v subversion
pkg_add -v gnugetopt