diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-27 20:57:01 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-27 20:57:01 +0000 |
commit | d851aeec39a295fbeaad969d5da9bc0cf460f081 (patch) | |
tree | 0d0e9998a640afb5aed25051bd4c5bf9122217a8 /target/linux/at91/netus/target.mk | |
parent | 53d234602aec246c68f134a82d745336d3d29c3e (diff) | |
download | upstream-d851aeec39a295fbeaad969d5da9bc0cf460f081.tar.gz upstream-d851aeec39a295fbeaad969d5da9bc0cf460f081.tar.bz2 upstream-d851aeec39a295fbeaad969d5da9bc0cf460f081.zip |
[at91] move Netus G20 into a subtarget and rework toplevel config and makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25165 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91/netus/target.mk')
-rw-r--r-- | target/linux/at91/netus/target.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/at91/netus/target.mk b/target/linux/at91/netus/target.mk new file mode 100644 index 0000000000..ec9b90aa5b --- /dev/null +++ b/target/linux/at91/netus/target.mk @@ -0,0 +1,10 @@ +# +# Copyright (C) 2006-2011 OpenWrt.org +# + +SUBTARGET:=netus +BOARDNAME:=Acmesystems NetusG20 board + +define Target/Description + Build firmware images for Acmesystems NetusG20 board +endef |