diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-01-27 20:55:53 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-01-27 20:55:53 +0000 |
commit | a5a124264d9cbb8d437417b554f39f4cab839079 (patch) | |
tree | 2e35d545963943af51e3e64103839aa6c8628256 /target/linux/at91/tqma9263/target.mk | |
parent | a40f1cc3aac71598434fb1daa0374fb38e33e070 (diff) |
[at91] prepare TQMa9263 subtarget
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25164 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91/tqma9263/target.mk')
-rw-r--r-- | target/linux/at91/tqma9263/target.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/at91/tqma9263/target.mk b/target/linux/at91/tqma9263/target.mk new file mode 100644 index 0000000000..9ff2598677 --- /dev/null +++ b/target/linux/at91/tqma9263/target.mk @@ -0,0 +1,10 @@ +# +# Copyright (C) 2011 OpenWrt.org +# + +SUBTARGET:=tqma9263 +BOARDNAME:=TQ Components TQMa9263 + +define Target/Description + Build firmware images for TQ Components TQMa9263 board. +endef |