diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-09-25 21:01:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-09-25 21:01:42 +0000 |
commit | 4fef12b3b625f047bd26009137ce4f1a892ee8a8 (patch) | |
tree | 29f6166126515fbd5634be4b8dfe847d7be77aff /target/linux/ramips/rt288x | |
parent | f5fba63f24243805d9546564974e91e1bd9d283f (diff) | |
download | upstream-4fef12b3b625f047bd26009137ce4f1a892ee8a8.tar.gz upstream-4fef12b3b625f047bd26009137ce4f1a892ee8a8.tar.bz2 upstream-4fef12b3b625f047bd26009137ce4f1a892ee8a8.zip |
ramips: since both subtargets are marked as broken, move FEATURES to the main target and mark the whole target as broken. avoids unnecessary user confusion about inexplicable build failures
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17728 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt288x')
-rw-r--r-- | target/linux/ramips/rt288x/target.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/rt288x/target.mk b/target/linux/ramips/rt288x/target.mk index a71dedb34d..cb3b7193d5 100644 --- a/target/linux/ramips/rt288x/target.mk +++ b/target/linux/ramips/rt288x/target.mk @@ -4,7 +4,6 @@ SUBTARGET:=rt288x BOARDNAME:=RT288x based boards -FEATURES:=squashfs broken define Target/Description Build firmware images for Ralink RT288x based boards. |