X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbcm53xx%2FMakefile;h=a98fd3923d1795f4d47a80a2138219ec939dc44e;hb=2d61c26f02557b0b3734f694efdb81a2694fdd70;hp=e8e8b431b6a8ed5ff2cbfcee429fdc1af3a6f813;hpb=69c403c234c1c9e1a06c719135e9396815a3b756;p=openwrt%2Fopenwrt.git diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile index e8e8b431b6..a98fd3923d 100644 --- a/target/linux/bcm53xx/Makefile +++ b/target/linux/bcm53xx/Makefile @@ -8,21 +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.14.14 - -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 \ + osafeloader oseama otrx \ + kmod-gpio-button-hotplug \ + kmod-leds-gpio kmod-ledtrig-default-on kmod-ledtrig-timer $(eval $(call BuildTarget))