index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
target
/
linux
/
sparc
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Gabor Juhos <juhosg@openwrt.org>
2012-04-29 15:00:32 +0000
committer
Gabor Juhos <juhosg@openwrt.org>
2012-04-29 15:00:32 +0000
commit
3bc2afc384c4eb5852cfc74f056a045c9dd17dd6
(
patch
)
tree
8297a095008e5fbf940e24faf5b3eed2170c6e88
/
target/linux/sparc
parent
bfa2c971a022b64d408661a49159ab32e31614cf
(
diff
)
linux: add broken flag to targets which are using 2.6.36
SVN-Revision: 31518
Diffstat
(limited to 'target/linux/sparc')
-rw-r--r--
target/linux/sparc/Makefile
2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sparc/Makefile b/target/linux/sparc/Makefile
index fe859ff2c8..c7e48bfbb0 100644
--- a/
target/linux/sparc/Makefile
+++ b/
target/linux/sparc/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=sparc
BOARD:=sparc
BOARDNAME:=Sun UltraSPARC
-FEATURES+=fpu tgz
+FEATURES+=fpu tgz broken
LINUX_VERSION:=2.6.36.4
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>