X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fmagicbox%2FMakefile;h=c03093e00e316608de789600d5a5744c557fef67;hb=41ac39db861209f0712553283a803959c64e1e46;hp=e003330f053b9ba4e60fab6293d1203b81a4cc3f;hpb=17c7b6c3fdc48301e50d22cc6138ede16bd1be24;p=openwrt-10.03%2F.git diff --git a/target/linux/magicbox/Makefile b/target/linux/magicbox/Makefile index e003330f0..c03093e00 100644 --- a/target/linux/magicbox/Makefile +++ b/target/linux/magicbox/Makefile @@ -9,13 +9,11 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=magicbox BOARDNAME:=Magicbox -FEATURES:=squashfs jffs2 +FEATURES:=squashfs pci -LINUX_VERSION:=2.6.22.4 +LINUX_VERSION:=2.6.24.2 +LINUX_KARCH:=ppc -include $(INCLUDE_DIR)/kernel-build.mk +include $(INCLUDE_DIR)/target.mk -# include the profiles --include profiles/*.mk - -$(eval $(call BuildKernel)) +$(eval $(call BuildTarget))