diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-21 15:18:54 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-21 15:18:54 +0000 |
commit | 696e0160a59b1993df22c1dbd44855bee6fbfcfe (patch) | |
tree | 8ada894c7e90e942443e7790f3d338470bbd74ac /target/linux/ps3/Makefile | |
parent | 3d51befa3bd56e8961efa1666684de2a50ec360c (diff) |
linux: add broken flag to targets which are using 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31410 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ps3/Makefile')
-rw-r--r-- | target/linux/ps3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ps3/Makefile b/target/linux/ps3/Makefile index e36e333cf..01b298975 100644 --- a/target/linux/ps3/Makefile +++ b/target/linux/ps3/Makefile @@ -11,7 +11,7 @@ BOARD:=ps3 BOARDNAME:=Sony PS3 Game Console MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com> SUBTARGETS=petitboot -FEATURES+=powerpc64 +FEATURES:=powerpc64 broken LINUX_VERSION:=2.6.30.10 |