X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Framips%2FMakefile;h=25859024c1021a33ffbe40e14b1a74f33376584a;hb=28d626556d846ce69246d72e2a0e3a008e5fc7dd;hp=b4ccaf64e1d27355907ac697e4b77e6a68ba922a;hpb=bfcbca3e049e39878f26294642c4638aea2d7900;p=oweals%2Fopenwrt.git diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index b4ccaf64e1..25859024c1 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -10,17 +10,17 @@ ARCH:=mipsel BOARD:=ramips BOARDNAME:=MediaTek Ralink MIPS SUBTARGETS:=rt305x mt7620 mt7621 mt7628 mt7688 rt3883 rt288x -FEATURES:=squashfs gpio mips16 +FEATURES:=squashfs gpio MAINTAINER:=John Crispin KERNEL_PATCHVER:=4.4 -include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += \ - kmod-leds-gpio kmod-gpio-button-hotplug wpad-mini swconfig - define Target/Description Build firmware images for Ralink RT288x/RT3xxx based boards. endef +include $(INCLUDE_DIR)/target.mk +DEFAULT_PACKAGES += \ + kmod-leds-gpio kmod-gpio-button-hotplug wpad-mini swconfig + $(eval $(call BuildTarget))