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/ubicom32/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/ubicom32/Makefile')
-rw-r--r-- | target/linux/ubicom32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ubicom32/Makefile b/target/linux/ubicom32/Makefile index 62996d7bb2..96e5b5358a 100644 --- a/target/linux/ubicom32/Makefile +++ b/target/linux/ubicom32/Makefile @@ -12,7 +12,7 @@ TARGET_CFLAGS+= -DNO_FORK ARCH:=ubicom32 BOARD:=ubicom32 BOARDNAME:=Ubicom IPxx -FEATURES:=nommu ramdisk +FEATURES:=nommu ramdisk broken LINUX_VERSION:=2.6.30.10 |