Skip to content

Commit

Permalink
uboot-envtools: add pistachio support
Browse files Browse the repository at this point in the history
Remove 30_uboot-envtools from target/linux/pistachio to proper location.

Signed-off-by: Abhijit Mahajani <[email protected]>
  • Loading branch information
Abhijit Mahajani authored and Abhijit Mahajani committed Sep 29, 2016
1 parent 9ef30b6 commit 744033b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package/boot/uboot-envtools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ ifneq ($(CONFIG_TARGET_oxnas),)
$(INSTALL_DIR) $(1)/etc/uci-defaults
$(INSTALL_BIN) ./files/oxnas $(1)/etc/uci-defaults/30_uboot-envtools
endif
ifneq ($(CONFIG_TARGET_pistachio),)
$(INSTALL_DIR) $(1)/etc/uci-defaults
$(INSTALL_DATA) ./files/pistachio $(1)/etc/uci-defaults/30_uboot-envtools
endif
ifneq ($(CONFIG_TARGET_ramips),)
$(INSTALL_DIR) $(1)/etc/uci-defaults
$(INSTALL_DATA) ./files/ramips $(1)/etc/uci-defaults/30_uboot-envtools
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/bin/sh
#
# Copyright (C) 2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

[ -e /etc/config/ubootenv ] && exit 0

Expand Down

0 comments on commit 744033b

Please sign in to comment.