add rb532 support
[openwrt.git] / target / linux / image / x86 / Makefile
1 include ../image.mk
2
3 define Image/Build
4 cp $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
5 cp $(KDIR)/vmlinux $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz
6 endef
7
8 $(eval $(call BuildImage))
This page took 0.049057 seconds and 5 git commands to generate.