diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-08-26 07:44:21 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-08-26 07:44:21 +0000 |
commit | d90ee80bbcd1c3728ace03369d16ffe5c04bb30f (patch) | |
tree | cdc437f00b2baa076b95cec933069d10808bc0e2 /target/linux/ubicom32/Makefile | |
parent | ff0d37992cf87af0a31c4d22a42ddb493ba01e51 (diff) | |
download | upstream-d90ee80bbcd1c3728ace03369d16ffe5c04bb30f.tar.gz upstream-d90ee80bbcd1c3728ace03369d16ffe5c04bb30f.tar.bz2 upstream-d90ee80bbcd1c3728ace03369d16ffe5c04bb30f.zip |
[ubicom32] remove kernel patch for now since it is incomplete and has some licensing issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17404 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ubicom32/Makefile')
-rw-r--r-- | target/linux/ubicom32/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ubicom32/Makefile b/target/linux/ubicom32/Makefile index fb181d6a76..2901e28412 100644 --- a/target/linux/ubicom32/Makefile +++ b/target/linux/ubicom32/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2008 OpenWrt.org +# Copyright (C) 2006-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -13,6 +13,7 @@ ARCH:=ubicom32 BOARD:=ubicom32 BOARDNAME:=Ubicom IPxx FEATURES:=nommu ramdisk +CFLAGS:=-Os -pipe -march=ubicom32v4 -funit-at-a-time LINUX_VERSION:=2.6.28.10 |