2006-08-26 00:53:54 +03:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2006-11-12 01:11:02 +02:00
|
|
|
ARCH:=powerpc
|
|
|
|
BOARD:=magicbox
|
|
|
|
BOARDNAME:=Magicbox
|
2008-02-03 12:21:18 +02:00
|
|
|
FEATURES:=squashfs pci
|
2006-11-12 01:11:02 +02:00
|
|
|
|
2008-05-18 23:12:54 +03:00
|
|
|
LINUX_VERSION:=2.6.24.7
|
2007-10-23 09:23:12 +03:00
|
|
|
LINUX_KARCH:=ppc
|
2007-06-28 08:52:00 +03:00
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2007-03-03 03:22:09 +02:00
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
$(eval $(call BuildTarget))
|