mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
replace all occurences of LINUX_VERSION with the cleaner approach. future kernel upgrades must mostly touch only one file. the only platform left is netlogic, because it uses a intermediate kernel 3.14.16 Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43047 3c298f89-4303-0410-b956-a3cf2f4a3e73
27 lines
543 B
Makefile
27 lines
543 B
Makefile
#
|
|
# Copyright (C) 2008-2011 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=powerpc
|
|
BOARD:=ppc40x
|
|
BOARDNAME:=AMCC/IBM PPC40x
|
|
FEATURES:=squashfs
|
|
CPU_TYPE:=405
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
|
|
|
KERNEL_PATCHVER:=3.10
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
define Target/Description
|
|
Build firmware images for AMCC/IBM PPC40x based boards.
|
|
endef
|
|
|
|
KERNELNAME:=uImage cuImage.magicbox cuImage.openrb
|
|
|
|
$(eval $(call BuildTarget))
|