summaryrefslogtreecommitdiff
path: root/package/rpi-utils/rpi-utils.mk
diff options
context:
space:
mode:
authoruvok cheetah2024-09-09 20:41:17 +0200
committeruvok cheetah2024-09-09 20:41:17 +0200
commitb01d0123187966bc3028bbdfb9e8ef2623a7a813 (patch)
tree51ddd5030460c918bc9b95006b03d5b60d9ba58e /package/rpi-utils/rpi-utils.mk
parente642c89888f23088f2388dcd44a75e088564215f (diff)
Add comments / cleanup rpi-utils
Diffstat (limited to 'package/rpi-utils/rpi-utils.mk')
-rw-r--r--package/rpi-utils/rpi-utils.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/package/rpi-utils/rpi-utils.mk b/package/rpi-utils/rpi-utils.mk
index d26ff27..abe1e25 100644
--- a/package/rpi-utils/rpi-utils.mk
+++ b/package/rpi-utils/rpi-utils.mk
@@ -1,6 +1,6 @@
################################################################################
#
-# rpi-userland
+# rpi-utils
#
################################################################################
@@ -10,12 +10,6 @@ RPI_UTILS_LICENSE = BSD-3-Clause
RPI_UTILS_LICENSE_FILES = LICENCE
RPI_UTILS_INSTALL_STAGING = YES
-ifeq ($(BR2_aarch64),y)
-RPI_UTILS_CONF_OPTS += -DARM64=ON
-endif
-
-RPI_UTILS_CONF_OPTS += -DALL_APPS=OFF
-
define RPI_UTILS_POST_TARGET_CLEANUP
rm -Rf $(TARGET_DIR)/usr/src
endef