diff options
author | John Crispin <blogic@openwrt.org> | 2013-10-07 15:03:00 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-10-07 15:03:00 +0000 |
commit | cfa8b364b8858d320f0910eabea56b42c5687576 (patch) | |
tree | 1d3bc8649ad1a5d9c44f8939c1349de72c53b5b0 /target/linux | |
parent | c5f8647cde0fd0323e101ef7999ab6fa4e947099 (diff) | |
download | upstream-cfa8b364b8858d320f0910eabea56b42c5687576.tar.gz upstream-cfa8b364b8858d320f0910eabea56b42c5687576.tar.bz2 upstream-cfa8b364b8858d320f0910eabea56b42c5687576.zip |
lantiq: experia v8 fixes
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38328 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/lantiq/dts/VGV7519BRN.dts | 2 | ||||
-rw-r--r-- | target/linux/lantiq/dts/VGV7519NOR.dts | 2 | ||||
-rw-r--r-- | target/linux/lantiq/xrx200/profiles/arv.mk | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/lantiq/dts/VGV7519BRN.dts b/target/linux/lantiq/dts/VGV7519BRN.dts index 2f4b798946..53692a37ea 100644 --- a/target/linux/lantiq/dts/VGV7519BRN.dts +++ b/target/linux/lantiq/dts/VGV7519BRN.dts @@ -14,7 +14,7 @@ #size-cells = <1>; partition@80000 { - label = "linux"; + label = "firmware"; reg = <0x80000 0x780000>; read-only; }; diff --git a/target/linux/lantiq/dts/VGV7519NOR.dts b/target/linux/lantiq/dts/VGV7519NOR.dts index ab5d14c018..283aa19bf4 100644 --- a/target/linux/lantiq/dts/VGV7519NOR.dts +++ b/target/linux/lantiq/dts/VGV7519NOR.dts @@ -24,7 +24,7 @@ }; partition@80000 { - label = "linux"; + label = "firmware"; reg = <0x80000 0xf80000>; // 0x080000 - 0x01b0000 : kernel // 0x1b0000 - 0x1000000 : rootfs (squashfs) diff --git a/target/linux/lantiq/xrx200/profiles/arv.mk b/target/linux/lantiq/xrx200/profiles/arv.mk index a018ca352f..317297134d 100644 --- a/target/linux/lantiq/xrx200/profiles/arv.mk +++ b/target/linux/lantiq/xrx200/profiles/arv.mk @@ -7,7 +7,7 @@ endef $(eval $(call Profile,VG3503J)) define Profile/VGV7519NOR - NAME:=Lantiq VR9 - VGV7519NOR + NAME:=Experiabox 8 VGV7519 PACKAGES:=kmod-ath9k wpad-mini \ kmod-ltq-deu-vr9 kmod-ltq-hcd-vr9 \ kmod-ltq-vdsl-vr9-mei kmod-ltq-vdsl-vr9 \ @@ -18,7 +18,7 @@ endef $(eval $(call Profile,VGV7519NOR)) define Profile/VGV7519BRN - NAME:=Lantiq VR9 - VGV7519 (BRN) + NAME:=Experiabox 8 VGV7519 (BRN) PACKAGES:=kmod-ath9k wpad-mini \ kmod-ltq-deu-vr9 kmod-ltq-hcd-vr9 \ kmod-ltq-vdsl-vr9-mei kmod-ltq-vdsl-vr9 \ |