summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-10-07 15:03:00 +0000
committerJohn Crispin <john@openwrt.org>2013-10-07 15:03:00 +0000
commit715b62ebad32a18afca2dab98f2c031136339bb6 (patch)
tree93d884c72adefc8b9b9d1b8989ee47c044c0d1ab /target
parent81fb43d2f168c27f763c0a497fd8112e587fdfaf (diff)
downloadmaster-31e0f0ae-715b62ebad32a18afca2dab98f2c031136339bb6.tar.gz
master-31e0f0ae-715b62ebad32a18afca2dab98f2c031136339bb6.tar.bz2
master-31e0f0ae-715b62ebad32a18afca2dab98f2c031136339bb6.zip
lantiq: experia v8 fixes
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38328
Diffstat (limited to 'target')
-rw-r--r--target/linux/lantiq/dts/VGV7519BRN.dts2
-rw-r--r--target/linux/lantiq/dts/VGV7519NOR.dts2
-rw-r--r--target/linux/lantiq/xrx200/profiles/arv.mk4
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 \