diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-01-31 09:43:53 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-01-31 09:43:53 +0000 |
commit | db12fa60c6b0ba455c89c7c45fb89b0fe6bca1ad (patch) | |
tree | 57e6d449401b70ffb3b1c06d8ccc677b1b08efdf /target/linux/brcm63xx | |
parent | 61579d09346cf8b42ae0550359de62a3d31ba99d (diff) | |
download | upstream-db12fa60c6b0ba455c89c7c45fb89b0fe6bca1ad.tar.gz upstream-db12fa60c6b0ba455c89c7c45fb89b0fe6bca1ad.tar.bz2 upstream-db12fa60c6b0ba455c89c7c45fb89b0fe6bca1ad.zip |
kernel: update linux 3.0 to 3.0.18
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29965 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile index 77e0a39edf..88c4561bf8 100644 --- a/target/linux/brcm63xx/Makefile +++ b/target/linux/brcm63xx/Makefile @@ -10,7 +10,7 @@ ARCH:=mips BOARD:=brcm63xx BOARDNAME:=Broadcom BCM63xx FEATURES:=squashfs jffs2 usb atm pci pcmcia -LINUX_VERSION:=3.0.17 +LINUX_VERSION:=3.0.18 MAINTAINER:=Florian Fainelli <florian@openwrt.org> include $(INCLUDE_DIR)/target.mk |