[OpenWrt-Devel] [PATCH 3/5] add new target 'oxnas'

John Crispin blogic at openwrt.org
Wed Nov 26 02:14:18 EST 2014


Hi,

seems to all be functional. one last question ...

On 25/11/2014 11:45, Daniel Golle wrote:
> diff --git a/target/linux/oxnas/Makefile b/target/linux/oxnas/Makefile
> new file mode 100644
> index 0000000..67d45bc
> --- /dev/null
> +++ b/target/linux/oxnas/Makefile
> @@ -0,0 +1,28 @@
> +#
> +# Copyright (C) 2013 OpenWrt.org
> +#
> +# This is free software, licensed under the GNU General Public License v2.
> +# See /LICENSE for more information.
> +#
> +include $(TOPDIR)/rules.mk
> +
> +ARCH:=arm
> +BOARD:=oxnas
> +BOARDNAME:=PLXTECH NAS782X

you use oxnas everywhere apart from the string that the user sees in
menuconfig. i had to look twice to find the right target option in
menuconfig as i was looking for Oxna dna not plxtech


	John



> +DEVICE_TYPE:=nas
> +FEATURES:=gpio nand pcie usb usbgadget ramdisk rtc squashfs
> +CPU_TYPE:=mpcore
> +
> +MAINTAINER:=Daniel Golle <daniel at makrotopia.org>
> +
> +KERNEL_PATCHVER:=3.18
> +
> +include $(INCLUDE_DIR)/target.mk
> +
> +DEFAULT_PACKAGES += \
> +	kmod-button-hotplug kmod-input-gpio-keys-polled kmod-leds-gpio		\
> +	kmod-i2c-gpio uboot-envtools uboot-oxnas-ox820
> +
> +KERNELNAME:=zImage dtbs
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list