1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-06 03:01:18 +02:00

enable peercast actually (forgot some files in my last commit)

SVN-Revision: 2673
This commit is contained in:
Nicolas Thill 2005-12-14 22:47:03 +00:00
parent 41f3621319
commit c7221546a1
2 changed files with 3 additions and 0 deletions

@ -227,6 +227,7 @@ source "package/madplay/Config.in"
source "package/mpd/Config.in" source "package/mpd/Config.in"
source "package/mt-daapd/Config.in" source "package/mt-daapd/Config.in"
source "package/palantir/Config.in" source "package/palantir/Config.in"
source "package/peercast/Config.in"
source "package/setpwc/Config.in" source "package/setpwc/Config.in"
comment "Serial communications & terminal emulation" comment "Serial communications & terminal emulation"

@ -150,6 +150,7 @@ package-$(BR2_PACKAGE_P910ND) += p910nd
package-$(BR2_PACKAGE_PARPROUTED) += parprouted package-$(BR2_PACKAGE_PARPROUTED) += parprouted
package-$(BR2_COMPILE_PCMCIA_CS) += pcmcia-cs package-$(BR2_COMPILE_PCMCIA_CS) += pcmcia-cs
package-$(BR2_COMPILE_PCRE) += pcre package-$(BR2_COMPILE_PCRE) += pcre
package-$(BR2_PACKAGE_PEERCAST) += peercast
package-$(BR2_COMPILE_PHP4) += php4 package-$(BR2_COMPILE_PHP4) += php4
package-$(BR2_COMPILE_PHP5) += php5 package-$(BR2_COMPILE_PHP5) += php5
package-$(BR2_PACKAGE_PICOCOM) += picocom package-$(BR2_PACKAGE_PICOCOM) += picocom
@ -300,6 +301,7 @@ openssl-compile: zlib-compile
openswan-compile: gmp-compile openswan-compile: gmp-compile
osiris-compile: openssl-compile osiris-compile: openssl-compile
palantir-compile: jpeg-compile palantir-compile: jpeg-compile
peercast-compile: uclibc++-compile
portmap-compile: tcp_wrappers-compile portmap-compile: tcp_wrappers-compile
postgresql-compile: zlib-compile postgresql-compile: zlib-compile
ppp-compile: linux-atm-compile ppp-compile: linux-atm-compile