mirror of https://github.com/hak5/openwrt-owl.git
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
SVN-Revision: 17728owl
parent
e0dd793ff5
commit
dc12314e83
|
@ -11,6 +11,7 @@ BOARD:=ramips
|
||||||
BOARDNAME:=Ralink RT288x/RT305x
|
BOARDNAME:=Ralink RT288x/RT305x
|
||||||
SUBTARGETS:=rt288x rt305x
|
SUBTARGETS:=rt288x rt305x
|
||||||
CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time
|
CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time
|
||||||
|
FEATURES:=squashfs broken
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.30.7
|
LINUX_VERSION:=2.6.30.7
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
SUBTARGET:=rt288x
|
SUBTARGET:=rt288x
|
||||||
BOARDNAME:=RT288x based boards
|
BOARDNAME:=RT288x based boards
|
||||||
FEATURES:=squashfs broken
|
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Ralink RT288x based boards.
|
Build firmware images for Ralink RT288x based boards.
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
SUBTARGET:=rt305x
|
SUBTARGET:=rt305x
|
||||||
BOARDNAME:=RT305x based boards
|
BOARDNAME:=RT305x based boards
|
||||||
FEATURES:=squashfs broken
|
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Ralink RT305x based boards.
|
Build firmware images for Ralink RT305x based boards.
|
||||||
|
|
Loading…
Reference in New Issue