diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-16 11:36:02 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-16 11:36:02 +0000 |
commit | 77d8f955f8b0d96cbac6e767698e59fa5abc90a7 (patch) | |
tree | b5ed450ef63d28b86bae26555a1e521110ab0dec /target/linux | |
parent | 28f1ec6edf3379f337569b9fbbf3624bad26cc4c (diff) | |
download | master-187ad058-77d8f955f8b0d96cbac6e767698e59fa5abc90a7.tar.gz master-187ad058-77d8f955f8b0d96cbac6e767698e59fa5abc90a7.tar.bz2 master-187ad058-77d8f955f8b0d96cbac6e767698e59fa5abc90a7.zip |
lantiq: fix board_id/boardname for VGV7519
Signed-off-by: Eddi De Pieri <eddi@depieri.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41672 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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"; }; |