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 | dc12314e836a8407b9a07d92e0bc9a3e316fd651 (patch) | |
tree | fa0f2e7d6e1df8cc870e3e1e5b2f12bb8444b96f /target/linux/ramips/Makefile | |
parent | e0dd793ff577a35bc5ef4e8908cf10f2b6450d24 (diff) | |
download | upstream-dc12314e836a8407b9a07d92e0bc9a3e316fd651.tar.gz upstream-dc12314e836a8407b9a07d92e0bc9a3e316fd651.tar.bz2 upstream-dc12314e836a8407b9a07d92e0bc9a3e316fd651.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
SVN-Revision: 17728
Diffstat (limited to 'target/linux/ramips/Makefile')
-rw-r--r-- | target/linux/ramips/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 27ca289403..80a5942b6a 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -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 |