X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbcm53xx%2FMakefile;h=731eae1ac3d29de4f1de732e204003b7b95c6132;hb=044b5f60278a93f0fbdac621014c4815b261fc35;hp=60701e502b6e645dbdc04c52e9a9c7ee8239fa1a;hpb=7631851b1fcc06d375423f3d405554db9fdb73f3;p=openwrt.git diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile index 60701e502b..731eae1ac3 100644 --- a/target/linux/bcm53xx/Makefile +++ b/target/linux/bcm53xx/Makefile @@ -8,13 +8,12 @@ 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 -CPU_SUBTYPE:=vfp -LINUX_VERSION:=3.10.12 +KERNEL_PATCHVER:=3.14 include $(INCLUDE_DIR)/target.mk @@ -22,8 +21,10 @@ define Target/Description Build firmware images for Broadcom based BCM47xx/53xx routers with ARM CPU, *not* MIPS. endef -KERNELNAME:="zImage dtbs" +KERNELNAME:=zImage dtbs -DEFAULT_PACKAGES += swconfig +DEFAULT_PACKAGES += swconfig wpad-mini nvram \ + kmod-gpio-button-hotplug \ + kmod-leds-gpio kmod-ledtrig-default-on kmod-ledtrig-timer $(eval $(call BuildTarget))