X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/70372282d00969a306b14591ba37e90b66a85471..1c92134bda36e1cdfc7cf6a192957368d96f9a78:/target/linux/brcm-2.6/Makefile?ds=sidebyside diff --git a/target/linux/brcm-2.6/Makefile b/target/linux/brcm-2.6/Makefile index 9b2e16c0b..a34d2187a 100644 --- a/target/linux/brcm-2.6/Makefile +++ b/target/linux/brcm-2.6/Makefile @@ -1,19 +1,25 @@ +# +# 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 -LINUX_VERSION:=2.6.15.1 -LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=3a71f70fecf25a893bb95efaa37f575c +ARCH:=mipsel +BOARD:=brcm +BOARDNAME:=Broadcom BCM947xx/953xx +FEATURES:=squashfs -include ../rules.mk -include ./config +define Target/Description + Build firmware images for Broadcom based routers + (e.g. Netgear WGT634U) +endef -include ../generic-$(KERNEL)/modules.mk -include ../kernel.mk +include $(INCLUDE_DIR)/kernel-build.mk +DEFAULT_PACKAGES += kmod-switch kmod-diag +# include the profiles +-include profiles/*.mk -$(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked - [ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches $(MAKE_TRACE) - [ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches $(MAKE_TRACE) - @cp config $(LINUX_DIR)/.config - touch $@ - +$(eval $(call BuildKernel))