diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-11-04 22:10:11 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-11-04 22:10:11 +0000 |
commit | 4ec905f3c9325be3086d35e4ec9567f77db6bf6a (patch) | |
tree | 3b9fe3cf38a79ce3614e4581ef55d266d930cad5 /target/linux/orion/harddisk/target.mk | |
parent | f341342d3833c3e68e56e875e86d55d4b36a4b7d (diff) | |
download | upstream-4ec905f3c9325be3086d35e4ec9567f77db6bf6a.tar.gz upstream-4ec905f3c9325be3086d35e4ec9567f77db6bf6a.tar.bz2 upstream-4ec905f3c9325be3086d35e4ec9567f77db6bf6a.zip |
target/linux/orion: create subtargets (closes #8154)
SVN-Revision: 23883
Diffstat (limited to 'target/linux/orion/harddisk/target.mk')
-rw-r--r-- | target/linux/orion/harddisk/target.mk | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/target/linux/orion/harddisk/target.mk b/target/linux/orion/harddisk/target.mk index 67a587e336..f5208bd414 100644 --- a/target/linux/orion/harddisk/target.mk +++ b/target/linux/orion/harddisk/target.mk @@ -1,6 +1,16 @@ +# +# Copyright (C) 2008-2010 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + BOARDNAME:=Internal Hard-Disk +FEATURES:=targz + +DEFAULT_PACKAGES += kmod-ath9k wpad-mini define Target/Description - Build firmware images for orion based boards that boot directly from internal disk storage - (e.g : Freecom DataTank 2, ...) + Build firmware images for Marvell Orion based boards that boot directly from internal disk storage. + (e.g.: Freecom DataTank 2, ...) endef |