projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c73f6a
)
ar71xx: rename TL-WRx41 images, because newer factory web interface does
author
Gabor Juhos
<juhosg@openwrt.org>
Wed, 25 Nov 2009 10:28:30 +0000
(10:28 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Wed, 25 Nov 2009 10:28:30 +0000
(10:28 +0000)
not accept files with '.uni' extension.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18535
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/ar71xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/image/Makefile
b/target/linux/ar71xx/image/Makefile
index
db57ed4
..
79f7b7c
100644
(file)
--- 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