diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-27 10:02:24 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-27 10:02:24 +0000 |
commit | 2f7cbe555a85de36e7e4c9f006f6132989f6f52e (patch) | |
tree | 1e9a718346ea295c0cd2258e5a8b13388d0a5903 /target/linux/goldfish | |
parent | d448bd10fd14ae28667fac0e643aa3c08f74d1a5 (diff) |
[kernel] switch to 2.6.30.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17028 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/goldfish')
-rw-r--r-- | target/linux/goldfish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/goldfish/Makefile b/target/linux/goldfish/Makefile index 004dd597dd..d1f84392c8 100644 --- a/target/linux/goldfish/Makefile +++ b/target/linux/goldfish/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Goldfish (Android Emulator) FEATURES:= CFLAGS:=-O2 -pipe -march=armv5te -mtune=xscale -funit-at-a-time -LINUX_VERSION:=2.6.30.2 +LINUX_VERSION:=2.6.30.3 DEVICE_TYPE=phone |