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 | 5b60b3308ec98f0dd124129b1bb503145d8c8208 (patch) | |
tree | 5816ff0e2d00d3eb7dcdb92c0af9467e7c1e7002 /package/Makefile | |
parent | e5a0a550e1b1d6eb542a1cf6a23857f1b8b9997d (diff) | |
download | master-187ad058-5b60b3308ec98f0dd124129b1bb503145d8c8208.tar.gz master-187ad058-5b60b3308ec98f0dd124129b1bb503145d8c8208.tar.bz2 master-187ad058-5b60b3308ec98f0dd124129b1bb503145d8c8208.zip |
add flac package (thanks to David Collet)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2158 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 62ed326022..f012152525 100644 --- a/package/Makefile +++ b/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 |