aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-12-21 13:47:20 +0000
committerJohn Crispin <blogic@openwrt.org>2012-12-21 13:47:20 +0000
commita07a9a8200e37e38182b2d5ec80df003585130a0 (patch)
tree4bae3c4c1f9d4b407893f92416d8e56922bae214
parent29d0dc4ad352b9c8971e0df2714a71033e49c14b (diff)
downloadmaster-187ad058-a07a9a8200e37e38182b2d5ec80df003585130a0.tar.gz
master-187ad058-a07a9a8200e37e38182b2d5ec80df003585130a0.tar.bz2
master-187ad058-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/Makefile2
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))