diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-25 10:28:30 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-25 10:28:30 +0000 |
commit | 7f61c43e8f3e899b57aff47e65465ba0c81da954 (patch) | |
tree | 82bc2ac63d6f639267f51bcad5fdbdc0d4007707 /target | |
parent | 66818c8ce5e1530d0b5d5b67ed52927dd7206d68 (diff) |
ar71xx: rename TL-WRx41 images, because newer factory web interface does
not accept files with '.uni' extension.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18535 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index db57ed4e8..79f7b7c5f 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -197,7 +197,7 @@ define Image/Build/TPLINK -B $(4) -N OpenWrt -V $(REVISION)\ -k $(KDIR)/vmlinux-$(2).bin.gz \ -r $(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \ - -o $(call imgname,$(1),$(2)).uni + -o $(call imgname,$(1),$(2))-universal.bin endef define Image/Build/CyberTAN |