X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgemini%2FMakefile;h=3204b3f5d81e1d44c8e8a23569e0e57ff8fce6fc;hb=df2e6b64d1786c718f1d82f6574cfa3807d7a60d;hp=78eb3f7f6cb5e94200e77b7eb8e73b0a19dddf4c;hpb=b92e7500276a851f091de6e2c953056c9d45d987;p=openwrt%2Fopenwrt.git diff --git a/target/linux/gemini/Makefile b/target/linux/gemini/Makefile index 78eb3f7f6c..3204b3f5d8 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,12 +9,24 @@ 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-rc4 +KERNEL_PATCHVER:=4.14 + +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-usb-core kmod-usb-fotg210 \ + kmod-usb-ledtrig-usbport \ + kmod-leds-gpio kmod-led-trig-heartbeat \ + kmod-gpio-button-hotplug + $(eval $(call BuildTarget))