diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-12-10 11:54:21 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-12-10 11:54:21 +0000 |
commit | ffaea06c6eca1ed81364ac7fde516390629aba8c (patch) | |
tree | f843a4bd784f4e7b267d3cfcf07d0b1a4f7ec2c1 /target/linux/orion/Makefile | |
parent | c05dbaa960bbc79e28f18cb43ad15349dd646149 (diff) | |
download | master-187ad058-ffaea06c6eca1ed81364ac7fde516390629aba8c.tar.gz master-187ad058-ffaea06c6eca1ed81364ac7fde516390629aba8c.tar.bz2 master-187ad058-ffaea06c6eca1ed81364ac7fde516390629aba8c.zip |
upgrade orion to 2.6.28-rc7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13580 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/orion/Makefile')
-rw-r--r-- | target/linux/orion/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index e4583a7516..a259c54e27 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -11,13 +11,13 @@ BOARD:=orion BOARDNAME:=Marvell Orion FEATURES:=squashfs -LINUX_VERSION:=2.6.26.8 +LINUX_VERSION:=2.6.28-rc7 include $(INCLUDE_DIR)/target.mk KERNELNAME:="uImage" -DEFAULT_PACKAGES += kmod-madwifi +DEFAULT_PACKAGES += kmod-ath9k-new hostapd-mini define Kernel/Configure $(call Kernel/Configure/Default) |