X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm47xx-2.6%2FMakefile;h=f206e3eb59c093968bb90d679f25b52c6939c6aa;hb=675211fe81509d9bfa35e0895fb00a63c9612c3d;hp=46e76503fc1d95f8c1d3e5acce904b2f0d2661c9;hpb=b79fee2b0107d0f71ecd4f9846477f4acacc832d;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/brcm47xx-2.6/Makefile b/target/linux/brcm47xx-2.6/Makefile index 46e76503fc..f206e3eb59 100644 --- a/target/linux/brcm47xx-2.6/Makefile +++ b/target/linux/brcm47xx-2.6/Makefile @@ -8,19 +8,20 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=brcm47xx -BOARDNAME:=Broadcom BCM947xx/953xx (new code) -FEATURES:=squashfs broken +BOARDNAME:=Broadcom BCM947xx/953xx +FEATURES:=squashfs usb + +LINUX_VERSION:=2.6.22.1 define Target/Description Build firmware images for Broadcom based routers - (e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G) - - This one builds the generic .trx images, activate one of the - options below for creating device specific files for use - with TFTP client too. + (e.g. Netgear WGT634U) endef include $(INCLUDE_DIR)/kernel-build.mk -# DEFAULT_PACKAGES += kmod-switch +DEFAULT_PACKAGES += kmod-switch kmod-diag + +# include the profiles +-include profiles/*.mk $(eval $(call BuildKernel))