2 # Copyright (C) 2006 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)/target.mk
11 $(MAKE) -C $(BOARD)-$(KERNEL) download
14 $(MAKE) -C $(BOARD)-$(KERNEL) prepare
17 $(MAKE) -C $(BOARD)-$(KERNEL) compile
20 $(MAKE) -C $(BOARD)-$(KERNEL) install
23 $(MAKE) -C $(BOARD)-$(KERNEL) refresh
26 $(MAKE) -C $(BOARD)-$(KERNEL) menuconfig
29 $(MAKE) -C $(BOARD)-$(KERNEL) clean