diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-17 23:46:05 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-17 23:46:05 +0000 |
commit | 869c74e8d5411058d7934bb6e06358e4879ccbc3 (patch) | |
tree | be9841e2fc5ef1c9396dd1f9aaf59cd72d8e9661 /openwrt/package/Makefile | |
parent | 03d2ceba4236acf5ee90e5445a1cc3b64cfa579d (diff) | |
download | mtk-20170518-869c74e8d5411058d7934bb6e06358e4879ccbc3.zip mtk-20170518-869c74e8d5411058d7934bb6e06358e4879ccbc3.tar.gz mtk-20170518-869c74e8d5411058d7934bb6e06358e4879ccbc3.tar.bz2 |
add flac package (thanks to David Collet)
SVN-Revision: 2158
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 62ed326..f012152 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -37,6 +37,7 @@ package-$(BR2_PACKAGE_EBTABLES) += ebtables package-$(BR2_PACKAGE_ETHER_WAKE) += ether-wake package-$(BR2_COMPILE_EXPAT) += expat package-$(BR2_PACKAGE_EZIPUPDATE) += ez-ipupdate +package-$(BR2_COMPILE_FLAC) += flac package-$(BR2_PACKAGE_FPING) += fping package-$(BR2_PACKAGE_FPROBE) += fprobe package-$(BR2_PACKAGE_FPROBE_ULOG) += fprobe-ulog |