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 | 8aab5a30b680474692d3aec12e44d5dfd3dbdce4 (patch) | |
tree | a5818aad0aa0acac15ba7f2176c2c0f8fddc571e | |
parent | d444b0b7cb72411541c9cddea775326052ea9256 (diff) | |
download | master-187ad058-8aab5a30b680474692d3aec12e44d5dfd3dbdce4.tar.gz master-187ad058-8aab5a30b680474692d3aec12e44d5dfd3dbdce4.tar.bz2 master-187ad058-8aab5a30b680474692d3aec12e44d5dfd3dbdce4.zip |
[ar71xx] tl-wr941nd: rename firmware image
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14710 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |