2006-06-27 02:35:46 +02:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
2006-01-12 20:10:07 +01:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2006-11-12 00:11:02 +01:00
|
|
|
ARCH:=powerpc
|
|
|
|
BOARD:=magicbox
|
|
|
|
BOARDNAME:=Magicbox
|
2007-05-26 17:36:22 +02:00
|
|
|
FEATURES:=squashfs jffs2
|
2006-11-12 00:11:02 +01:00
|
|
|
|
2006-06-21 04:32:39 +02:00
|
|
|
include $(INCLUDE_DIR)/kernel-build.mk
|
2007-03-03 02:22:09 +01:00
|
|
|
|
|
|
|
# include the profiles
|
|
|
|
-include profiles/*.mk
|
|
|
|
|
2006-10-19 08:20:55 +02:00
|
|
|
$(eval $(call BuildKernel))
|