oxnas: disable usbgadget support
[openwrt.git] / target / linux / oxnas / Makefile
1 #
2 # Copyright (C) 2013 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=arm
10 BOARD:=oxnas
11 BOARDNAME:=PLXTECH/Oxford NAS782x/OX82x
12 DEVICE_TYPE:=nas
13 FEATURES:=gpio nand pcie usb ramdisk rtc squashfs ubifs
14 CPU_TYPE:=mpcore
15
16 MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
17
18 KERNEL_PATCHVER:=3.18
19
20 include $(INCLUDE_DIR)/target.mk
21
22 DEFAULT_PACKAGES += \
23         kmod-ata-core kmod-ata-oxnas-sata kmod-button-hotplug \
24         kmod-input-gpio-keys-polled kmod-leds-gpio kmod-usb2-oxnas \
25         uboot-envtools uboot-oxnas-ox820
26
27 KERNELNAME:=zImage dtbs
28
29 $(eval $(call BuildTarget))