do not treat warnings as errors for madwifi (needed for gcc4)
[openwrt.git] / target / linux / image / tgz.mk
index 544aeae..3839eb6 100644 (file)
@@ -1,9 +1,14 @@
 $(KDIR)/root.tar.gz:
        tar -zcf $@ --owner=root --group=root -C $(KDIR)/root/ .
 
+ifeq ($(BOARD),x86)
+install: tgz-install
+
 tgz-install: $(KDIR)/root.tar.gz
        $(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="tgz"
+endif
+
+prepare-targets:
+compile-targets:
+install-targets: $(KDIR)/root.tar.gz
 
-prepare:
-compile:
-install: tgz-install
This page took 0.023427 seconds and 4 git commands to generate.