diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-11-25 10:28:30 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-11-25 10:28:30 +0000 |
commit | 726e2e447800a2ebc215499491ecfe42113cfaaf (patch) | |
tree | bb7fe4218e6d9db1fe7d432d56ca6c85d73ff3f8 /target/linux | |
parent | 4292229e9f64b5d2be3f1143c70fe51f1f5f751a (diff) | |
download | upstream-726e2e447800a2ebc215499491ecfe42113cfaaf.tar.gz upstream-726e2e447800a2ebc215499491ecfe42113cfaaf.tar.bz2 upstream-726e2e447800a2ebc215499491ecfe42113cfaaf.zip |
ar71xx: rename TL-WRx41 images, because newer factory web interface does not accept files with '.uni' extension.
SVN-Revision: 18535
Diffstat (limited to 'target/linux')
-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 db57ed4e83..79f7b7c5fa 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 |