2 # Copyright (C) 2007 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
8 include $(INCLUDE_DIR
)/image.mk
11 cp
$(LINUX_DIR
)/arch
/powerpc
/boot
/otheros.bld
$(KDIR
)/image
14 define Image
/BuildKernel
16 cp
$(KDIR
)/image
$(BIN_DIR
)/otheros.bld
17 cp
$(KDIR
)/vmlinux.elf
$(BIN_DIR
)/openwrt-
$(BOARD
)-vmlinux.elf
18 cp
$(BIN_DIR
)/openwrt-
$(BOARD
)-vmlinux.elf
$(TARGET_DIR
)
21 $(eval
$(call BuildImage
))
This page took 0.048005 seconds and 5 git commands to generate.