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
|
|
|
|
2007-08-21 12:06:01 +02:00
|
|
|
LINUX_VERSION:=2.6.22.4
|
2007-10-23 08:23:12 +02:00
|
|
|
LINUX_KARCH:=ppc
|
2007-06-28 07:52:00 +02:00
|
|
|
|
2007-09-08 21:55:42 +02:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2007-03-03 02:22:09 +01:00
|
|
|
|
2007-09-08 21:55:42 +02:00
|
|
|
$(eval $(call BuildTarget))
|