X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2FMakefile;h=93670c6eed5bf3d919889144d5bb6ddf25413381;hp=32bfd06feaa4a243a5e474400b6207f52b120836;hb=6db7ad74f61eeaae0c8ecb08d483599d9d80c53f;hpb=ac8f9434660b88d0f9686bed3e0bfd5b0adf1788 diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile index 32bfd06fe..93670c6ee 100644 --- a/target/linux/brcm63xx/Makefile +++ b/target/linux/brcm63xx/Makefile @@ -10,17 +10,16 @@ ARCH:=mips BOARD:=brcm63xx BOARDNAME:=Broadcom BCM963xx FEATURES:=squashfs jffs2 broken usb atm - LINUX_VERSION:=2.6.22.4 +include $(INCLUDE_DIR)/target.mk + define Target/Description Build firmware images for Broadcom based xDSL/routers (e.g. Inventel Livebox, Siemens SE515) endef -include $(INCLUDE_DIR)/kernel-build.mk - # include the profiles -include profiles/*.mk -$(eval $(call BuildKernel)) +$(eval $(call BuildTarget))