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 | 22dbc6d993078d768e05db710ab810854f40f017 (patch) | |
tree | 82bc2ac63d6f639267f51bcad5fdbdc0d4007707 /target | |
parent | 8c73f6a522f13b6e2f2c64bcd35322a24ec346bc (diff) | |
download | upstream-22dbc6d993078d768e05db710ab810854f40f017.tar.gz upstream-22dbc6d993078d768e05db710ab810854f40f017.tar.bz2 upstream-22dbc6d993078d768e05db710ab810854f40f017.zip |
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 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 |