ar71xx: add missing tx gain table flag for buffalo wzr-hp-g450h
[openwrt.git] / target / linux / mpc52xx / image / Makefile
1 #
2 # Copyright (C) 2009-2010 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8 include $(INCLUDE_DIR)/image.mk
9
10 define Image/BuildKernel
11         cp $(KDIR)/zImage $(BIN_DIR)/$(IMG_PREFIX)-zImage
12 endef
13
14 define Image/Build/ext2
15         cp $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-ext2.img
16 endef
17
18 define Image/Build
19         $(call Image/Build/$(1),$(1))
20 endef
21
22 $(eval $(call BuildImage))