diff options
author | John Crispin <blogic@openwrt.org> | 2012-12-21 13:47:20 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-12-21 13:47:20 +0000 |
commit | a07a9a8200e37e38182b2d5ec80df003585130a0 (patch) | |
tree | 4bae3c4c1f9d4b407893f92416d8e56922bae214 | |
parent | 29d0dc4ad352b9c8971e0df2714a71033e49c14b (diff) | |
download | upstream-a07a9a8200e37e38182b2d5ec80df003585130a0.tar.gz upstream-a07a9a8200e37e38182b2d5ec80df003585130a0.tar.bz2 upstream-a07a9a8200e37e38182b2d5ec80df003585130a0.zip |
[lantiq] properly symlink the adsl firmware
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34817 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/platform/lantiq/ltq-adsl-fw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/platform/lantiq/ltq-adsl-fw/Makefile b/package/platform/lantiq/ltq-adsl-fw/Makefile index 40919ba920..58624541ea 100644 --- a/package/platform/lantiq/ltq-adsl-fw/Makefile +++ b/package/platform/lantiq/ltq-adsl-fw/Makefile @@ -43,7 +43,7 @@ endef define Package/kmod-ltq-adsl-$(BUILD_VARIANT)/install $(INSTALL_DIR) $(1)/lib/firmware/ $(CP) $(PKG_BUILD_DIR)/$(FW_NAME)/ltq-dsl-fw-$(ANNEX)-$(SOC).bin $(1)/lib/firmware/ - #ln -s /lib/firmware/$(FW_NAME)/ltq-dsl-fw-$(BUILD_VARIANT).bin $(1)/lib/firmware/adsl.bin + ln -s /lib/firmware/$(FW_NAME)/ltq-dsl-fw-$(ANNEX)-$(SOC).bin $(1)/lib/firmware/adsl.bin endef $(eval $(call BuildPackage,kmod-ltq-adsl-danube-fw-a)) |