X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2FMakefile;h=44565c64673484c0a819600986b1713e97bcfc9c;hb=0e6867db1e9a2feb6ded27a33631e25f6c18e11e;hp=039a57c08da6b25732c9b792a962a56b1d64cb61;hpb=ca34712a7cc183b12eb8b1fe8afe2fab96024386;p=15.05%2Fopenwrt.git diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 039a57c08d..44565c6467 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 -mno-branch-likely -FEATURES:=squashfs +SUBTARGETS:=rt305x mt7620a mt7620n mt7621 rt3883 rt288x +FEATURES:=squashfs gpio -LINUX_VERSION:=3.7.9 +LINUX_VERSION:=3.10.36 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.