mirror of https://github.com/hak5/openwrt-owl.git
lantiq: experia v8 fixes
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38328owl
parent
81fb43d2f1
commit
715b62ebad
|
@ -14,7 +14,7 @@
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
partition@80000 {
|
partition@80000 {
|
||||||
label = "linux";
|
label = "firmware";
|
||||||
reg = <0x80000 0x780000>;
|
reg = <0x80000 0x780000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@80000 {
|
partition@80000 {
|
||||||
label = "linux";
|
label = "firmware";
|
||||||
reg = <0x80000 0xf80000>;
|
reg = <0x80000 0xf80000>;
|
||||||
// 0x080000 - 0x01b0000 : kernel
|
// 0x080000 - 0x01b0000 : kernel
|
||||||
// 0x1b0000 - 0x1000000 : rootfs (squashfs)
|
// 0x1b0000 - 0x1000000 : rootfs (squashfs)
|
||||||
|
|
|
@ -7,7 +7,7 @@ endef
|
||||||
$(eval $(call Profile,VG3503J))
|
$(eval $(call Profile,VG3503J))
|
||||||
|
|
||||||
define Profile/VGV7519NOR
|
define Profile/VGV7519NOR
|
||||||
NAME:=Lantiq VR9 - VGV7519NOR
|
NAME:=Experiabox 8 VGV7519
|
||||||
PACKAGES:=kmod-ath9k wpad-mini \
|
PACKAGES:=kmod-ath9k wpad-mini \
|
||||||
kmod-ltq-deu-vr9 kmod-ltq-hcd-vr9 \
|
kmod-ltq-deu-vr9 kmod-ltq-hcd-vr9 \
|
||||||
kmod-ltq-vdsl-vr9-mei kmod-ltq-vdsl-vr9 \
|
kmod-ltq-vdsl-vr9-mei kmod-ltq-vdsl-vr9 \
|
||||||
|
@ -18,7 +18,7 @@ endef
|
||||||
$(eval $(call Profile,VGV7519NOR))
|
$(eval $(call Profile,VGV7519NOR))
|
||||||
|
|
||||||
define Profile/VGV7519BRN
|
define Profile/VGV7519BRN
|
||||||
NAME:=Lantiq VR9 - VGV7519 (BRN)
|
NAME:=Experiabox 8 VGV7519 (BRN)
|
||||||
PACKAGES:=kmod-ath9k wpad-mini \
|
PACKAGES:=kmod-ath9k wpad-mini \
|
||||||
kmod-ltq-deu-vr9 kmod-ltq-hcd-vr9 \
|
kmod-ltq-deu-vr9 kmod-ltq-hcd-vr9 \
|
||||||
kmod-ltq-vdsl-vr9-mei kmod-ltq-vdsl-vr9 \
|
kmod-ltq-vdsl-vr9-mei kmod-ltq-vdsl-vr9 \
|
||||||
|
|
Loading…
Reference in New Issue