diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-21 15:18:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-21 15:18:54 +0000 |
commit | c6379f629559533056a5ba0eaab84a02d6867171 (patch) | |
tree | 6a3a96ac19e13b6b4b1e8f707027eaf2f626d55f /target/linux/pxcab/Makefile | |
parent | c627479641e437b8c53d8e010cbacd39830f6e58 (diff) | |
download | upstream-c6379f629559533056a5ba0eaab84a02d6867171.tar.gz upstream-c6379f629559533056a5ba0eaab84a02d6867171.tar.bz2 upstream-c6379f629559533056a5ba0eaab84a02d6867171.zip |
linux: add broken flag to targets which are using 2.6.30
SVN-Revision: 31410
Diffstat (limited to 'target/linux/pxcab/Makefile')
-rw-r--r-- | target/linux/pxcab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/pxcab/Makefile b/target/linux/pxcab/Makefile index 7ca7c0536b..08ab70ff91 100644 --- a/target/linux/pxcab/Makefile +++ b/target/linux/pxcab/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=pxcab BOARDNAME:=PowerXCell Accelerator Board -FEATURES+=powerpc64 fpu ramdisk +FEATURES:=powerpc64 fpu ramdisk broken LINUX_VERSION:=2.6.30.10 |