X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbcm53xx%2FMakefile;h=5b5e6077ac6117eaba92b8999a4cdc437087cd62;hb=c0f3c8d2961ebb748cee1e5532859782a28cbd05;hp=60701e502b6e645dbdc04c52e9a9c7ee8239fa1a;hpb=7631851b1fcc06d375423f3d405554db9fdb73f3;p=openwrt.git diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile index 60701e502b..5b5e6077ac 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.18 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))