X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fbrcm-2.4%2FMakefile;h=da5cf6404f3718498fee8e33945900d41abac3ed;hb=6db7ad74f61eeaae0c8ecb08d483599d9d80c53f;hp=e15eb09b5f65846d1192c4b741df838cc50bd6c3;hpb=043ac6c8ed76ff5a1f3b84a6f2f5f12edfedc93c;p=openwrt.git diff --git a/target/linux/brcm-2.4/Makefile b/target/linux/brcm-2.4/Makefile index e15eb09b5f..da5cf6404f 100644 --- a/target/linux/brcm-2.4/Makefile +++ b/target/linux/brcm-2.4/Makefile @@ -6,9 +6,23 @@ # include $(TOPDIR)/rules.mk -LINUX_VERSION:=2.4.32 -LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=38f4d0830e95a20f4bfed17622d5557c +ARCH:=mipsel +BOARD:=brcm-2.4 +BOARDNAME:=Broadcom BCM947xx/953xx +FEATURES:=squashfs -include $(INCLUDE_DIR)/kernel-build.mk -$(eval $(call BuildKernel)) +KERNEL:=2.4 + +include $(INCLUDE_DIR)/target.mk + +DEFAULT_PACKAGES += kmod-switch kmod-diag nvram + +define Target/Description + Build firmware images for Broadcom based routers + (e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G) +endef + +# include the profiles +-include profiles/*.mk + +$(eval $(call BuildTarget))