aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ppc44x/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2011-08-06 09:51:55 +0000
committerHauke Mehrtens <hauke@openwrt.org>2011-08-06 09:51:55 +0000
commit7f6a8eafbf7278a9ab48fa60aaa5ae8038ae77a5 (patch)
tree194910b1794e66881217b0e80c70389c72695c1b /target/linux/ppc44x/Makefile
parent652b0357c9688fb7539ae880a350a28f2161f61d (diff)
downloadupstream-7f6a8eafbf7278a9ab48fa60aaa5ae8038ae77a5.tar.gz
upstream-7f6a8eafbf7278a9ab48fa60aaa5ae8038ae77a5.tar.bz2
upstream-7f6a8eafbf7278a9ab48fa60aaa5ae8038ae77a5.zip
kernel: update to kernel version 3.0.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27918 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc44x/Makefile')
-rw-r--r--target/linux/ppc44x/Makefile2
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
172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294