diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 18:47:07 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 18:47:07 +0000 |
commit | d698fe7f3fe340a73c411c114359efcdedd7226f (patch) | |
tree | c45f473b69eb028554f983c82bf247220fd9dcef /target/linux/image/tgz.mk | |
parent | 2efbd030197c44b3935a465f66a2fc08fa7b914d (diff) |
rename soekris port to x86
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2285 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/image/tgz.mk')
-rw-r--r-- | target/linux/image/tgz.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/image/tgz.mk b/target/linux/image/tgz.mk index 756d28b6aa..f927ef99e8 100644 --- a/target/linux/image/tgz.mk +++ b/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 |