From 8e45a9be1cbc078186e200c20057b43f284329e6 Mon Sep 17 00:00:00 2001 From: luka Date: Thu, 11 Apr 2013 16:04:31 +0000 Subject: This adds Gateworks Laguna family board support. Note that some Laguna boards have SPI flash and others have NOR flash, thus the size/erasesize are detected dynamically. Signed-off-by: Tim Harvey git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36313 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/boot/uboot-envtools/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/boot/uboot-envtools/Makefile') diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile index 55aaf885f..ded9678be 100644 --- a/package/boot/uboot-envtools/Makefile +++ b/package/boot/uboot-envtools/Makefile @@ -69,6 +69,10 @@ ifneq ($(CONFIG_TARGET_ramips),) $(INSTALL_DIR) $(1)/etc/uci-defaults $(INSTALL_BIN) ./files/ramips $(1)/etc/uci-defaults/uboot-envtools endif +ifneq ($(CONFIG_TARGET_cns3xxx),) + $(INSTALL_DIR) $(1)/etc/uci-defaults + $(INSTALL_BIN) ./files/cns3xxx $(1)/etc/uci-defaults/uboot-envtools +endif endef $(eval $(call BuildPackage,uboot-envtools)) -- cgit v1.2.3