diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-08-30 19:15:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-08-30 19:15:51 +0000 |
commit | 051c44e0c5886d3e9a0f994221bfc84765cf3cfc (patch) | |
tree | 7c21aa22ba5a6b629f32e40943c43619f66d7ea6 /target/linux/ramips/rt288x/target.mk | |
parent | 91fe3635620bc4de40982c23cbc67307a93bf354 (diff) | |
download | upstream-051c44e0c5886d3e9a0f994221bfc84765cf3cfc.tar.gz upstream-051c44e0c5886d3e9a0f994221bfc84765cf3cfc.tar.bz2 upstream-051c44e0c5886d3e9a0f994221bfc84765cf3cfc.zip |
initial support for RT288x/RT305x
SVN-Revision: 17439
Diffstat (limited to 'target/linux/ramips/rt288x/target.mk')
-rw-r--r-- | target/linux/ramips/rt288x/target.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/ramips/rt288x/target.mk b/target/linux/ramips/rt288x/target.mk new file mode 100644 index 0000000000..a71dedb34d --- /dev/null +++ b/target/linux/ramips/rt288x/target.mk @@ -0,0 +1,12 @@ +# +# Copyright (C) 2009 OpenWrt.org +# + +SUBTARGET:=rt288x +BOARDNAME:=RT288x based boards +FEATURES:=squashfs broken + +define Target/Description + Build firmware images for Ralink RT288x based boards. +endef + |