lantiq: dsl-vrx200-firmware-xdsl-a: rename to VRX200 and add annex a

This just renamed the package to indicate that this is the annex a version.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>

SVN-Revision: 47649
v19.07.3_mercusys_ac12_duma
Hauke Mehrtens 9 years ago
parent a466bfe8f4
commit ab9de091a6

@ -15,16 +15,16 @@ PKG_MD5SUM:=4c8d9ca68dda88d3cfc0ca0fb946a63e
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
define Package/dsl-vr9-firmware-xdsl define Package/dsl-vrx200-firmware-xdsl-a
SECTION:=firmware SECTION:=firmware
CATEGORY:=Firmware CATEGORY:=Firmware
TITLE:=VR9 CPE xDSL firmware TITLE:=VRX200 / VR9 CPE xDSL Annex A firmware
URL:=http://www.lantiq.com/ URL:=http://www.lantiq.com/
DEPENDS:=@TARGET_lantiq_xrx200 DEPENDS:=@TARGET_lantiq_xrx200
endef endef
define Package/dsl-vr9-firmware-xdsl/description define Package/dsl-vrx200-firmware-xdsl-a/description
VRX200 CPE xDSL firmware VRX200 / VR9 CPE VDSL and ADSL Annex A firmware
endef endef
define Build/Prepare define Build/Prepare
@ -36,11 +36,12 @@ endef
define Build/Compile define Build/Compile
endef endef
define Package/dsl-vr9-firmware-xdsl/install define Package/dsl-vrx200-firmware-xdsl-a/install
$(INSTALL_DIR) $(1)/lib/firmware/ $(INSTALL_DIR) $(1)/lib/firmware/
$(INSTALL_DATA) $(PKG_BUILD_DIR)/LICENSE $(1)/lib/firmware/xcpe_574306_571801.LICENSE $(INSTALL_DATA) $(PKG_BUILD_DIR)/LICENSE $(1)/lib/firmware/xcpe_574306_571801.LICENSE
$(INSTALL_DATA) $(PKG_BUILD_DIR)/xcpe_574306_571801.bin $(1)/lib/firmware/ $(INSTALL_DATA) $(PKG_BUILD_DIR)/xcpe_574306_571801.bin $(1)/lib/firmware/
ln -s xcpe_574306_571801.bin $(1)/lib/firmware/vdsl.bin ln -s xcpe_574306_571801.bin $(1)/lib/firmware/vdsl.bin
ln -s xcpe_574306_571801.bin $(1)/lib/firmware/adsl-a.bin
endef endef
$(eval $(call BuildPackage,dsl-vr9-firmware-xdsl)) $(eval $(call BuildPackage,dsl-vrx200-firmware-xdsl-a))
Loading…
Cancel
Save