X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fbcm53xx%2FMakefile;h=717a44203ad5d494d62cd9ebbe3d30b166bc7567;hb=e9c517772cee8af63b4ef173a28152645a4e1b05;hp=daad42b36938f74bbede5b1b25f0a530fdc194b1;hpb=47aefcc563b4052f7d383e9ab1c075037ffc566d;p=oweals%2Fopenwrt.git diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile index daad42b369..717a44203a 100644 --- a/target/linux/bcm53xx/Makefile +++ b/target/linux/bcm53xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs nand usb pci pcie gpio MAINTAINER:=Hauke Mehrtens CPU_TYPE:=cortex-a9 -LINUX_VERSION:=3.14.18 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk @@ -21,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 wpad-mini nvram +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))