lantiq: generate unique ARV7519RW22 firmware
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 42183
This commit is contained in:
parent
c2668207de
commit
b796ff6ef3
5 changed files with 14 additions and 40 deletions
|
@ -1,3 +1,5 @@
|
|||
/dts-v1/;
|
||||
|
||||
/include/ "vr9.dtsi"
|
||||
|
||||
/ {
|
||||
|
@ -163,6 +165,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
gphy-xrx200 {
|
||||
compatible = "lantiq,phy-xrx200";
|
||||
firmware1 = "lantiq/vr9_phy22f_a1x.bin"; /*VR9 1.1*/
|
||||
firmware2 = "lantiq/vr9_phy22f_a2x.bin"; /*VR9 1.2*/
|
||||
phys = [ 00 01 ];
|
||||
};
|
||||
|
||||
gpio-keys-polled {
|
||||
compatible = "gpio-keys-polled";
|
||||
#address-cells = <1>;
|
|
@ -1,11 +0,0 @@
|
|||
/dts-v1/;
|
||||
|
||||
/include/ "ARV7519RW.dtsi"
|
||||
|
||||
/ {
|
||||
gphy-xrx200 {
|
||||
compatible = "lantiq,phy-xrx200";
|
||||
firmware = "lantiq/vr9_phy22f_a1x.bin"; /*VR9 1.1*/
|
||||
phys = [ 00 01 ];
|
||||
};
|
||||
};
|
|
@ -1,11 +0,0 @@
|
|||
/dts-v1/;
|
||||
|
||||
/include/ "ARV7519RW.dtsi"
|
||||
|
||||
/ {
|
||||
gphy-xrx200 {
|
||||
compatible = "lantiq,phy-xrx200";
|
||||
firmware = "lantiq/vr9_phy22f_a2x.bin"; /*VR9 1.2*/
|
||||
phys = [ 00 01 ];
|
||||
};
|
||||
};
|
|
@ -401,11 +401,8 @@ Image/BuildKernel/Profile/P2812HNUFX=$(call Image/BuildKernel/Template,P2812HNUF
|
|||
Image/InstallKernel/Template/P2812HNUFX=$(call Image/InstallKernel/Template,P2812HNUFX)
|
||||
Image/Build/Profile/P2812HNUFX=$(call Image/Build/$(1),$(1),P2812HNUFX)
|
||||
|
||||
Image/BuildKernel/Profile/ARV7519RWV11=$(call Image/BuildKernel/Template,ARV7519RWV11,$(1))
|
||||
Image/Build/Profile/ARV7519RWV11=$(call Image/Build/$(1),$(1),ARV7519RWV11)
|
||||
|
||||
Image/BuildKernel/Profile/ARV7519RWV12=$(call Image/BuildKernel/Template,ARV7519RWV12,$(1))
|
||||
Image/Build/Profile/ARV7519RWV12=$(call Image/Build/$(1),$(1),ARV7519RWV12)
|
||||
Image/BuildKernel/Profile/ARV7519RW22=$(call Image/BuildKernel/Template,ARV7519RW22,$(1))
|
||||
Image/Build/Profile/ARV7519RW22=$(call Image/Build/$(1),$(1),ARV7519RW22)
|
||||
|
||||
Image/BuildKernel/Profile/EASY80920NAND=$(call Image/BuildKernel/Template,EASY80920NAND)
|
||||
Image/Build/Profile/EASY80920NAND=$(call Image/Build/$(1),$(1),EASY80920NAND)
|
||||
|
|
|
@ -36,22 +36,12 @@ endef
|
|||
|
||||
$(eval $(call Profile,VGV7519BRN))
|
||||
|
||||
define Profile/ARV7519RWV11
|
||||
NAME:=Livebox Astoria ARV7519 v1.1
|
||||
define Profile/ARV7519RW22
|
||||
NAME:=Livebox Astoria ARV7519RW22
|
||||
PACKAGES:=kmod-ltq-deu-vr9 kmod-ltq-hcd-vr9 \
|
||||
kmod-ltq-vdsl-vr9-mei kmod-ltq-vdsl-vr9 \
|
||||
kmod-ltq-atm-vr9 ltq-vdsl-vr9-fw-installer \
|
||||
ltq-vdsl-app ppp-mod-pppoa
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,ARV7519RWV11))
|
||||
|
||||
define Profile/ARV7519RWV12
|
||||
NAME:=Livebox Astoria ARV7519 v1.2
|
||||
PACKAGES:=kmod-ltq-deu-vr9 kmod-ltq-hcd-vr9 \
|
||||
kmod-ltq-vdsl-vr9-mei kmod-ltq-vdsl-vr9 \
|
||||
kmod-ltq-atm-vr9 ltq-vdsl-vr9-fw-installer \
|
||||
ltq-vdsl-app ppp-mod-pppoa
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,ARV7519RWV12))
|
||||
$(eval $(call Profile,ARV7519RW22))
|
||||
|
|
Loading…
Reference in a new issue