X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2FMakefile;h=ad3f690a8881bceba690aeaeb73ea1e61faac241;hp=e29d844aeb51fe265c231acbec948659d7c67a28;hb=6ff020c5558752edee9a615361f5b6d24d088aed;hpb=2cf500bf76c85b9984a6c0b20171390bd4638c53 diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index e29d844aeb..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 -mips32r2 -mtune=mips32r2 -fno-caller-saves -FEATURES:=squashfs +SUBTARGETS:=rt305x mt7620a mt7620n mt7621 rt3883 rt288x +FEATURES:=squashfs gpio -LINUX_VERSION:=3.6.9 +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 maccalc 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.