diff options
author | John Crispin <john@openwrt.org> | 2014-07-16 11:36:02 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-16 11:36:02 +0000 |
commit | 4beb468f11cd5815ff549fb724187b6cf067c7b9 (patch) | |
tree | 90114dc78f996913b3cd185ea6c38ed71c1301c8 /target | |
parent | 9cf5fbfaf0ab24340b4e85f1dcd8b7fb52f148cf (diff) | |
download | upstream-4beb468f11cd5815ff549fb724187b6cf067c7b9.tar.gz upstream-4beb468f11cd5815ff549fb724187b6cf067c7b9.tar.bz2 upstream-4beb468f11cd5815ff549fb724187b6cf067c7b9.zip |
lantiq: fix board_id/boardname for VGV7519
Signed-off-by: Eddi De Pieri <eddi@depieri.net>
SVN-Revision: 41672
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/dts/VGV7519.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index 86b5741741..3f56d823cc 100644 --- a/target/linux/lantiq/dts/VGV7519.dtsi +++ b/target/linux/lantiq/dts/VGV7519.dtsi @@ -1,6 +1,9 @@ /include/ "vr9.dtsi" / { + + model = "VGV7519 - KPN Experiabox V8"; + chosen { bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; }; |