diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-28 14:47:43 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-28 14:47:43 +0000 |
commit | 8b1974bdad2ecacb20b401d19a4c671038e39f3f (patch) | |
tree | 509d55ccca9eee74c137f73affe1416f7587977c /target/linux/xburst/Makefile | |
parent | f696b88feb41322ac86b462446b3f1ed476ac218 (diff) | |
download | master-187ad058-8b1974bdad2ecacb20b401d19a4c671038e39f3f.tar.gz master-187ad058-8b1974bdad2ecacb20b401d19a4c671038e39f3f.tar.bz2 master-187ad058-8b1974bdad2ecacb20b401d19a4c671038e39f3f.zip |
buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZ
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21238 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst/Makefile')
-rw-r--r-- | target/linux/xburst/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index 7925c49db3..1381972900 100644 --- a/target/linux/xburst/Makefile +++ b/target/linux/xburst/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=xburst BOARDNAME:=Ingenic XBurst -FEATURES:=jffs2 tgz ubifs audio +FEATURES:=jffs2 targz ubifs audio SUBTARGETS:=qi_lb60 n516 n526 LINUX_VERSION:=2.6.32.12 |