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
master
John Crispin 2013-10-07 15:03:00 +00:00
parent c5f8647cde
commit cfa8b364b8
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
#size-cells = <1>;
partition@80000 {
label = "linux";
label = "firmware";
reg = <0x80000 0x780000>;
read-only;
};

View File

@ -24,7 +24,7 @@
};
partition@80000 {
label = "linux";
label = "firmware";
reg = <0x80000 0xf80000>;
// 0x080000 - 0x01b0000 : kernel
// 0x1b0000 - 0x1000000 : rootfs (squashfs)

View File

@ -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 \