aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-08-13 16:15:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-08-13 16:15:24 +0000
commitbdc44eb308c75f80c920464ab02488e654afb05b (patch)
tree242ef7b1c29a2792defcd20b5d7553f6a3a852a7
parentbd36e19274ccebad839a21906b765574a658d8fa (diff)
downloadupstream-bdc44eb308c75f80c920464ab02488e654afb05b.tar.gz
upstream-bdc44eb308c75f80c920464ab02488e654afb05b.tar.bz2
upstream-bdc44eb308c75f80c920464ab02488e654afb05b.zip
fix tgz building
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1632 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/target/linux/image/tgz.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/openwrt/target/linux/image/tgz.mk b/openwrt/target/linux/image/tgz.mk
index 544aeae5c7c..756d28b6aaa 100644
--- a/openwrt/target/linux/image/tgz.mk
+++ b/openwrt/target/linux/image/tgz.mk
@@ -1,9 +1,14 @@
$(KDIR)/root.tar.gz:
tar -zcf $@ --owner=root --group=root -C $(KDIR)/root/ .
+ifeq ($(BOARD),soekris)
+install: tgz-install
+
tgz-install: $(KDIR)/root.tar.gz
$(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="tgz"
+endif
prepare:
compile:
-install: tgz-install
+install: $(KDIR)/root.tar.gz
+