diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-03-01 11:36:49 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-03-01 11:36:49 +0000 |
commit | 578d9696e5d37b5a2bfb2dabfd021ac97d6b4be7 (patch) | |
tree | 2400ba03a2d67aab6d050fcb1fdc101eb3aebf8e /target/linux/ar71xx/image/Makefile | |
parent | 1d5f4b368735fb8aeec628fd3aacf1e9b5fc0a19 (diff) | |
download | upstream-578d9696e5d37b5a2bfb2dabfd021ac97d6b4be7.tar.gz upstream-578d9696e5d37b5a2bfb2dabfd021ac97d6b4be7.tar.bz2 upstream-578d9696e5d37b5a2bfb2dabfd021ac97d6b4be7.zip |
tl-wr941nd: rename firmware image
SVN-Revision: 14710
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-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 4a226084fb..e32a197825 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -107,7 +107,7 @@ define Image/Build/TPLINK -B $(4) -N OpenWrt -V $(REVISION)\ -k $(KDIR)/vmlinux-$(2).bin.gzip \ -r $(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \ - -o $(BIN_DIR)/openwrt-$(BOARD)-$(2)-$(1).bin + -o $(BIN_DIR)/openwrt-$(BOARD)-$(2)-$(1).uni endef define Image/Build/Template/Compex |