Skip to content

Commit

Permalink
removed unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
danielk117 committed Jan 27, 2024
1 parent 705f577 commit 3ead42b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion packages/aec-cmdline/package.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
PACKAGE_NAME="aec_cmdline"
PACKAGE_VERSION="master"
#PACKAGE_SRC="https://github.com/voice-engine/ec/archive/${PACKAGE_VERSION}.tar.gz"
PACKAGE_SRC="https://github.com/dr-ni/aec_cmdline/archive/${PACKAGE_VERSION}.tar.gz"
PACKAGE_DEPENDS="alsa-lib speexdsp"

Expand Down
5 changes: 3 additions & 2 deletions packages/ec/package.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
PACKAGE_NAME="echo canceller"
PACKAGE_VERSION="master"
PACKAGE_SRC="https://github.com/voice-engine/ec/archive/${PACKAGE_VERSION}.tar.gz"
PACKAGE_DEPENDS="alsa-lib speexdsp"
#PACKAGE_SRC="https://github.com/voice-engine/ec/archive/${PACKAGE_VERSION}.tar.gz"
PACKAGE_SRC="https://github.com/danielk117/ec/archive/${PACKAGE_VERSION}.tar.gz"
PACKAGE_DEPENDS="alsa-lib alsa-plugin-fifo speexdsp"

make_package() {
PKG_CONFIG_LIBDIR="${BUILD_PKG_CONFIG_LIBDIR}" \
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PACKAGE_NAME="Additional services"
PACKAGE_DEPENDS="triggerhappy porcupine espeak-ng avahi"
PACKAGE_DEPENDS="triggerhappy avahi"
2 changes: 0 additions & 2 deletions scripts/97_misc.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/sh

sed -i "s/kZ5zG\/Y2AUWHNE5I3ElWm1/i6RKzoCx4FpsHnoMIzVwe1/" squashfs-root/etc/shadow

echo "ntpd -q -p pool.ntp.org" > squashfs-root/etc/rc.local
echo "show_led 0" >> squashfs-root/etc/rc.local

Expand Down

0 comments on commit 3ead42b

Please sign in to comment.