1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 14:11:08 +03:00
openwrt-xburst/target/linux/image/xscale/Makefile

11 lines
254 B
Makefile
Raw Normal View History

include $(TOPDIR)/include/image.mk
define Image/Build
ifneq ($(FS),jffs2-64k)
cp $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
cp $(KDIR)/vmlinux $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz
endif
endef
$(eval $(call BuildImage))