X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fbcm53xx%2FMakefile;h=917e55b5e33c0478e4bc0e981770e2435c96cec3;hb=232767edf0a25d7b896c21233179579ad1a0ead8;hp=023ce4e06654433fb2dd771d695b7a0e9a2a5fc0;hpb=dd8d72909634e0ba521519748827cb06f8c3f37d;p=oweals%2Fopenwrt.git diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile index 023ce4e066..917e55b5e3 100644 --- a/target/linux/bcm53xx/Makefile +++ b/target/linux/bcm53xx/Makefile @@ -8,21 +8,23 @@ 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.14.16 - -include $(INCLUDE_DIR)/target.mk +KERNEL_PATCHVER:=4.4 define Target/Description Build firmware images for Broadcom based BCM47xx/53xx routers with ARM CPU, *not* MIPS. endef -KERNELNAME:="zImage dtbs" +include $(INCLUDE_DIR)/target.mk + +KERNELNAME:=zImage dtbs -DEFAULT_PACKAGES += swconfig +DEFAULT_PACKAGES += swconfig wpad-mini nvram oseama otrx \ + kmod-gpio-button-hotplug \ + kmod-leds-gpio kmod-ledtrig-default-on kmod-ledtrig-timer $(eval $(call BuildTarget))