diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-23 18:47:07 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-23 18:47:07 +0000 |
commit | d531438a014a806dbb8c8b7cf0acbab57d806d91 (patch) | |
tree | 02022ca389b99e8895a0687f0373bfbd398a7ae7 /openwrt/target/linux/image/tgz.mk | |
parent | c3e51ef17d4074dd7f10c14e8a0fe511a612fe2a (diff) | |
download | mtk-20170518-d531438a014a806dbb8c8b7cf0acbab57d806d91.zip mtk-20170518-d531438a014a806dbb8c8b7cf0acbab57d806d91.tar.gz mtk-20170518-d531438a014a806dbb8c8b7cf0acbab57d806d91.tar.bz2 |
rename soekris port to x86
SVN-Revision: 2285
Diffstat (limited to 'openwrt/target/linux/image/tgz.mk')
-rw-r--r-- | openwrt/target/linux/image/tgz.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/image/tgz.mk b/openwrt/target/linux/image/tgz.mk index 756d28b..f927ef9 100644 --- a/openwrt/target/linux/image/tgz.mk +++ b/openwrt/target/linux/image/tgz.mk @@ -1,7 +1,7 @@ $(KDIR)/root.tar.gz: tar -zcf $@ --owner=root --group=root -C $(KDIR)/root/ . -ifeq ($(BOARD),soekris) +ifeq ($(BOARD),x86) install: tgz-install tgz-install: $(KDIR)/root.tar.gz |