summaryrefslogtreecommitdiff
path: root/package/u-boot-git/files/uboot_print_env
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-02-29 14:38:54 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-02-29 14:38:54 +0100
commitf0fc4828501e7e393ce52a311bef249b0c9ec236 (patch)
tree9e16a57f422e0768313b62e97f15a7a5a6196be4 /package/u-boot-git/files/uboot_print_env
parent6873c8d1e2410d147bd4d687123a8d878b9b2aa4 (diff)
add new PKG_GIT variable
We can now clone git tags and branches in a more performant way. No change for specific hashes, other then PKG_GIT is required now. Do not remove .git dirs, as the downloaded code might be used to add a patch and send upstream. Add git as requirement for downloading. Remove unmaintained u-boot-git package.
Diffstat (limited to 'package/u-boot-git/files/uboot_print_env')
-rwxr-xr-xpackage/u-boot-git/files/uboot_print_env5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/u-boot-git/files/uboot_print_env b/package/u-boot-git/files/uboot_print_env
deleted file mode 100755
index 7231e1a47..000000000
--- a/package/u-boot-git/files/uboot_print_env
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-mount -r /dev/mmcblk0p1 /mnt
-fw_printenv "$@"
-umount /mnt