X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fmagicbox-2.6%2FMakefile;h=e003330f053b9ba4e60fab6293d1203b81a4cc3f;hb=a12650b506962a05469f126d4162c5fd0b045ef0;hp=5e36e82c42d0d38df855f0141b0969ffe3d01414;hpb=2c38903c12860750cdd677a28113afdd8a9590b3;p=openwrt.git diff --git a/target/linux/magicbox-2.6/Makefile b/target/linux/magicbox-2.6/Makefile index 5e36e82c42..e003330f05 100644 --- a/target/linux/magicbox-2.6/Makefile +++ b/target/linux/magicbox-2.6/Makefile @@ -9,11 +9,13 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=magicbox BOARDNAME:=Magicbox -FEATURES:=jffs2 +FEATURES:=squashfs jffs2 -LINUX_VERSION:=2.6.17 -LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e +LINUX_VERSION:=2.6.22.4 include $(INCLUDE_DIR)/kernel-build.mk + +# include the profiles +-include profiles/*.mk + $(eval $(call BuildKernel))