diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-28 13:10:55 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-28 13:10:55 +0000 |
commit | 99c63ce951c81d058e90564dd3f9c8553bfe9c24 (patch) | |
tree | ed373f76b682cdf4d32aa202d3533386527b222b /target/linux/rb532/Makefile | |
parent | c2c496868e73e78b766af3ed943e5e1b1efb20bb (diff) | |
download | upstream-99c63ce951c81d058e90564dd3f9c8553bfe9c24.tar.gz upstream-99c63ce951c81d058e90564dd3f9c8553bfe9c24.tar.bz2 upstream-99c63ce951c81d058e90564dd3f9c8553bfe9c24.zip |
switch to 2.6.30-rc7, fixes #5111
SVN-Revision: 16134
Diffstat (limited to 'target/linux/rb532/Makefile')
-rw-r--r-- | target/linux/rb532/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rb532/Makefile b/target/linux/rb532/Makefile index 03dadb86cd..8f036cc991 100644 --- a/target/linux/rb532/Makefile +++ b/target/linux/rb532/Makefile @@ -11,7 +11,7 @@ BOARD:=rb532 BOARDNAME:=Mikrotik RouterBoard 532 FEATURES:=jffs2 pci tgz -LINUX_VERSION:=2.6.28.10 +LINUX_VERSION:=2.6.30-rc7 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += hostapd-mini kmod-madwifi |