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.
9 include $(TOPDIR
)/rules.mk
10 include $(INCLUDE_DIR
)/kernel.mk
16 PKG_BUILD_DIR
:=$(KERNEL_BUILD_DIR
)/$(PKG_NAME
)
17 PKG_SOURCE
:=$(PKG_NAME
).
tar.gz
18 PKG_SOURCE_URL
:=http
://www.teest.com
/at91
24 include $(INCLUDE_DIR
)/package.mk
26 define Build
/InstallDev
27 dd if
=$(PKG_BUILD_DIR
)/romboot.bin of
=$(PKG_BUILD_DIR
)/romboot.block bs
=32k count
=1 conv
=sync
30 $(eval
$(call Build
/DefaultTargets
))
This page took 0.040716 seconds and 5 git commands to generate.