X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fgemini%2FMakefile;h=4b46bc23a1ab31141e9c713ee034141b5705b247;hp=0fcc13ae2c27606708d28f099e4b3858b5a453ab;hb=af069fbd24f94d0374bb2fae483db98d36dcb44d;hpb=6a4f2922f6303a006d66b4bbb79541823b1c12b4 diff --git a/target/linux/gemini/Makefile b/target/linux/gemini/Makefile index 0fcc13ae2c..4b46bc23a1 100644 --- a/target/linux/gemini/Makefile +++ b/target/linux/gemini/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2013 OpenWrt.org +# Copyright (C) 2009-2018 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,14 +9,22 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=gemini BOARDNAME:=Cortina Systems CS351x -FEATURES:=squashfs pci -CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves -MAINTAINER:=Imre Kaloz +FEATURES:=squashfs pci rtc usb dt gpio display +CPU_TYPE:=fa526 +MAINTAINER:=Roman Yeryomin -LINUX_VERSION:=3.9.4 +KERNEL_PATCHVER:=4.14 -KERNELNAME:="zImage" +define Target/Description + Build firmware images for the StorLink/Cortina Gemini CS351x ARM FA526 CPU +endef + +KERNELNAME:=zImage dtbs include $(INCLUDE_DIR)/target.mk +DEFAULT_PACKAGES += \ + kmod-leds-gpio kmod-led-trig-heartbeat \ + kmod-gpio-button-hotplug + $(eval $(call BuildTarget))