X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fbcm53xx%2FMakefile;h=30730ea47b5de6be3e5e1512a025114e8ce562bf;hb=ac3d7d3569cacbda01ccfd10a078d2d89497bc74;hp=7fe31620542131d40115508fd8ca87c2f1af6152;hpb=06accca1d7017f4b6e4deff0798cb1ca26aee953;p=oweals%2Fopenwrt.git diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile index 7fe3162054..30730ea47b 100644 --- a/target/linux/bcm53xx/Makefile +++ b/target/linux/bcm53xx/Makefile @@ -8,22 +8,24 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=bcm53xx -BOARDNAME:=Broadcom BCM47xx/53xx with ARM CPU -FEATURES:=squashfs usb pci pcie gpio +BOARDNAME:=Broadcom BCM47xx/53xx (ARM) +FEATURES:=squashfs nand usb pci pcie gpio MAINTAINER:=Hauke Mehrtens +CPU_TYPE:=cortex-a9 -LINUX_VERSION:=3.10.1 - -include $(INCLUDE_DIR)/target.mk +KERNEL_PATCHVER:=4.9 define Target/Description Build firmware images for Broadcom based BCM47xx/53xx routers with ARM CPU, *not* MIPS. endef -CFLAGS:=-Os -pipe -mtune=cortex-a9 -march=armv7-a -mfpu=vfp -mfloat-abi=softfp +include $(INCLUDE_DIR)/target.mk -KERNELNAME:="zImage dtbs" +KERNELNAME:=zImage dtbs -DEFAULT_PACKAGES += +DEFAULT_PACKAGES += swconfig nvram \ + osafeloader oseama otrx \ + kmod-gpio-button-hotplug \ + kmod-leds-gpio kmod-ledtrig-default-on kmod-ledtrig-timer $(eval $(call BuildTarget))