X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Frb532-2.6%2FMakefile;h=1898e3f902088ea6d3e28aea1adeb6f00a041389;hp=35c4f6d6facc46f325da552654eaed85786359b8;hb=aeb56313fddcc7d6f4535238d594f0d220e84adb;hpb=66f81f7f09e169bd0a9c99854a306a4cd4913196 diff --git a/target/linux/rb532-2.6/Makefile b/target/linux/rb532-2.6/Makefile index 35c4f6d6fa..1898e3f902 100644 --- a/target/linux/rb532-2.6/Makefile +++ b/target/linux/rb532-2.6/Makefile @@ -9,11 +9,14 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=rb532 BOARDNAME:=Mikrotik RouterBoard 532 -FEATURES:=pci jffs2 +FEATURES:=jffs2 pci tgz -LINUX_VERSION:=2.6.17 -LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e +LINUX_VERSION:=2.6.22.1 include $(INCLUDE_DIR)/kernel-build.mk + +# include the profiles +-include profiles/*.mk +DEFAULT_PACKAGES += kmod-via-rhine + $(eval $(call BuildKernel))