diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-22 19:42:13 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-22 19:42:13 +0000 |
commit | fca4a21209b11684ccfc836e799c56c88a8f256b (patch) | |
tree | 8e4b7316d69f50f31d51f3cca766c0213712cdfa /target/linux/x86/Makefile | |
parent | 7f4c9435af865f794e533626bee82237c9e46b7b (diff) |
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/Makefile')
-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 |