diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-08-26 22:46:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-08-26 22:46:30 +0000 |
commit | bc042d191014f0f09158934f518a4a34581db8d8 (patch) | |
tree | d6afe6b98660e087f1b6a3ecd8afc60cf8191d10 /target/linux/ubicom32/Makefile | |
parent | 13e7d00b5c78d5e758b08eaddbc81905135c36a3 (diff) | |
download | upstream-bc042d191014f0f09158934f518a4a34581db8d8.tar.gz upstream-bc042d191014f0f09158934f518a4a34581db8d8.tar.bz2 upstream-bc042d191014f0f09158934f518a4a34581db8d8.zip |
Revert "[ubicom32] remove kernel patch for now since it is incomplete and has some licensing issues" (r17404)
There are no licensing issues with this patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17416 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ubicom32/Makefile')
-rw-r--r-- | target/linux/ubicom32/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ubicom32/Makefile b/target/linux/ubicom32/Makefile index 2901e28412..fb181d6a76 100644 --- a/target/linux/ubicom32/Makefile +++ b/target/linux/ubicom32/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -13,7 +13,6 @@ 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 |