diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-04-22 19:42:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-04-22 19:42:13 +0000 |
commit | 34124550f815420e650e3267b48fc67f8da6cb27 (patch) | |
tree | 8e4b7316d69f50f31d51f3cca766c0213712cdfa /target/linux/x86 | |
parent | bc7b9358d394920e1ba08294c4ca97431af1018e (diff) | |
download | upstream-34124550f815420e650e3267b48fc67f8da6cb27.tar.gz upstream-34124550f815420e650e3267b48fc67f8da6cb27.tar.bz2 upstream-34124550f815420e650e3267b48fc67f8da6cb27.zip |
enable tgz for x86 - people are using it for system upgrades
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15337 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 33d6509d6d..d1056109b9 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH=i386 BOARD:=x86 BOARDNAME:=x86 -FEATURES:=squashfs jffs2 ext2 vdi vmdk +FEATURES:=squashfs jffs2 ext2 vdi vmdk tgz SUBTARGETS=generic LINUX_VERSION:=2.6.28.9 |