Remove tgz hacks
[openwrt.git] / target / linux / rb532-2.6 / image / Makefile
index a9e2b95..6e2319c 100644 (file)
@@ -56,9 +56,7 @@ endef
 
 define Image/Build
        $(STAGING_DIR)/bin/patch-cmdline $(KDIR)/vmlinux.elf '$(strip $(call Image/cmdline/$(1))) '
-ifneq ($(1),tgz)
        ./gen_image.sh $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).bin 4 $(KDIR)/vmlinux.elf $(CONFIG_TARGET_ROOTFS_FSPART) $(KDIR)/root.$(1)
-endif
 endef
 
 $(eval $(call BuildImage))