diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2011-08-06 09:51:55 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2011-08-06 09:51:55 +0000 |
commit | 51be98465569784b3c8c327a4873a7e9d1e5184b (patch) | |
tree | 6a6427004da9a068aa1b743847aaa240d0c6b095 /target/linux/ppc44x | |
parent | b043b26b54da58342b320102225203ecf5c94d07 (diff) | |
download | upstream-51be98465569784b3c8c327a4873a7e9d1e5184b.tar.gz upstream-51be98465569784b3c8c327a4873a7e9d1e5184b.tar.bz2 upstream-51be98465569784b3c8c327a4873a7e9d1e5184b.zip |
kernel: update to kernel version 3.0.1
SVN-Revision: 27918
Diffstat (limited to 'target/linux/ppc44x')
-rw-r--r-- | target/linux/ppc44x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 95f1ee631c..8f65693dba 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=440 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.0 +LINUX_VERSION:=3.0.1 include $(INCLUDE_DIR)/target.mk |