From ec10c9c3647c4d93d61e12b86db7e92d0b661ff5 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 14 Dec 2005 22:47:03 +0000 Subject: enable peercast actually (forgot some files in my last commit) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2673 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/Config.in | 1 + package/Makefile | 2 ++ 2 files changed, 3 insertions(+) diff --git a/package/Config.in b/package/Config.in index e907f21ae..58612d472 100644 --- a/package/Config.in +++ b/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/package/Makefile b/package/Makefile index 2aab555fd..638a0bc51 100644 --- a/package/Makefile +++ b/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 -- cgit v1.2.3