1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-16 00:38:46 +03:00

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
This commit is contained in:
nbd 2009-09-25 21:01:42 +00:00
parent 8fe4228261
commit eed31fd7a6
3 changed files with 1 additions and 2 deletions

View File

@ -11,6 +11,7 @@ BOARD:=ramips
BOARDNAME:=Ralink RT288x/RT305x
SUBTARGETS:=rt288x rt305x
CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time
FEATURES:=squashfs broken
LINUX_VERSION:=2.6.30.7

View File

@ -4,7 +4,6 @@
SUBTARGET:=rt288x
BOARDNAME:=RT288x based boards
FEATURES:=squashfs broken
define Target/Description
Build firmware images for Ralink RT288x based boards.

View File

@ -4,7 +4,6 @@
SUBTARGET:=rt305x
BOARDNAME:=RT305x based boards
FEATURES:=squashfs broken
define Target/Description
Build firmware images for Ralink RT305x based boards.