X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm-2.4%2FMakefile;h=005056299df9eb6ce4295a3eb93f2f2695b2a480;hb=e695e1f005c1c9c63f6d174cb5c7dd04558ffd99;hp=3158d497afc4a0e6ad000f4d17bc49108c2199df;hpb=9bc5d8548f71c8a1a60986ff99745f9f1b9b3f9a;p=openwrt-10.03%2F.git diff --git a/target/linux/brcm-2.4/Makefile b/target/linux/brcm-2.4/Makefile index 3158d497a..005056299 100644 --- a/target/linux/brcm-2.4/Makefile +++ b/target/linux/brcm-2.4/Makefile @@ -7,21 +7,19 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel -BOARD:=brcm -BOARDNAME:=Broadcom BCM947xx/953xx +BOARD:=brcm-2.4 +BOARDNAME:=Broadcom BCM947xx/953xx [2.4] FEATURES:=squashfs +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 -KERNEL:=2.4 - -include $(INCLUDE_DIR)/kernel-build.mk -DEFAULT_PACKAGES += kmod-switch kmod-diag nvram - -# include the profiles --include profiles/*.mk - -$(eval $(call BuildKernel)) +$(eval $(call BuildTarget))