X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2FMakefile;h=ad3f690a8881bceba690aeaeb73ea1e61faac241;hp=d0ee005a5e59dcefbbbf6490e51664d3021ca3e6;hb=6ff020c5558752edee9a615361f5b6d24d088aed;hpb=cca3ae9bc47b833ac72cf2896d1ad4bd39d1033f diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index d0ee005a5e..ad3f690a88 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -9,17 +9,15 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=ramips BOARDNAME:=Ralink RT288x/RT3xxx -SUBTARGETS:=rt288x rt305x rt3883 -CFLAGS:=-Os -pipe -fno-caller-saves -mno-branch-likely +SUBTARGETS:=rt305x mt7620a mt7620n mt7621 rt3883 rt288x FEATURES:=squashfs gpio -LINUX_VERSION:=3.7.10 +LINUX_VERSION:=3.10.21 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=\ - kmod-leds-gpio kmod-input-core kmod-input-polldev \ - kmod-input-gpio-keys-polled kmod-button-hotplug \ - kmod-rt2800-pci wpad-mini swconfig + kmod-leds-gpio kmod-gpio-button-hotplug \ + kmod-rt2800-pci kmod-rt2800-soc wpad-mini swconfig define Target/Description Build firmware images for Ralink RT288x/RT3xxx based boards.