diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-07-20 10:18:56 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-07-20 10:18:56 +0000 |
commit | c3aa860a1157a5c8dbf0be1f73ada73ec4894572 (patch) | |
tree | 0afa09795f92fd5548c51c0be93f8b15a47e4e63 /target/linux/goldfish | |
parent | dd1f19f4c7c323a5a269b798bda277b25d59231f (diff) | |
download | upstream-c3aa860a1157a5c8dbf0be1f73ada73ec4894572.tar.gz upstream-c3aa860a1157a5c8dbf0be1f73ada73ec4894572.tar.bz2 upstream-c3aa860a1157a5c8dbf0be1f73ada73ec4894572.zip |
update to 2.6.30.2
SVN-Revision: 16931
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 78a936596e..004dd597dd 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.1 +LINUX_VERSION:=2.6.30.2 DEVICE_TYPE=phone |