ar71xx: only allow internal access to the ar7240 switch, export the MDIO bus behind...
[openwrt/svn-archive/archive.git] / target / linux / leon / image / Makefile
1 #
2 # Copyright (C) 2011 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/Prepare
11 cp $(LINUX_DIR)/arch/sparc/boot/uImage $(KDIR)/uImage
12 endef
13
14 define Image/BuildKernel
15 mkdir -p $(BIN_DIR)
16 cp $(KDIR)/uImage $(BIN_DIR)/$(IMG_PREFIX)-uImage
17 endef
18
19 $(eval $(call BuildImage))