summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-12-14 22:47:03 +0000
committerNicolas Thill <nico@openwrt.org>2005-12-14 22:47:03 +0000
commitc7221546a12bc52a3730f15918bfb0acf81b3cf1 (patch)
treee32dbb3c20a14e8df64cedbd197abd42d2b7ec94
parent41f3621319ff96a3cac5c13effdc8330d518ba54 (diff)
downloadmtk-20170518-c7221546a12bc52a3730f15918bfb0acf81b3cf1.zip
mtk-20170518-c7221546a12bc52a3730f15918bfb0acf81b3cf1.tar.gz
mtk-20170518-c7221546a12bc52a3730f15918bfb0acf81b3cf1.tar.bz2
enable peercast actually (forgot some files in my last commit)
SVN-Revision: 2673
-rw-r--r--openwrt/package/Config.in1
-rw-r--r--openwrt/package/Makefile2
2 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in
index e907f21..58612d4 100644
--- a/openwrt/package/Config.in
+++ b/openwrt/package/Config.in
@@ -227,6 +227,7 @@ source "package/madplay/Config.in"
source "package/mpd/Config.in"
source "package/mt-daapd/Config.in"
source "package/palantir/Config.in"
+source "package/peercast/Config.in"
source "package/setpwc/Config.in"
comment "Serial communications & terminal emulation"
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile
index 2aab555..638a0bc 100644
--- a/openwrt/package/Makefile
+++ b/openwrt/package/Makefile
@@ -150,6 +150,7 @@ package-$(BR2_PACKAGE_P910ND) += p910nd
package-$(BR2_PACKAGE_PARPROUTED) += parprouted
package-$(BR2_COMPILE_PCMCIA_CS) += pcmcia-cs
package-$(BR2_COMPILE_PCRE) += pcre
+package-$(BR2_PACKAGE_PEERCAST) += peercast
package-$(BR2_COMPILE_PHP4) += php4
package-$(BR2_COMPILE_PHP5) += php5
package-$(BR2_PACKAGE_PICOCOM) += picocom
@@ -300,6 +301,7 @@ openssl-compile: zlib-compile
openswan-compile: gmp-compile
osiris-compile: openssl-compile
palantir-compile: jpeg-compile
+peercast-compile: uclibc++-compile
portmap-compile: tcp_wrappers-compile
postgresql-compile: zlib-compile
ppp-compile: linux-atm-compile