Skip to content

Commit

Permalink
Revert "Switch: Fix Clock speed menus on mariko. (#1822)"
Browse files Browse the repository at this point in the history
This reverts commit 1ad4374.
  • Loading branch information
ToKe79 committed Jan 16, 2023
1 parent 9574e4d commit e7da101
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 391 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
PKG_NAME="switch-cpu-profile"
PKG_VERSION="2.0"
PKG_VERSION="1.1"
PKG_DEPENDS_TARGET="Python3"
PKG_TOOLCHAIN="manual"

makeinstall_target() {
mkdir -p ${INSTALL}/usr/bin
cp -v ${PKG_DIR}/scripts/cpu-profile ${INSTALL}/usr/bin
#cp -v ${PKG_DIR}/scripts/cpu-profile ${INSTALL}/usr/bin
touch ${INSTALL}/usr/bin/cpu-profile
chmod +x ${INSTALL}/usr/bin/cpu-profile
}

Expand Down
Loading

0 comments on commit e7da101

Please sign in to comment.